1 Star 0 Fork 76

xcy/echarts-for-vue

forked from Ambit/echarts-for-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
Ambit 提交于 2020-10-09 22:59 . chore: remove unused dependencies
{
"name": "echarts-for-vue",
"version": "1.0.1",
"description": "ECharts wrapper component for Vue 3 and 2",
"main": "dist/echarts-for-vue.js",
"module": "dist/echarts-for-vue.mjs",
"scripts": {
"build:prod": "node scripts/build-prod.js",
"build:docs": "webpack --config scripts/build-docs.js",
"test:vue2": "webpack-dev-server --config ./scripts/test-vue2.js",
"test:vue3": "vite --config ./scripts/test-vue3.js"
},
"author": "Ambit-Tsai <ambit_tsai@qq.com>",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-babel": "^5.2.1",
"@vue/compiler-sfc": "^3.0.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"echarts": "^4.9.0",
"html-webpack-plugin": "^4.5.0",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^2.27.1",
"rollup-plugin-terser": "^7.0.2",
"vite": "^1.0.0-rc.4",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vue2": "npm:vue@^2.6.12",
"vue3": "npm:vue@^3.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"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",
"vue2",
"3",
"chart"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xcy777/echarts-for-vue.git
git@gitee.com:xcy777/echarts-for-vue.git
xcy777
echarts-for-vue
echarts-for-vue
master

搜索帮助