-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.18 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
47
{
"name": "react-traefik",
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "~1.17.1",
"config": "^1.26.1",
"cors": "^2.8.3",
"d3": "^4.8.0",
"debug": "~2.6.3",
"dockerode": "^2.4.3",
"express": "~4.15.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"morgan": "~1.8.1",
"nedb": "^1.8.0",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.4.1",
"react-scripts": "0.9.5",
"should": "^11.2.1",
"supertest": "^3.0.0"
},
"scripts": {
"start": "npm run start-api",
"test": "mocha --timeout 10000",
"start-api": "node ./api/bin/www",
"start-front": "react-scripts start",
"build-front": "react-scripts build",
"test-front": "react-scripts test --env=jsdom",
"eject-front": "react-scripts eject",
"install": "npm run build-front"
},
"proxy": "http://localhost:3001"
}