-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 842 Bytes
/
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
{
"name": "create-react-pwa",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.7.0",
"redux-devtools": "^3.3.2",
"sw-precache": "^4.2.2"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"material-ui": "^0.16.6",
"react-number-format": "^1.0.2",
"react-numeric-input": "^2.0.7",
"react-redux": "^5.0.2",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"chart.js": "^2.4.0",
"react-chart-line": "https://github.com/edouardbrasier/npm-react-chart-line/tarball/ea2ffac0811872d46183c679ccad8446ec35f942"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}