forked from artemsheludko/flexible-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 693 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Jekyll-Gulp-Sass-Autoprefixer-Imagemin-BrowserSync",
"version": "1.0.0",
"description": "A starter project for Jekyll",
"main": "index.js",
"repository": "https://github.com/artemsheludko/Jekyll-Gulp-Sass-Autoprefixer-Imagemin-BrowserSync",
"author": "Artem Sheludko",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.18.13",
"child_process": "^1.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^0.4.6",
"gulp-cwebp": "^4.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^3.1.0",
"gulp-webp": "^4.0.1",
"imagemin-pngquant": "^9.0.2",
"imagemin-webp": "^6.0.0"
}
}