forked from coding-blocks/codingblocks.com1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "coding-blocks.github.io",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build",
"postbuild": "bash -c 'cp _redirects dist/'",
"clean": "gulp clean",
"serve": "gulp serve",
"watch": "gulp watch",
"dev": "gulp dev"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp": "^3.9.1",
"gulp-changed": "^3.1.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.9.0",
"gulp-data": "^1.2.1",
"gulp-ext-replace": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-hb": "^6.0.2",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-inject": "^4.3.0",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^3.0.0",
"gulp-using": "^0.1.1",
"gulp-watch": "^4.3.11",
"gulp-webserver": "^0.9.1",
"moment": "^2.20.1",
"require-dir": "^0.3.2"
},
"devDependencies": {
"gulp-cached": "^1.1.1",
"gulp-embedlr": "^0.5.2",
"gulp-livereload": "^3.8.1",
"gulp-serve": "^1.4.0",
"opn": "^5.1.0"
},
"engines": {
"node": ">= 8",
"npm": ">= 5"
}
}