| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "@superset-ui/chart-controls",
- "version": "0.20.3",
- "description": "Superset UI control-utils",
- "keywords": [
- "superset"
- ],
- "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/packages/superset-ui-chart-controls#readme",
- "bugs": {
- "url": "https://github.com/apache/superset/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/apache/superset.git",
- "directory": "superset-frontend/packages/superset-ui-chart-controls"
- },
- "license": "Apache-2.0",
- "author": "Superset",
- "sideEffects": false,
- "main": "lib/index.js",
- "module": "esm/index.js",
- "files": [
- "esm",
- "lib"
- ],
- "dependencies": {
- "@apache-superset/core": "*",
- "@react-icons/all-files": "^4.1.0",
- "@types/react": "*",
- "lodash": "^4.17.21"
- },
- "peerDependencies": {
- "@ant-design/icons": "^5.2.6",
- "@emotion/react": "^11.4.1",
- "@superset-ui/core": "*",
- "@testing-library/dom": "^8.20.1",
- "@testing-library/jest-dom": "*",
- "@testing-library/react": "^12.1.5",
- "@testing-library/react-hooks": "*",
- "@testing-library/user-event": "*",
- "ace-builds": "^1.4.14",
- "brace": "^0.11.1",
- "memoize-one": "^5.1.1",
- "react": "^17.0.2",
- "react-ace": "^10.1.0",
- "react-dom": "^17.0.2"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|