{ "name": "@superset-ui/legacy-plugin-chart-rose", "version": "0.18.25", "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", "bugs": { "url": "https://github.com/apache/superset/issues" }, "repository": { "type": "git", "url": "https://github.com/apache/superset.git", "directory": "superset-frontend/plugins/legacy-plugin-chart-rose" }, "license": "Apache-2.0", "author": "Superset", "main": "lib/index.js", "module": "esm/index.js", "files": [ "esm", "lib" ], "dependencies": { "d3": "^3.5.17", "nvd3-fork": "^2.0.5", "prop-types": "^15.8.1" }, "peerDependencies": { "@emotion/react": "^11.4.1", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", "react": "^16.13.1" }, "publishConfig": { "access": "public" } }