superset/superset-frontend/plugins/legacy-plugin-chart-rose/package.json

40 lines
992 B
JSON
Raw Normal View History

2019-01-31 14:26:09 -05:00
{
"name": "@superset-ui/legacy-plugin-chart-rose",
2021-11-15 06:19:28 -05:00
"version": "0.18.25",
2019-01-31 14:26:09 -05:00
"description": "Superset Legacy Chart - Nightingale Rose Diagram",
"keywords": [
"superset"
],
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-rose#readme",
2019-01-31 14:26:09 -05:00
"bugs": {
"url": "https://github.com/apache/superset/issues"
2019-01-31 14:26:09 -05:00
},
"repository": {
"type": "git",
"url": "https://github.com/apache/superset.git",
"directory": "superset-frontend/plugins/legacy-plugin-chart-rose"
2019-01-31 14:26:09 -05:00
},
"license": "Apache-2.0",
"author": "Superset",
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
2019-01-31 14:26:09 -05:00
"dependencies": {
"d3": "^3.5.17",
"nvd3-fork": "^2.0.5",
"prop-types": "^15.8.1"
2019-01-31 14:26:09 -05:00
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
2020-05-08 00:31:47 -04:00
"react": "^16.13.1"
},
"publishConfig": {
"access": "public"
2019-01-31 14:26:09 -05:00
}
2019-02-07 01:01:00 -05:00
}