-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.26 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
52
53
54
{
"name": "first",
"version": "1.0.0",
"description": "This is my node Project",
"main": "index.js",
"engines": {
"node": "18.13.0"
},
"scripts": {
"start": "nodemon index.js"
},
"author": "Shashank Dutt",
"license": "ISC",
"dependencies": {
"@mapbox/mapbox-sdk": "^0.13.7",
"bcrypt": "^5.1.0",
"clear": "^0.1.0",
"cloudinary": "^1.32.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"ejs-mate": "^4.0.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-mongo-sanitize": "^2.2.0",
"express-session": "^1.17.3",
"graphql": "^16.6.0",
"helmet": "^6.0.1",
"joi": "^17.7.0",
"method-override": "^3.0.0",
"mongoose": "^6.7.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"multer-storage-cloudinary": "^4.0.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"pg": "^8.8.0",
"pm2": "^5.2.2",
"sanitize-html": "^2.7.3",
"winston": "^3.8.2"
},
"directories": {
"test": "test"
},
"devDependencies": {
"@vercel/node": "^2.8.5"
}
}