-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.43 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
50
51
52
{
"name": "outsource",
"version": "18.6.0",
"description": "This is for OOADP Project",
"main": "app.js",
"scripts": {
"start": "SET NODE_ENV=development & node app.js",
"production": "SET NODE_ENV=production & node app.js",
"nodemon": "SET NODE_ENV=development & nodemon app.js",
"nodemon-production": "SET NODE_ENV=production & nodemon app.js"
},
"license": "ISC",
"dependencies": {
"archiver": "^3.1.1",
"async": "^3.1.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"countries-list": "^2.4.3",
"croppie": "^2.6.4",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-mysql-session": "^2.1.0",
"express-session": "^1.16.2",
"fs-extra": "^8.1.0",
"googleapis": "^42.0.0",
"jimp": "^0.6.4",
"klaw": "^3.0.0",
"mammoth": "^1.4.8",
"mime": "^2.4.4",
"moment": "^2.24.0",
"multer": "^1.4.2",
"mysql2": "^1.6.5",
"nodemailer": "^6.3.0",
"nodemailer-express-handlebars": "^3.1.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"paypal-adaptive": "^0.4.2",
"paypal-rest-sdk": "^1.8.1",
"sequelize": "^5.12.3"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-imagemin": "^6.0.0",
"gulp-nodemon": "^2.4.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2"
}
}