-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.45 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
{
"name": "builder",
"version": "0.0.1",
"author": "krabaton",
"license": "ISC",
"scripts": {
"start": "set NODE_ENV=development&& gulp",
"build": "set NODE_ENV=production&& gulp build",
"server": "nodemon server"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.23.6",
"browserify": "^15.2.0",
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-cheerio": "^0.6.3",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.0.0",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^4.0.2",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-replace-task": "^0.11.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.3.7",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^3.0.0",
"gulp.spritesmith": "^6.9.0",
"merge-stream": "^1.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"jquery": "^3.3.1",
"lowdb": "^1.0.0",
"nodemailer": "^5.1.1",
"nodemon": "^1.18.10",
"normalize.css": "^7.0.0"
}
}