-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"name": "jsdayes2020",
"version": "1.0.0",
"author": "Juanfran Alcántara",
"scripts": {
"updateWeb": "rm -rf jsdayes.github.io/* && cp -r dist/* jsdayes.github.io",
"start": "gulp dev",
"dist": "gulp dist",
"pro": "gulp critical",
"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": "^5.0.3",
"del": "^2.2.0",
"fs": "^0.0.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-gzip": "^1.4.2",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-load-plugins": "^2.0.1",
"gulp-minify-html": "^1.0.6",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-uglify": "^3.0.2",
"gulp-webserver": "^0.9.1",
"merge-stream": "^1.0.0",
"yamljs": "^0.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"blazy": "^1.8.2"
}
}