-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 828 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 828 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
{
"name": "express-react-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "^1.17.2",
"bootstrap": "^4.5.0",
"cookie-parser": "^1.4.3",
"debug": "~2.6.3",
"express": "^4.15.3",
"jade": "^1.11.0",
"morgan": "^1.8.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-seat-picker": "1.5.1",
"react-tooltip": "^4.2.10",
"concurrently": "^3.6.1"
},
"devDependencies": {
"nodemon": "^1.12.0",
"react-scripts": "1.0.10"
},
"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"
},
"proxy": "http://localhost:3001"
}