-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.44 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
44
45
46
{
"name": "react-perhaps",
"version": "3.0.0",
"private": true,
"devDependencies": {
"@storybook/react": "^3.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-stage-0": "^6.24.1",
"react-app-rewired": "^1.5.0"
},
"engines": {
"node": "7.10.0"
},
"dependencies": {
"axios": "^0.18.0",
"connected-react-router": "^4.3.0",
"flow-bin": "^0.69.0",
"history": "^4.7.2",
"js-object-pretty-print": "^0.3.0",
"lodash": "^4.17.5",
"normalize.css": "^8.0.0",
"polished": "^1.9.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-fontawesome": "^1.6.1",
"react-morph-material-icons": "^1.0.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.4",
"redux": "^3.7.2",
"redux-actions": "^2.3.0",
"redux-observable": "^0.18.0",
"rxjs": "^5.5.8",
"serve": "^6.5.3",
"styled-components": "^3.2.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"build:storybook": "build-storybook -c .storybook -o buildStorybook",
"test": "react-app-rewired test --env=jsdom",
"serve": "npm run build && serve build/",
"storybook": "start-storybook -p 9001 -c .storybook"
}
}