-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 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
36
37
38
39
40
41
42
43
44
{
"name": "mern-stack-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon api/index.js",
"start": "node api/index.js",
"build": "npm install && npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deshanlankal/MERN-Stack-Project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deshanlankal/MERN-Stack-Project/issues"
},
"homepage": "https://github.com/deshanlankal/MERN-Stack-Project#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"express-request-id": "^3.0.0",
"express-validator": "^7.2.0",
"helmet": "^8.0.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"mongo-sanitize": "^1.1.0",
"mongoose": "^8.8.3",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.7",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"winston-mongodb": "^6.0.0",
"xss-clean": "^0.1.4"
}
}