-
-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 632 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@project/storybook",
"version": "1.0.0",
"private": true,
"scripts": {
"storybook": "start-storybook -p 9009",
"build-storybook": "build-storybook"
},
"dependencies": {
"@project/components": "^1.0.0",
"@react-workspaces/react-scripts": "3.3.0-alpha-08",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@storybook/theming": "^5.3.19",
"babel-loader": "~8.0.6"
}
}