forked from Financial-Times/origami
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.65 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "origami-storybook",
"version": "1.0.0",
"description": "origami's storybook",
"scripts": {
"storybook": "start-storybook -p ${PORT:-6969} -c ./config",
"build-sb:core": "ORIGAMI_STORYBOOK_BRAND=core build-storybook --modern -c ./config -o ../../origami.ft.com/storybook/brands/core",
"build-sb:internal": "ORIGAMI_STORYBOOK_BRAND=internal build-storybook --modern -c ./config -o ../../origami.ft.com/storybook/brands/internal",
"build-sb:whitelabel": "ORIGAMI_STORYBOOK_BRAND=whitelabel build-storybook --modern -c ./config -o ../../origami.ft.com/storybook/brands/whitelabel",
"build-storybook": "run-p build-sb:*",
"watch-storybook": "npm run build-storybook -- -w"
},
"dependencies": {
"@storybook/addon-a11y": "^6.4.22",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/addons": "^6.4.22",
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.22",
"@storybook/react-docgen-typescript-plugin": "^1.0.2-canary.f7e28c0.0",
"@storybook/theming": "^6.4.22",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.7",
"nanoid": "^3.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-notion": "^0.10.0",
"sass": "^1.42.1",
"sass-loader": "^10.2.0",
"storybook-addon-designs": "^6.2.1",
"style-loader": "^2.0.0",
"webpack": "^5.58.0"
},
"author": "chee <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/react-dom": "^17.0.10"
},
"private": true
}