-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.51 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "sage-starter",
"version": "2.5.0",
"author": "Micah Cambre <[email protected]>",
"homepage": "https://github.com/asuh/sage-starter",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/asuh/sage-starter"
},
"bugs": {
"url": "https://github.com/asuh/sage-starter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"browserslist": [
"last 2 versions",
"not bb < 10"
],
"scripts": {
"build": "bower install && gulp",
"lint": "gulp lint"
},
"engines": {
"node": ">= 6.9"
},
"devDependencies": {
"asset-builder": "github:austinpray/asset-builder",
"autoprefixer": "^10.4.12",
"browser-sync": "^2.27.10",
"browserslist": "^4.21.4",
"cssnano": "~5.1.13",
"del": "^6.0.0",
"gulp": "^4.0.0",
"gulp-changed": "4.0.3",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.4.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-eslint": "^6.0.0",
"gulp-less": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-svgstore": "^9.0.0",
"gulp-uglify": "^3.0.1",
"imagemin-pngcrush": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"lazypipe": "^1.0.2",
"merge-stream": "^2.0.0",
"minimist": "^1.2.6",
"traverse": "^0.6.6",
"wiredep": "^4.0.0"
}
}