-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.54 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
59
60
61
{
"name": "sgd-website",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"serve": "forever -w start ./bin/www"
},
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"express": "^4.17.1",
"express-enforces-ssl": "^1.1.0",
"forever": "^0.15.3",
"glob-stream": "^6.1.0",
"gulp-cli": "^2.3.0",
"helmet": "^3.23.3",
"https": "^1.0.0",
"inflight": "^1.0.6",
"mailgun-js": "^0.22.0",
"morgan": "^1.10.0",
"ms": "^1.0.0",
"node-recaptcha2": "^2.1.2",
"npm": "^6.14.5",
"pug": "^3.0.2",
"require-dir": "^1.2.0",
"serve-favicon": "^2.5.0",
"stylus": "0.56.0",
"vhost": "^3.0.2"
},
"devDependencies": {
"browser-sync": "^2.27.7",
"debug": "^4.3.3",
"del": "^2.2.2",
"gulp": "git://github.com/gulpjs/gulp.git",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.1.0",
"gulp-csso": "^3.0.1",
"gulp-debug": "^4.0.0",
"gulp-imagemin": "^3.4.0",
"gulp-jshint": "^2.1.0",
"gulp-jslint": "^1.0.10",
"gulp-load-plugins": "^2.0.7",
"gulp-nodemon": "^2.5.0",
"gulp-pug": "^3.3.0",
"gulp-remember": "^0.3.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.1",
"gulp-uglify": "^3.0.2",
"jshint": "^2.11.1",
"main-bower-files": "^2.13.3",
"merge2": "^1.4.1",
"nodemon": "^1.19.4",
"streamqueue": "^1.1.2",
"through2": "^4.0.2",
"yargs": "^17.3.1"
}
}