-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 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
47
48
49
{
"name": "gamenation",
"version": "1.0.0",
"description": "GameNation E-commerce web application",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.mjs",
"dev": "nodemon app.mjs",
"build": "npx tailwindcss -i ./src/tailwind.css -o ./public/css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajaypalamkunnel/GameNation.git"
},
"author": "Ajayps",
"license": "ISC",
"bugs": {
"url": "https://github.com/ajaypalamkunnel/GameNation/issues"
},
"homepage": "https://github.com/ajaypalamkunnel/GameNation#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"cloudinary": "^1.41.3",
"connect-flash": "^0.1.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.18.0",
"mongoose": "^8.6.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nocache": "^4.0.0",
"nodemailer": "^6.9.14",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pdfkit": "^0.15.0",
"razorpay": "^2.9.4",
"sweetalert2": "^11.6.13",
"xlsx": "^0.18.5"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"nodemon": "^3.1.10",
"postcss": "^8.5.6"
}
}