-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·50 lines (50 loc) · 1.25 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
41
42
43
44
45
46
47
48
49
50
{
"name": "gulp-starter-kit",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp start",
"build": "gulp build",
"svg-sprite": "gulp svg-sprite",
"images": "gulp images"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axZerk/gulp-starter-kit.git"
},
"author": "Vanya <nerty777@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/axZerk/gulp-starter-kit/issues"
},
"homepage": "https://github.com/axZerk/gulp-starter-kit#readme",
"browserslist": [
"> 0.1%"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "9.4.3",
"browser-sync": "2.26.3",
"del": "3.0.0",
"gulp": "^4.0.0",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-group-css-media-queries": "1.2.2",
"gulp-htmlmin": "5.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-rename": "1.4.0",
"gulp-rigger": "0.5.8",
"gulp-sass": "4.0.2",
"gulp-stylelint": "7.0.0",
"gulp-svgstore": "7.0.1",
"gulp-uglify": "3.0.1",
"run-sequence": "2.2.1",
"stylelint": "9.9.0"
}
}