-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "rpimonitor-web",
"version": "0.1.0",
"private": true,
"devDependencies": {
"coveralls": "^2.11.14",
"deep-freeze": "0.0.1",
"enzyme": "^2.4.1",
"foreman": "^2.0.0",
"json-server": "^0.8.22",
"react-addons-test-utils": "^15.4.1",
"react-scripts": "0.8.4",
"redux-mock-store": "^1.2.1"
},
"dependencies": {
"highcharts": "^5.0.7",
"material-ui": "^0.16.6",
"moment": "^2.15.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-highcharts": "^11.5.0",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"json-server": "node fake_server/fake_server.js 5000",
"start-all": "nf start"
},
"eslintConfig": {
"extends": "react-app"
},
"proxy": "http://localhost:3001"
}