-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 Bytes
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
{
"name": "node-knockout-react-node-starter",
"version": "0.0.0",
"private": true,
"dependencies": {
"express": "^4.16.4",
"express-enforces-ssl": "^1.1.0",
"helmet": "^3.14.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scripts": "2.0.5"
},
"devDependencies": {
"concurrently": "^4.0.1"
},
"scripts": {
"start": "concurrently \"react-scripts start\" \"node index\"",
"heroku-postbuild": "react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"engines": {
"node": "8.12.0",
"yarn": "3.3.1",
"npm": "6.4.1"
},
"proxy": "http://localhost:3001",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}