You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.7 KiB
JSON

{
"name": "vue-echarts",
"version": "5.0.0-beta.0",
"description": "ECharts component for Vue.js.",
"author": "Justineo (justice360@gmail.com)",
"scripts": {
"serve": "vue-cli-service serve",
"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"
}
}