-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "gulp-starter-kit",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "gulp prepare",
"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": "Alexander Repeta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/axZerk/gulp-starter-kit/issues"
},
"homepage": "https://github.com/axZerk/gulp-starter-kit#readme",
"devDependencies": {
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.0.1",
"gulp-stylelint": "^7.0.0",
"gulp-svgstore": "^6.1.1",
"gulp-uglify": "^3.0.0",
"run-sequence": "^2.2.1",
"stylelint": "^9.2.0"
},
"dependencies": {}
}