summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/storybook/package.json
blob: a414da8101ba9c14954cd164429deb9799537ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "mail-storybook",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build-storybook": "build-storybook",
    "storybook": "start-storybook -p 5703 --no-open"
  },
  "author": "",
  "license": "MPL-2.0",
  "private": true,
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@fluent/bundle": "^0.17.1",
    "@fluent/dom": "^0.8.1",
    "@storybook/addon-actions": "^6.5.12",
    "@storybook/addon-essentials": "^6.5.12",
    "@storybook/addon-links": "^6.5.12",
    "@storybook/builder-webpack5": "^6.5.12",
    "@storybook/manager-webpack5": "^6.5.12",
    "@storybook/web-components": "^6.5.12",
    "babel-loader": "^8.2.5",
    "lit": "^2.3.1"
  }
}