-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "hcpp2019web",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.18.0",
"compression": "^1.7.1",
"cookie-parser": "^1.3.3",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-recaptcha": "^2.3.0",
"express-session": "^1.15.6",
"form-data": "^2.3.1",
"handlebars": "^4.0.11",
"handlebars-helpers": "^0.9.8",
"helmet": "^3.9.0",
"imagemin": "^5.3.1",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-pngquant": "^5.0.1",
"lodash": "^4.16.1",
"mailchimp-api": "^2.0.7",
"memorystore": "^1.6.1",
"moment-timezone": "^0.5.13",
"morgan": "^1.9.0",
"multer": "^1.2.0",
"node-fetch": "^1.7.3",
"nodemailer": "^4.3.1",
"serve-favicon": "^2.4.5",
"slugify": "^1.2.1"
},
"devDependencies": {
"cssnano": "^3.7.3",
"es6-promise": "^4.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.1.0",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "^7.0.0",
"gulp-uglify": "^3.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-reporter": "^5.0.0",
"whatwg-fetch": "^2.0.3"
}
}