superset/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2019-02-07 18:59:49 -05:00
{
"name": "@superset-ui/legacy-preset-chart-nvd3",
2021-01-05 09:50:24 -05:00
"version": "0.16.4",
2019-02-07 18:59:49 -05:00
"description": "Superset Legacy Chart - NVD3",
2019-04-12 14:33:01 -04:00
"sideEffects": [
"*.css"
],
2019-02-07 18:59:49 -05:00
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
2019-02-07 18:59:49 -05:00
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
2019-02-07 18:59:49 -05:00
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
2019-02-07 18:59:49 -05:00
"publishConfig": {
"access": "public"
},
"dependencies": {
"@data-ui/xy-chart": "^0.0.84",
2021-01-05 09:50:24 -05:00
"@superset-ui/chart-controls": "0.16.4",
"@superset-ui/core": "0.16.4",
2019-02-07 18:59:49 -05:00
"d3": "^3.5.17",
"d3-tip": "^0.9.1",
"dompurify": "^2.0.6",
2019-02-07 20:42:55 -05:00
"fast-safe-stringify": "^2.0.6",
2019-02-07 18:59:49 -05:00
"lodash": "^4.17.11",
"mathjs": "^8.0.1",
2019-02-07 18:59:49 -05:00
"moment": "^2.20.1",
"nvd3-fork": "2.0.3",
2019-02-07 20:42:55 -05:00
"prop-types": "^15.6.2",
2019-02-12 17:43:35 -05:00
"urijs": "^1.18.10"
2019-02-07 18:59:49 -05:00
},
"peerDependencies": {
"react": "^15 || ^16"
}
}