-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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": "rentauto",
"version": "1.0.0",
"description": "back stack",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV=production node app.js",
"server": "nodemon app.js",
"client": "npm run start --prefix client",
"client:install": "npm install --prefix client",
"client:build": "npm run build --prefix client",
"dev": "cross-env NODE_ENV=development concurrently \"npm run server\" \"npm run client\""
},
"author": "Dmitriy Volchkov <stud0000214701@study.utmn.ru>",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"express-validator": "^6.11.1",
"git": "^0.1.5",
"jsonwebtoken": "^8.5.1",
"material-ui-toast": "^1.1.6",
"mongoose": "^5.12.13",
"react-router": "^5.2.0"
},
"devDependencies": {
"concurrently": "^6.2.0",
"config": "^3.3.6",
"cross-env": "^7.0.3",
"mongoose-float": "^1.0.4",
"nodemon": "^2.0.7"
}
}