data-vis-ui
Version:
## [使用文档](https://temp-static-domain.jd.com/data-vis-ui)
84 lines (83 loc) • 1.89 kB
JSON
{
"name": "data-vis-ui",
"version": "0.1.3",
"homepage": "https://coding.jd.com/smarthome_fe/data-vis-ui/",
"main": "es/index.js",
"files": [
"es"
],
"scripts": {
"start": "dumi dev",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"docs:build": "dumi build",
"docs:deploy": "sh docs_deploy.sh",
"build": "father-build",
"release": "npm run build && npm publish",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"sideEffects": [
"./src/**/*.less"
],
"repository": {
"type": "git",
"url": "git+https://coding.jd.com/smarthome_fe/data-vis-ui.git"
},
"keywords": [
"data-vis-ui",
"visuals",
"data-visuals-ui",
"smart-chart",
"react",
"component",
"echarts-react",
"echarts",
"react-echarts",
"chart",
"charts",
"graph",
"react-component",
"数据可视化"
],
"peerDependencies": {
"@ant-design/pro-table": "^2.71.2",
"ahooks": "^3.3.0",
"axios": "^0.26.1",
"echarts": ">=5.0.0",
"echarts-for-react": "^3.0.2",
"lodash": "^4.17.21",
"react": ">=16.8.0"
},
"dependencies": {
"@types/lodash": "^4.14.180"
},
"devDependencies": {
"@ant-design/pro-table": "^2.71.2",
"@umijs/test": "^3.0.5",
"ahooks": "^3.3.0",
"antd": "^4.19.5",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"dumi": "^1.0.10",
"echarts": "^5.3.1",
"echarts-for-react": "^3.0.2",
"father-build": "^1.17.2",
"lint-staged": "^10.0.7",
"lodash": "^4.17.21",
"prettier": "^2.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"yorkie": "^2.0.0"
}
}