-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 835 Bytes
/
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
{
"name": "nodejs_ecom",
"version": "1.0.0",
"description": "Nodejs.Ecom",
"main": "app.js",
"scripts": {
"start": "node app.js",
"server": "nodemon app.js"
},
"author": "Juhuang Xue",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.449.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"dotenv": "^7.0.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-messages": "^1.0.1",
"express-session": "^1.16.1",
"express-validator": "^5.3.1",
"mongoose": "^5.5.3",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"nodemailer": "^6.1.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"stripe": "^6.34.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"nodemon": "^1.18.11"
}
}