-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 983 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
38
{
"name": "next-chart-data2set",
"version": "1.0.0",
"description": "Chart transform data to set.",
"homepage": "https://github.com/afeiship/next-chart-data2set",
"author": {
"name": "afei",
"email": "[email protected]"
},
"scripts": {
"build": "gulp",
"test": "jest",
"version": "gulp bump"
},
"main": "dist/next-chart-data2set.js",
"license": "MIT",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^4.0.2",
"gulp-bump": "^3.1.3",
"gulp-concat": "^2.6.0",
"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",
"next-nice-comments": "github:afeiship/next-nice-comments",
"uglify-save-license": "^0.4.1",
"yargs": "^4.7.1"
},
"dependencies": {
"next-js-core2": "github:afeiship/next-js-core2"
}
}