-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "next-chart-option",
"version": "1.0.0",
"description": "Parse chart option for next.",
"homepage": "https://github.com/afeiship/next-chart-option",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"scripts": {
"build": "gulp",
"test": "jest",
"version": "gulp bump"
},
"main": "dist/next-chart-option.js",
"license": "MIT",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^4.0.2",
"gulp-bump": "^3.1.3",
"gulp-debug": "^4.0.0",
"gulp-header": "^2.0.7",
"gulp-ignore": "^2.0.2",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^2.1.2",
"jest": "^23.6.0",
"yargs": "^4.7.1",
"uglify-save-license": "^0.4.1",
"prettier": "^1.14.3",
"next-nice-comments": "github:afeiship/next-nice-comments"
},
"dependencies": {
"echarts-adapter": "github:finxos/echarts-adapter",
"next-chart-data2set": "github:finxos/next-chart-data2set",
"next-js-core2": "github:afeiship/next-js-core2"
}
}