-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 968 Bytes
/
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": "example-create-react-app-express",
"version": "1.0.0",
"scripts": {
"client": "npm run start --prefix client",
"server": "nodemon server.js",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"dependencies": {
"@google/maps": "^0.5.5",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^6.1.0",
"envvar": "^2.0.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"lodash": "^4.17.10",
"material": "^0.3.0",
"mongoose": "^5.3.12",
"nodemon": "^1.18.3",
"opn": "^5.3.0",
"quadkeytools": "0.0.2",
"request": "^2.88.0",
"smartcar": "^4.1.0",
"ui": "^0.2.4",
"url": "^0.11.0",
"validator": "^10.6.0"
},
"devDependencies": {
"concurrently": "^3.6.1"
}
}