-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 KB
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
{
"name": "express-react-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"concurrently": "^3.5.1",
"cookie-parser": "^1.4.3",
"currency-symbol-map": "^4.0.3",
"debug": "^2.6.9",
"emoji-flags": "^1.2.0",
"express": "^4.16.2",
"jade": "^1.11.0",
"material-ui": "^0.19.4",
"morgan": "^1.9.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.10",
"react-tap-event-plugin": "^3.0.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"concurrently": "^3.5.1",
"nodemon": "^1.14.12",
"react-scripts": "1.0.10",
"webpack": "^3.11.0"
},
"engines": {
"node": "8.9.3"
},
"scripts": {
"start": "npm run build && concurrently \"react-scripts start\" \"nodemon server/server.js\"",
"build": "react-scripts build && mv build server",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001"
}