-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "jsdayes2018",
"version": "1.0.0",
"author": "Juanfran Alcántara",
"scripts": {
"updateWeb": "rm -rf jsdayes.github.io/* && cp -r dist/* jsdayes.github.io",
"start": "gulp dev",
"pro": "gulp && gulp critical && cp CNAME dist/",
"server": "gulp server",
"deploy": "git subtree push --prefix dist origin gh-pages",
"deploy-force": "git push origin `git subtree split --prefix dist master`:gh-pages --force"
},
"devDependencies": {
"critical": "^1.3.3",
"del": "^2.2.0",
"fs": "^0.0.2",
"gulp": "^3.8.5",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-gzip": "^1.4.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-html": "^1.0.5",
"gulp-nunjucks-render": "^2.2.1",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^3.0.0",
"gulp-webserver": "^0.9.1",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5",
"yamljs": "^0.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"blazy": "^1.8.2"
}
}