forked from apache/echarts-theme-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 917 Bytes
/
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
{
"name": "echarts-theme-builder",
"version": "0.0.0",
"dependencies": {
"bootstrap-colorpicker": "^2.3.3",
"file-saver": "^1.3.2"
},
"devDependencies": {
"browser-sync": "^2.12.10",
"gulp": "^3.6.2",
"gulp-autoprefixer": "^0.0.7",
"gulp-bower-files": "^0.2.3",
"gulp-cache": "^0.1.11",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.6.0",
"gulp-csso": "^0.2.8",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-imagemin": "^0.5.0",
"gulp-jshint": "^1.6.1",
"gulp-load-plugins": "^0.5.1",
"gulp-notify": "^1.2.6",
"gulp-plumber": "^0.6.1",
"gulp-sass": "^2.3.1",
"gulp-size": "^0.3.1",
"gulp-uglify": "^0.3.0",
"gulp-useref": "^0.4.3",
"gulp-util": "^2.2.14",
"jshint-stylish": "^0.2.0",
"opn": "^4.0.2",
"streamqueue": "^0.1.0",
"wiredep": "^1.7.0"
},
"engines": {
"node": ">=0.10.0"
}
}