-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 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
40
41
42
43
44
45
46
47
48
49
{
"name": "gulp-bundle",
"version": "2.0.0",
"description": "default frontend bundle",
"main": "gulpfile.js",
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"lazysizes": "^4.1.4",
"normalize.css": "^8.0.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"autoprefixer": "9.4.2",
"browser-sync": "2.26.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "6.0.0",
"gulp-clean": "0.4.0",
"gulp-csso": "3.0.1",
"gulp-html-beautify": "^1.0.1",
"gulp-imagemin": "5.0.3",
"gulp-install": "^1.1.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-posthtml": "3.0.4",
"gulp-pug": "4.0.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-svgstore": "7.0.0",
"gulp-uglify": "^3.0.1",
"gulp-webp": "3.0.0",
"npm": "^6.3.0",
"posthtml-include": "1.2.0",
"run-sequence": "2.2.1"
},
"scripts": {
"start": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheSpaceHuman/gulp-teamplate.git"
},
"author": "TheSpaceHuman",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheSpaceHuman/gulp-teamplate/issues"
},
"homepage": "https://github.com/TheSpaceHuman/gulp-teamplate#readme"
}