-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 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
{
"name": "create-react-pwa-demo",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "1.0.7"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"cross-env": "^5.0.1",
"material-ui": "^0.18.4",
"offline-js": "^0.7.19",
"react": "^15.6.1",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-redux": "^5.0.5",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-router-scroll": "0.4.2",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.1",
"redux-saga": "^0.15.4",
"sanitize.css": "^5.0.0",
"sw-toolbox": "^3.6.0",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"start": "cross-env NODE_ENV=development NODE_PATH='./src' react-scripts start",
"build": "cross-env NODE_ENV=production NODE_PATH='./src' react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}