@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
108 lines • 3.33 kB
JSON
{
"name": "@qn-pandora/pandora-visualization",
"version": "13.1.1",
"module": "es/index.js",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"devDependencies": {
"mobx": "^4.15.4",
"mobx-react": "5.4.4",
"@qn-pandora/pandora-tools": "^2.1.2",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/classnames": "^2.2.7",
"@types/d3": "^5.7.2",
"@types/d3-hexbin": "^0.2.3",
"@types/dompurify": "^2.0.4",
"@types/echarts": "4.9.16",
"@types/file-saver": "^2.0.1",
"@types/flat": "^5.0.1",
"@types/geojson": "^7946.0.7",
"@types/lodash": "4.14.178",
"@types/mapbox-gl": "1.7.0",
"@types/prop-types": "^15.7.1",
"@types/react": "^16.14.5",
"@types/react-color": "^3.0.1",
"@types/react-dom": "16.8.4",
"@types/react-grid-layout": "^0.16.7",
"@types/react-measure": "^2.0.4",
"@types/react-resizable": "^1.7.0",
"@types/react-virtualized": "^9.20.1",
"@types/react-sparklines": "^1.7.0",
"@types/screenfull": "^4.1.0",
"@types/uuid": "^3.4.5",
"@types/validator": "^9.4.1",
"antd": "4.24.16",
"lodash": "^4.17.15",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"typescript": "4.1.5"
},
"peerDependencies": {
"mobx": "^4.15.4",
"mobx-react": "5.4.4",
"antd": "4.24.16",
"lodash": "^4.17.15",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@qn-pandora/pandora-component": "^5.1.1",
"@qn-pandora/pandora-app-component": "^5.1.1",
"@qn-pandora/app-sdk": "^4.1.1",
"@qn-pandora/pandora-component-icons": "^3.4.3",
"@ant-design/compatible": "1.0.8",
"@ant-design/icons": "4.7.0",
"@ant-design/colors": "6.0.0",
"antd-mobile": "2.3.3",
"@qn-pandora/visualization-sdk": "^3.0.15",
"braft-editor": "^2.3.7",
"classnames": "^2.2.6",
"d3": "^5.16.0",
"d3-hexbin": "^0.2.2",
"dompurify": "^2.1.1",
"echarts": "5.4.0",
"echarts-for-react": "3.0.0",
"echarts-stat": "^1.1.1",
"file-saver": "^2.0.2",
"flat": "^5.0.0",
"hoist-non-react-statics": "^3.3.2",
"intersection-observer": "^0.7.0",
"jspdf": "^2.3.1",
"mapbox-gl": "^1.7.0",
"mobx-react-form": "^2.0.8",
"moment": "^2.29.1",
"tinycolor2": "^1.4.2",
"prop-types": "^15.7.2",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.0.1",
"react-grid-layout": "^0.16.6",
"react-mapbox-gl": "^4.8.2",
"react-measure": "^2.5.2",
"react-resizable": "1.8.0",
"react-virtualized": "9.20.1",
"react-sparklines": "^1.7.0",
"react-transition-group": "^4.0.1",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^4.2.1",
"uuid": "^3.3.3",
"validator": "13.1.1",
"vis-timeline": "^5.1.0"
},
"sideEffects": [
"**/*.less",
"**/*.css",
"**/*.mless",
"intersection-observer",
"**/polyfill/**"
],
"description": "Pandora 通用可视化库",
"keywords": [
"pandora"
],
"author": "pandora@qiniu.com",
"license": "ISC",
"scripts": {
"build": "pandora-tools build esm && pandora-tools build cjs && bash ./scripts/copymless.sh && bash ./scripts/copyMapbox.sh && bash ./scripts/copysvg.sh && bash ./scripts/copyMapChart.sh && bash ./scripts/copyForkedThirdPart.sh",
"watchLess": "pandora-tools watchLess cjs"
}
}