-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 964 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 964 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
33
34
35
36
37
38
39
{
"engines": {
"node": "22.15.0"
},
"name": "shopkart",
"version": "1.0.0",
"description": "This is a e-commerce website we will be building",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mahesh Rana",
"license": "ISC",
"dependencies": {
"@tailwindcss/cli": "^4.1.7",
"bcrypt": "^5.1.1",
"cloudinary": "^1.41.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"joi": "^17.13.3",
"method-override": "^3.0.0",
"mongoose": "^8.14.2",
"multer": "^1.4.5-lts.2",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^7.0.3",
"postcss-cli": "^11.0.1",
"razorpay": "^2.9.6",
"tailwindcss": "^4.1.7"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3"
}
}