| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@superset-ui/legacy-plugin-chart-calendar",
- "version": "0.20.3",
- "description": "Superset Legacy Chart - Calendar Heatmap",
- "keywords": [
- "superset"
- ],
- "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-calendar#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-calendar"
- },
- "license": "Apache-2.0",
- "author": "Superset",
- "main": "lib/index.js",
- "module": "esm/index.js",
- "files": [
- "esm",
- "lib"
- ],
- "dependencies": {
- "d3-array": "^2.0.3",
- "d3-selection": "^3.0.0",
- "d3-tip": "^0.9.1",
- "prop-types": "^15.8.1"
- },
- "peerDependencies": {
- "@emotion/react": "^11.4.1",
- "@superset-ui/chart-controls": "*",
- "@superset-ui/core": "*",
- "react": "^17.0.2"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|