-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1017 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
35
36
37
{
"name": "chic-vetements",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "supervisor server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"concurrently": "^6.2.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-json": "^1.0.0",
"express-validator": "^6.12.1",
"fcm-node": "^1.6.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.5",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"react-scroll": "^1.8.6",
"supervisor": "^0.12.0"
},
"devDependencies": {
"css-loader": "^6.6.0",
"gh-pages": "^3.2.3"
}
}