21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"dependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-hash-filename": "^3.0.0",
|
|
"gulp-imagemin": "^7.1.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"lunr": "^2.3.8",
|
|
"merge-stream": "^2.0.0",
|
|
"parser-front-matter": "^1.6.4",
|
|
"readdirp": "^3.4.0",
|
|
"webpack": "^4.43.0"
|
|
},
|
|
"scripts": {
|
|
"buildBlog": "gulp buildBlog",
|
|
"buildLunr": "gulp buildLunr"
|
|
}
|
|
}
|