-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.02 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": "v3chart",
"version": "0.0.2",
"description": "基于vue3.0+G24.0开发的vue组件",
"main": "src/index.ts",
"keywords": [
"vue",
"g2"
],
"author": "bhabgs",
"license": "ISC",
"scripts": {
"dev": "rollup -c --watch",
"rd": "bash rundoc.sh",
"build": "cross-env NODE_ENV=production rollup -c",
"serve": "vue-cli-service serve"
},
"dependencies": {
"@antv/g2": "^4.0.15",
"@babel/core": "^7.11.6",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-html": "^0.2.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^6.0.0",
"@vue/babel-plugin-jsx": "^1.0.0-rc.3",
"cssnano": "^4.1.10",
"less": "^3.12.2",
"rollup-plugin-postcss": "^3.1.8",
"typescript": "^4.0.3"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.1",
"acorn-jsx": "^5.3.1",
"cross-env": "^7.0.2",
"vue": "^3.0.0"
}
}