-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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
{
"name": "shopping_hub",
"version": "1.0.0",
"description": "",
"main": "app.js",
"engines": {
"node":"15.14.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production MONGO_USER=ritvika30 MONGO_PASSWORD=Perfect99 MONGO_DATABASE=shop STRIPE_KEY=sk_test_51JVA4YSEKduK30PRj49DhNfuWWjgpcxYniJFkU4UG8pxqjBvvrgkBovIDiqoq7DDxYG5ThFHAvSQbfhiunsD6sgB00JluFwLTA node app.js",
"start-server": "node app.js",
"start:dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ritvikanandi/Brilliant_Brushes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ritvikanandi/Brilliant_Brushes/issues"
},
"homepage": "https://github.com/ritvikanandi/Brilliant_Brushes#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.0",
"csurf": "^1.11.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.12.1",
"helmet": "^4.6.0",
"mongodb": "^4.1.1",
"mongoose": "^6.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"nodemailer": "^6.6.3",
"nodemailer-sendgrid-transport": "^0.2.0",
"pdfkit": "^0.12.3",
"stripe": "^8.174.0"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}