-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.15 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
45
46
{
"name": "project-1",
"version": "1.0.0",
"description": "You only need one",
"main": " OneCart/app.js",
"type": "commonjs",
"scripts": {
"start": "nodemon app.js node --trace-warnings ..",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cloudinary": "^1.41.3",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^16.6.0",
"ejs": "^3.1.9",
"express": "^4.19.1",
"express-flash": "^0.0.2",
"express-session": "^1.18.0",
"method-override": "^3.0.0",
"mongoose": "^8.2.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nocache": "^4.0.0",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.0",
"passport": "^0.7.0",
"passport-google-oauth2": "^0.2.0",
"randomatic": "^3.1.1",
"razorpay": "^2.9.3",
"sharp": "^0.33.3",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.10.7",
"toastr": "^2.1.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.3"
}
}