-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "mvp3-server",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"engines": {
"node": "8.2.1",
"npm": "5.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"start": "PRODUCTION=true node ./server/basic-server.js",
"server": "nodemon ./server/basic-server.js --ignore client/",
"client": "node ./start-client.js start",
"build": "node ./start-client.js build"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"concurrently": "^3.5.0",
"finalhandler": "^1.1.1",
"flex.box": "^3.4.3",
"materialize-css": "^0.100.2",
"nodemon": "^1.12.0",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-scripts": "1.0.11",
"react-skylight": "^0.4.2",
"serve-static": "^1.13.2",
"sqlite3": "^3.1.8"
}
}