| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "name": "@superset-ui/core",
- "version": "0.20.4",
- "description": "Superset UI core",
- "keywords": [
- "superset"
- ],
- "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/packages/superset-ui-core#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-core"
- },
- "license": "Apache-2.0",
- "author": "Superset",
- "sideEffects": false,
- "main": "lib/index.js",
- "module": "esm/index.js",
- "files": [
- "esm",
- "lib"
- ],
- "dependencies": {
- "@apache-superset/core": "*",
- "@ant-design/icons": "^5.2.6",
- "@babel/runtime": "^7.28.4",
- "@fontsource/fira-code": "^5.2.7",
- "@fontsource/inter": "^5.2.6",
- "@types/json-bigint": "^1.0.4",
- "ace-builds": "^1.43.4",
- "ag-grid-community": "34.2.0",
- "ag-grid-react": "34.2.0",
- "brace": "^0.11.1",
- "classnames": "^2.2.5",
- "csstype": "^3.1.3",
- "core-js": "^3.38.1",
- "d3-format": "^1.3.2",
- "dayjs": "^1.11.18",
- "d3-interpolate": "^3.0.1",
- "d3-scale": "^4.0.2",
- "d3-time": "^3.1.0",
- "d3-time-format": "^4.1.0",
- "dompurify": "^3.2.4",
- "fetch-retry": "^6.0.0",
- "handlebars": "^4.7.8",
- "jed": "^1.1.1",
- "lodash": "^4.17.21",
- "math-expression-evaluator": "^2.0.6",
- "pretty-ms": "^9.3.0",
- "re-resizable": "^6.11.2",
- "react-ace": "^14.0.1",
- "react-js-cron": "^5.2.0",
- "react-draggable": "^4.5.0",
- "react-resize-detector": "^7.1.2",
- "react-syntax-highlighter": "^15.6.6",
- "react-ultimate-pagination": "^1.3.2",
- "react-error-boundary": "^6.0.0",
- "react-markdown": "^8.0.7",
- "regenerator-runtime": "^0.14.1",
- "rehype-raw": "^7.0.0",
- "rehype-sanitize": "^6.0.0",
- "remark-gfm": "^4.0.1",
- "reselect": "^5.1.1",
- "rison": "^0.1.1",
- "seedrandom": "^3.0.5",
- "@visx/responsive": "^3.12.0",
- "xss": "^1.0.15"
- },
- "devDependencies": {
- "@emotion/styled": "^11.14.1",
- "@types/d3-format": "^3.0.4",
- "@types/d3-interpolate": "^3.0.4",
- "@types/d3-scale": "^2.1.1",
- "@types/d3-time": "^3.0.4",
- "@types/d3-time-format": "^4.0.3",
- "@types/react-table": "^7.7.20",
- "@types/react-syntax-highlighter": "^15.5.13",
- "@types/jquery": "^3.5.33",
- "@types/lodash": "^4.17.20",
- "@types/math-expression-evaluator": "^1.3.3",
- "@types/node": "^24.8.1",
- "@types/prop-types": "^15.7.15",
- "@types/rison": "0.1.0",
- "@types/seedrandom": "^3.0.8",
- "fetch-mock": "^11.1.4",
- "jest-mock-console": "^2.0.0",
- "resize-observer-polyfill": "1.5.1",
- "timezone-mock": "1.3.6"
- },
- "peerDependencies": {
- "antd": "^5.24.9",
- "@emotion/cache": "^11.4.0",
- "@emotion/react": "^11.4.1",
- "@emotion/styled": "^11.14.1",
- "@testing-library/dom": "^8.20.1",
- "@testing-library/jest-dom": "*",
- "@testing-library/react": "^12.1.5",
- "@testing-library/react-hooks": "*",
- "@testing-library/user-event": "*",
- "@types/react": "*",
- "@types/react-loadable": "*",
- "@types/react-window": "^1.8.8",
- "@types/tinycolor2": "*",
- "nanoid": "^5.0.9",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-loadable": "^5.5.0",
- "tinycolor2": "*"
- },
- "publishConfig": {
- "access": "public"
- },
- "exports": {
- ".": {
- "import": "./esm/index.js",
- "require": "./lib/index.js",
- "types": "./lib/index.d.ts"
- },
- "./components/*": {
- "import": "./esm/components/*/index.js",
- "require": "./lib/components/*/index.js",
- "types": "./lib/components/*/index.d.ts"
- },
- "./components": {
- "import": "./esm/components/index.js",
- "require": "./lib/components/index.js",
- "types": "./lib/components/index.d.ts"
- },
- "./utils/*": {
- "import": "./esm/utils/*.js",
- "require": "./lib/utils/*.js",
- "types": "./lib/utils/*.d.ts"
- }
- }
- }
|