37 Star 292 Fork 80

Ambit / echarts-for-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
fanwei 提交于 2021-06-08 14:27 . chore: publish v1.4.1
{
"name": "echarts-for-vue",
"version": "1.4.1",
"description": "ECharts wrapper component for Vue 3, 2 and TypeScript",
"main": "dist/echarts-for-vue.js",
"module": "dist/echarts-for-vue.mjs",
"scripts": {
"build:prod": "node scripts/build-prod.js"
},
"author": "Ambit Tsai <ambit_tsai@qq.com>",
"license": "Apache-2.0",
"dependencies": {
"@types/echarts": "^4.9.7"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
"rollup": "^2.27.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"peerDependencies": {
"echarts": ">=3",
"vue": ">=2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambit-tsai/echarts-for-vue.git"
},
"homepage": "https://github.com/ambit-tsai/echarts-for-vue#readme",
"bugs": {
"url": "https://github.com/ambit-tsai/echarts-for-vue/issues"
},
"keywords": [
"echarts",
"vue3",
"vue",
"chart",
"typescript",
"ts",
"wrap"
]
}
TypeScript
1
https://gitee.com/ambit/echarts-for-vue.git
git@gitee.com:ambit/echarts-for-vue.git
ambit
echarts-for-vue
echarts-for-vue
master

搜索帮助