bytev-charts
Version:
基于echarts和JavaScript及ES6封装的一个可以直接调用的图表组件库,内置主题设计,简单快捷,且支持用户自定义配置; npm 安装方式: npm install bytev-charts 若启动提示还需额外install插件,则运行 npm install @babel/runtime-corejs2 即可;
41 lines (40 loc) • 1.21 kB
JSON
{
"name": "bytev-charts",
"version": "1.0.08",
"description": "基于echarts和JavaScript及ES6封装的一个可以直接调用的图表组件库,内置主题设计,简单快捷,且支持用户自定义配置; npm 安装方式: npm install bytev-charts 若启动提示还需额外install插件,则运行 npm install @babel/runtime-corejs2 即可;",
"author:": "chengda73@126.com",
"main": "lib/index.js",
"files": [
"lib",
"node_modules"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "babel -d lib/ src/",
"prepare": "npm run babel",
"build": "webpack"
},
"keywords": [
"ECharts",
"ByteV",
"ByteVCharts",
"bytev-charts",
"图表组件库"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.4",
"@babel/runtime-corejs2": "^7.16.3",
"echarts": "^5.2.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"d3-geo": "^3.0.1"
}
}