-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 872 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 872 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
{
"name": "project-ss",
"version": "1.0.0",
"description": "This is a cricket sports e-commerce site. ",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "Nodemon app.js"
},
"type": "module",
"author": "dev-bisu",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@tailwindcss/cli": "^4.1.18",
"bcrypt": "^6.0.0",
"cloudinary": "^1.41.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.7",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.2.1",
"express-async-handler": "^1.2.0",
"express-session": "^1.18.2",
"flash": "^1.1.0",
"jsonwebtoken": "^9.0.3",
"mongodb": "^7.0.0",
"mongoose": "^9.1.3",
"multer": "^2.0.2",
"multer-storage-cloudinary": "^4.0.0",
"tailwindcss": "^4.1.18"
}
}