forked from ecomfe/vue-echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 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
{
"name": "vue-echarts",
"version": "4.0.2",
"description": "ECharts component for Vue.js.",
"main": "dist/vue-echarts.js",
"module": "components/ECharts.vue",
"scripts": {
"serve": "vue-cli-service serve",
"demo": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build": "cross-env NODE_ENV=production rollup -c",
"pub": "sh ./publish.sh"
},
"keywords": [
"ECharts",
"Vue.js"
],
"author": "Justineo ([email protected])",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.11",
"resize-detector": "^0.1.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"echarts": "^4.2.0-rc.2",
"echarts-liquidfill": "^2.0.4",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"promise-polyfill": "^8.1.0",
"raw-loader": "^1.0.0",
"rollup": "^1.1.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^4.0.2",
"rollup-plugin-vue": "^4.6.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.5.21",
"vue-template-compiler": "^2.5.21",
"vuex": "^3.1.0"
},
"peerDependencies": {
"echarts": "^4.1.0",
"vue": "^2.2.6"
},
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/vue-echarts"
}
}