-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.29 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
{
"name": "storybook-build-scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"storybook": "start-storybook -p 9001",
"storybook:build": "build-storybook",
"storybook:env-test": "STORYBOOK_BUILD=false start-storybook -p 9001",
"storybook:env-test:build": "STORYBOOK_BUILD=true build-storybook",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@storybook/addon-actions": "^4.0.0-alpha.21",
"@storybook/addon-knobs": "^4.0.0-alpha.21",
"@storybook/addons": "^4.0.0-alpha.21",
"@storybook/react": "^4.0.0-alpha.21",
"emotion": "^9.2.8",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-emotion": "^9.2.8",
"reactstrap": "^6.4.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.15",
"prop-types": "^15.6.2"
}
}