-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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": "ooca_react_module",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.0",
"bulma": "^0.6.0",
"immutable": "^4.0.0-rc.9",
"material-ui": "^0.20.0",
"react": "^16.3.2",
"react-collapse": "^4.0.3",
"react-dom": "^16.3.2",
"react-motion": "^0.5.2",
"react-scripts": "1.0.14",
"styled-components": "^2.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -c .storybook -o .out",
"deploy": "firebase deploy",
"local": "cd .out/ python -m SimpleHTTPServer"
},
"devDependencies": {
"@storybook/addon-actions": "3.2.12",
"@storybook/addon-links": "3.2.12",
"@storybook/addon-notes": "3.2.12",
"@storybook/react": "3.2.12",
"@types/axios": "^0.14.0",
"@types/immutable": "^3.8.7",
"@types/jest": "^21.1.9",
"@types/material-ui": "^0.18.3",
"@types/node": "^10.0.4",
"@types/react": "^16.3.13",
"@types/storybook__react": "^3.0.7",
"jest": "^22.0.3",
"typescript": "^2.8.3",
"typescript-styled-plugin": "^0.1.0"
}
}