forked from ecomfe/vue-echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.75 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "vue-echarts",
"version": "5.0.0-beta.0",
"description": "ECharts component for Vue.js.",
"author": "Justineo ([email protected])",
"scripts": {
"serve": "vue-cli-service serve",
"prepare": "npm run build",
"build": "cross-env NODE_ENV=production rollup -c",
"lint": "vue-cli-service lint",
"demo": "vue-cli-service build",
"pub": "sh ./publish.sh"
},
"main": "dist/vue-echarts.js",
"module": "components/ECharts.vue",
"dependencies": {
"core-js": "^3.4.4",
"lodash": "^4.17.15",
"resize-detector": "^0.1.10"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.0",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/eslint-config-standard": "^5.1.0",
"babel-eslint": "^10.0.3",
"cross-env": "^6.0.3",
"echarts": "^4.6.0",
"echarts-liquidfill": "^2.0.5",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.2",
"prettier-eslint": "^9.0.1",
"promise-polyfill": "^8.1.3",
"raw-loader": "^1.0.0",
"rollup": "^1.29.1",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-vue": "^5.1.6",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2"
},
"peerDependencies": {
"echarts": "^4.1.0",
"vue": "^2.4.0"
},
"keywords": [
"ECharts",
"Vue.js"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/vue-echarts"
}
}