-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "express-react-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"babel-runtime": "^6.26.0",
"body-parser": "^1.19.0",
"build": "^0.1.4",
"configure": "0.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.3",
"express": "^4.16.4",
"gh-pages": "^2.0.1",
"jade": "^1.11.0",
"jsonfile": "^5.0.0",
"morgan": "^1.9.1",
"node-waf": "^1.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"typescript": "^3.4.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"concurrently": "^3.5.0",
"install-peers": "^1.0.3",
"nodemon": "^1.19.0",
"react-scripts": "^3.0.0"
},
"scripts": {
"start": "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",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"proxy": "http://localhost:3001",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}