-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "pinapp-components",
"version": "1.0.1",
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"gestalt": "^0.69.0",
"randomcolor": "^0.5.3",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-router-dom": "^4.2.2"
},
"repository": {
"url": "https://github.com/GraphQLCollege/pinapp-components"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.0",
"@storybook/addon-links": "^3.4.0",
"@storybook/addons": "^3.4.0",
"@storybook/react": "^3.4.0",
"@storybook/storybook-deployer": "^2.3.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-react-app": "^3.1.1",
"css-loader": "^0.28.11",
"webpack": "^3.11.0",
"webpack-cli": "^2.0.13"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development webpack --watch",
"prepublish": "yarn build",
"deploy": "storybook-to-ghpages"
}
}