-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (50 loc) · 1.23 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "review-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node backend/server.js",
"server": "nodemon backend/server.js --ignore frontend",
"client": "npm start --prefix frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TAbhay/Review_Project.git"
},
"author": "Pushkar and Abhay",
"license": "ISC",
"bugs": {
"url": "https://github.com/TAbhay/Review_Project/issues"
},
"homepage": "https://github.com/TAbhay/Review_Project#readme",
"dependencies": {
"all": "0.0.0",
"axios": "^0.21.4",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.1.3",
"cloudinary": "^1.30.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.4.0",
"fakerator": "^0.3.5",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.5",
"morgan": "^1.10.0",
"node-fetch": "^3.0.0",
"node-pre-gyp": "^0.17.0",
"nodemailer": "^6.7.0",
"nodemon": "^2.0.12",
"path": "^0.12.7",
"react-bootstrap": "^1.6.4"
},
"devDependencies": {
"nodemon": "^2.0.12"
},
"engines": {
"node": "16.13.1"
}
}