-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 740 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 740 Bytes
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
{
"name": "FineArts",
"version": "1.0.0",
"description": "Plat Form to Share Arts",
"main": "index.js",
"scripts": {
"test": "nodemon index.js",
"start": "node index.js"
},
"author": "chetan",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"vite" : "^5.4.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.2",
"nodemailer": "^6.9.15",
"passport": "^0.7.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"validator": "^13.5.2"
},
"devDependencies": {
"vite": "^5.4.1"
}
}