-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "gulp-starter-kit",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "gulp prepare",
"start": "gulp start",
"build": "gulp build",
"sprite": "gulp 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": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"autoprefixer": "^9.6.1",
"browser-sync": "^2.26.7",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^6.0.0",
"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": "^9.0.0",
"gulp-svgstore": "^7.0.1",
"gulp-uglify": "^3.0.2",
"stylelint": "^10.1.0"
}
}