forked from biotope/biotope-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.1 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "build-framework",
"version": "5.1.7",
"description": "An advanced frontend build runtime based on gulp",
"repository": {
"type": "git",
"url": "https://github.com/frontend-framework/build-framework.git"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "7.1.6",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.1",
"check-dependencies": "1.1.0",
"colors": "1.1.2",
"del": "3.0.0",
"globule": "1.2.0",
"gulp": "3.9.1",
"gulp-cached": "1.1.1",
"gulp-clean-css": "3.9.0",
"gulp-concat": "2.6.1",
"gulp-connect": "5.0.0",
"gulp-cssstats": "1.0.1",
"gulp-debug": "3.1.0",
"gulp-declare": "0.3.0",
"gulp-eslint": "4.0.0",
"gulp-favicons": "2.2.7",
"gulp-filter": "3.0.1",
"gulp-front-matter": "1.3.0",
"gulp-handlebars": "4.0.0",
"gulp-hb": "6.0.2",
"gulp-htmlhint": "1.0.0",
"gulp-iconfont-css": "2.1.0",
"gulp-if": "2.0.2",
"gulp-imagemin": "4.0.0",
"gulp-inject": "4.3.0",
"gulp-jshint": "2.0.4",
"gulp-jsonlint": "1.2.0",
"gulp-less": "3.3.2",
"gulp-line-ending-corrector": "1.0.1",
"gulp-modernizr": "1.0.0-alpha",
"gulp-noop": "^1.0.0",
"gulp-notify": "3.0.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "7.0.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.6.1",
"gulp-sass": "3.1.0",
"gulp-sass-lint": "1.3.4",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "2.6.1",
"gulp-svg2ttf": "1.1.5",
"gulp-svgicons2svgfont": "3.0.1",
"gulp-tap": "1.0.1",
"gulp-ttf2eot": "1.1.2",
"gulp-ttf2woff": "1.1.1",
"gulp-uglify": "2.1.2",
"gulp-useref": "3.1.3",
"gulp-watch": "4.3.11",
"gulp-wrap": "0.13.0",
"htmlhint-stylish": "1.0.3",
"jshint-stylish": "2.2.1",
"merge-stream": "1.0.1",
"opn": "5.1.0",
"pump": "^2.0.0",
"require-dir": "0.3.2",
"run-sequence": "2.2.0",
"ts-loader": "3.1.1",
"typescript": "2.6.2",
"vinyl-named": "1.1.0",
"webpack": "3.8.1",
"webpack-stream": "4.0.0"
},
"engines": {
"node": ">=6.12.0",
"yarn": ">=1.0.0"
}
}