UNPKG

dr-vue-echarts

Version:
50 lines (49 loc) 1.21 kB
{ "name": "dr-vue-echarts", "version": "1.0.14", "description": "A vue-echart library", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "cm": "git-cz", "dev": "vuepress dev docs", "build": "vuepress build docs", "postversion": "git push --follow-tags" }, "repository": { "type": "git", "url": "git+https://github.com/drinkeewu/dr-vue-echarts.git" }, "keywords": [ "vue", "echarts", "chart", "vue-echarts" ], "author": "drinkeewu", "license": "MIT", "bugs": { "url": "https://github.com/drinkeewu/dr-vue-echarts/issues" }, "homepage": "https://github.com/drinkeewu/dr-vue-echarts#readme", "dependencies": { "@vue/composition-api": "^0.3.4", "echarts": "^4.5.0", "echarts-wordcloud": "^1.1.3", "lodash": "^4.17.15", "resize-detector": "^0.2.0", "vue-echarts": "^5.0.0-beta.0" }, "devDependencies": { "commitizen": "^4.0.3", "cz-conventional-changelog": "^3.1.0", "element-ui": "^2.13.0", "less": "^3.11.1", "less-loader": "^5.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }