-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.41 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
52
53
54
55
56
57
58
{
"name": "project-skyhaven",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "10.15.0",
"npm": "6.12"
},
"dependencies": {
"@hapi/joi": "^16.1.4",
"autoprefixer": "^9.7.1",
"bcrypt": "^3.0.6",
"cloudinary": "^1.16.0",
"connect-flash": "^0.1.1",
"connect-pg-simple": "^6.0.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cssnano": "^4.1.10",
"debug": "~2.6.9",
"dotenv": "^8.1.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-ejs-layouts": "^2.5.0",
"express-rate-limit": "^5.0.0",
"express-session": "^1.16.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-live-server": "0.0.31",
"gulp-livereload": "^4.0.2",
"gulp-nodemon": "^2.4.2",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"helmet": "^3.21.1",
"http-errors": "~1.6.3",
"imagekit": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"nodemailer": "^6.3.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg-promise": "^10.3.5",
"slugify": "^1.3.5"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.2"
}
}