-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 961 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-custom-series",
"version": "1.0.0",
"description": "Custom Series for Apache ECharts",
"scripts": {
"build": "node scripts/build.js",
"generate": "node scripts/generate.js",
"thumbnail": "node scripts/thumbnail.js",
"serve": "node scripts/serve.js",
"g": "npm run generate",
"t": "npm run thumbnail",
"s": "npm run serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/echarts-custom-series.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/echarts/issues"
},
"homepage": "https://github.com/apache/echarts-custom-series#readme",
"devDependencies": {
"chokidar": "^3.6.0",
"d3": "^7.9.0",
"echarts": "^5.5.1",
"http-server": "^14.1.1",
"rollup": "^4.22.4",
"seedrandom": "^3.0.5",
"terser": "^5.31.6",
"typescript": "^5.5.4"
},
"dependencies": {
"chalk": "^4.1.2"
}
}