| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381 |
- {
- "name": "superset",
- "version": "0.0.0-dev",
- "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
- "keywords": [
- "big",
- "data",
- "exploratory",
- "analysis",
- "react",
- "d3",
- "airbnb",
- "nerds",
- "database",
- "flask"
- ],
- "homepage": "https://superset.apache.org/",
- "bugs": {
- "url": "https://github.com/apache/superset/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/apache/superset.git",
- "directory": "superset-frontend"
- },
- "license": "Apache-2.0",
- "author": {
- "name": "Apache"
- },
- "directories": {
- "doc": "docs",
- "test": "spec"
- },
- "workspaces": [
- "packages/*",
- "plugins/*",
- "src/setup/*"
- ],
- "scripts": {
- "_prettier": "prettier './({src,spec,cypress-base,plugins,packages,.storybook}/**/*{.js,.jsx,.ts,.tsx,.css,.scss,.sass}|package.json)'",
- "build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=production BABEL_ENV=\"${BABEL_ENV:=production}\" webpack --color --mode production",
- "build-dev": "cross-env NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=development webpack --mode=development --color",
- "build-instrumented": "cross-env NODE_ENV=production BABEL_ENV=instrumented webpack --mode=production --color",
- "build-storybook": "storybook build",
- "build-translation": "scripts/po2json.sh",
- "bundle-stats": "cross-env BUNDLE_ANALYZER=true npm run build && npx open-cli ../superset/static/stats/statistics.html",
- "core:cover": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=4096\" jest --coverage --coverageThreshold='{\"global\":{\"statements\":100,\"branches\":100,\"functions\":100,\"lines\":100}}' --collectCoverageFrom='[\"packages/**/src/**/*.{js,ts}\", \"!packages/superset-ui-demo/**/*\", \"!packages/superset-core/**/*\"]' packages",
- "cover": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=4096\" jest --coverage",
- "dev": "webpack --mode=development --color --watch",
- "dev-server": "cross-env NODE_ENV=development BABEL_ENV=development node --max_old_space_size=4096 ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode=development",
- "format": "npm run _prettier -- --write",
- "eslint": "npm run lint",
- "lint": "npx oxlint --config oxlint.json --quiet",
- "lint:all": "npx oxlint --config oxlint.json && npm run type",
- "lint-fix": "npx oxlint --config oxlint.json --fix --quiet",
- "lint-fix:all": "npx oxlint --config oxlint.json --fix",
- "lint:full": "npm run lint && npm run check:custom-rules",
- "check:custom-rules": "node scripts/check-custom-rules.js",
- "ensure-oxc": "echo 'OXC linter is ready' && npx oxlint --version",
- "lint-stats": "node ./scripts/oxlint-metrics-uploader.js",
- "plugins:build": "node ./scripts/build.js",
- "plugins:build-assets": "node ./scripts/copyAssets.js",
- "plugins:build-storybook": "cd packages/superset-ui-demo && npm run build-storybook",
- "plugins:create-conventional-version": "npm run prune && lerna version --conventional-commits --create-release github --no-private --yes --tag-version-prefix=\"plugins-and-packages-v\"",
- "plugins:create-minor-version": "npm run prune && lerna version minor --no-private --yes --tag-version-prefix=\"plugins-and-packages-v\"",
- "plugins:create-patch-version": "npm run prune && lerna version patch --no-private --yes --tag-version-prefix=\"plugins-and-packages-v\"",
- "plugins:publish-all": "npm run prune && npm run plugins:build && lerna publish from-package --force-publish --yes",
- "plugins:release-conventional": "npm run prune && npm run plugins:build && lerna publish --conventional-commits --create-release github --yes",
- "plugins:release-from-tag": "npm run prune && npm run plugins:build && lerna publish from-package --yes",
- "plugins:storybook": "cd packages/superset-ui-demo && npm run storybook",
- "playwright:test": "playwright test",
- "playwright:ui": "playwright test --ui",
- "playwright:headed": "playwright test --headed",
- "playwright:debug": "playwright test --debug",
- "playwright:report": "playwright show-report",
- "prettier": "npm run _prettier -- --write",
- "prettier-check": "npm run _prettier -- --check",
- "prod": "npm run build",
- "prune": "rm -rf ./{packages,plugins}/*/{node_modules,lib,esm,tsconfig.tsbuildinfo,package-lock.json} ./.temp_cache",
- "storybook": "cross-env NODE_ENV=development BABEL_ENV=development storybook dev -p 6006",
- "tdd": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=8192\" jest --watch",
- "test": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=8192\" jest --max-workers=80% --silent",
- "test-loud": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=8192\" jest --max-workers=80%",
- "type": "tsc --noEmit",
- "update-maps": "cd plugins/legacy-plugin-chart-country-map/scripts && jupyter nbconvert --to notebook --execute --inplace --allow-errors --ExecutePreprocessor.timeout=1200 'Country Map GeoJSON Generator.ipynb'",
- "validate-release": "../RELEASING/validate_this_release.sh"
- },
- "browserslist": [
- "last 3 chrome versions",
- "last 3 firefox versions",
- "last 3 safari versions",
- "last 3 edge versions"
- ],
- "dependencies": {
- "@apache-superset/core": "file:packages/superset-core",
- "@emotion/cache": "^11.4.0",
- "@emotion/react": "^11.14.0",
- "@emotion/styled": "^11.14.1",
- "@reduxjs/toolkit": "^1.9.3",
- "@rjsf/core": "^5.24.13",
- "@rjsf/utils": "^5.24.3",
- "@rjsf/validator-ajv8": "^5.24.13",
- "@scarf/scarf": "^1.4.0",
- "@superset-ui/chart-controls": "file:./packages/superset-ui-chart-controls",
- "@superset-ui/core": "file:./packages/superset-ui-core",
- "@superset-ui/legacy-plugin-chart-calendar": "file:./plugins/legacy-plugin-chart-calendar",
- "@superset-ui/legacy-plugin-chart-chord": "file:./plugins/legacy-plugin-chart-chord",
- "@superset-ui/legacy-plugin-chart-country-map": "file:./plugins/legacy-plugin-chart-country-map",
- "@superset-ui/legacy-plugin-chart-horizon": "file:./plugins/legacy-plugin-chart-horizon",
- "@superset-ui/legacy-plugin-chart-map-box": "file:./plugins/legacy-plugin-chart-map-box",
- "@superset-ui/legacy-plugin-chart-paired-t-test": "file:./plugins/legacy-plugin-chart-paired-t-test",
- "@superset-ui/legacy-plugin-chart-parallel-coordinates": "file:./plugins/legacy-plugin-chart-parallel-coordinates",
- "@superset-ui/legacy-plugin-chart-partition": "file:./plugins/legacy-plugin-chart-partition",
- "@superset-ui/legacy-plugin-chart-rose": "file:./plugins/legacy-plugin-chart-rose",
- "@superset-ui/legacy-plugin-chart-world-map": "file:./plugins/legacy-plugin-chart-world-map",
- "@superset-ui/legacy-preset-chart-deckgl": "file:./plugins/legacy-preset-chart-deckgl",
- "@superset-ui/legacy-preset-chart-nvd3": "file:./plugins/legacy-preset-chart-nvd3",
- "@superset-ui/plugin-chart-ag-grid-table": "file:./plugins/plugin-chart-ag-grid-table",
- "@superset-ui/plugin-chart-cartodiagram": "file:./plugins/plugin-chart-cartodiagram",
- "@superset-ui/plugin-chart-echarts": "file:./plugins/plugin-chart-echarts",
- "@superset-ui/plugin-chart-handlebars": "file:./plugins/plugin-chart-handlebars",
- "@superset-ui/plugin-chart-pivot-table": "file:./plugins/plugin-chart-pivot-table",
- "@superset-ui/plugin-chart-table": "file:./plugins/plugin-chart-table",
- "@superset-ui/plugin-chart-word-cloud": "file:./plugins/plugin-chart-word-cloud",
- "@superset-ui/switchboard": "file:./packages/superset-ui-switchboard",
- "@types/d3-format": "^3.0.1",
- "@types/d3-time-format": "^4.0.3",
- "@types/react-google-recaptcha": "^2.1.9",
- "@visx/axis": "^3.8.0",
- "@visx/grid": "^3.5.0",
- "@visx/responsive": "^3.0.0",
- "@visx/scale": "^3.5.0",
- "@visx/tooltip": "^3.0.0",
- "@visx/xychart": "^3.5.1",
- "ag-grid-community": "34.2.0",
- "ag-grid-react": "34.2.0",
- "antd": "^5.24.9",
- "chrono-node": "^2.7.8",
- "classnames": "^2.2.5",
- "content-disposition": "^0.5.4",
- "d3-color": "^3.1.0",
- "d3-scale": "^2.1.2",
- "dayjs": "^1.11.18",
- "dom-to-image-more": "^3.6.0",
- "dom-to-pdf": "^0.3.2",
- "echarts": "^5.6.0",
- "eslint-plugin-i18n-strings": "file:eslint-rules/eslint-plugin-i18n-strings",
- "fast-glob": "^3.3.2",
- "fs-extra": "^11.2.0",
- "fuse.js": "^7.1.0",
- "geolib": "^2.0.24",
- "geostyler": "^14.1.3",
- "geostyler-data": "^1.1.0",
- "geostyler-openlayers-parser": "^4.3.0",
- "geostyler-qgis-parser": "2.0.1",
- "geostyler-style": "7.5.0",
- "geostyler-wfs-parser": "^2.0.3",
- "googleapis": "^154.1.0",
- "immer": "^10.1.1",
- "interweave": "^13.1.1",
- "jquery": "^3.7.1",
- "js-levenshtein": "^1.1.6",
- "js-yaml-loader": "^1.2.2",
- "json-bigint": "^1.0.0",
- "json-stringify-pretty-compact": "^2.0.0",
- "lodash": "^4.17.21",
- "luxon": "^3.7.1",
- "mapbox-gl": "^3.13.0",
- "markdown-to-jsx": "^7.7.4",
- "match-sorter": "^6.3.4",
- "memoize-one": "^5.2.1",
- "mousetrap": "^1.6.5",
- "mustache": "^4.2.0",
- "nanoid": "^5.0.9",
- "ol": "^7.5.2",
- "polished": "^4.3.1",
- "prop-types": "^15.8.1",
- "re-resizable": "^6.10.1",
- "react": "^17.0.2",
- "react-checkbox-tree": "^1.8.0",
- "react-diff-viewer-continued": "^3.4.0",
- "react-dnd": "^11.1.3",
- "react-dnd-html5-backend": "^11.1.3",
- "react-dom": "^17.0.2",
- "react-google-recaptcha": "^3.1.0",
- "react-hot-loader": "^4.13.1",
- "react-intersection-observer": "^9.16.0",
- "react-json-tree": "^0.20.0",
- "react-lines-ellipsis": "^0.16.1",
- "react-loadable": "^5.5.0",
- "react-redux": "^7.2.9",
- "react-resize-detector": "^7.1.2",
- "react-reverse-portal": "^2.3.0",
- "react-router-dom": "^5.3.4",
- "react-search-input": "^0.11.3",
- "react-sortable-hoc": "^2.0.0",
- "react-split": "^2.0.9",
- "react-table": "^7.8.0",
- "react-transition-group": "^4.4.5",
- "react-virtualized-auto-sizer": "^1.0.26",
- "react-window": "^1.8.10",
- "redux": "^4.2.1",
- "redux-localstorage": "^0.4.1",
- "redux-thunk": "^2.1.0",
- "redux-undo": "^1.0.0-beta9-9-7",
- "rison": "^0.1.1",
- "scroll-into-view-if-needed": "^3.1.0",
- "simple-zstd": "^1.4.2",
- "stream-browserify": "^3.0.0",
- "tinycolor2": "^1.4.2",
- "urijs": "^1.19.8",
- "use-event-callback": "^0.1.0",
- "use-immer": "^0.11.0",
- "use-query-params": "^1.1.9",
- "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
- "yargs": "^17.7.2"
- },
- "devDependencies": {
- "@applitools/eyes-storybook": "^3.60.0",
- "@babel/cli": "^7.28.3",
- "@babel/compat-data": "^7.28.4",
- "@babel/core": "^7.28.3",
- "@babel/eslint-parser": "^7.28.4",
- "@babel/node": "^7.22.6",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-export-namespace-from": "^7.27.1",
- "@babel/plugin-transform-modules-commonjs": "^7.26.3",
- "@babel/plugin-transform-runtime": "^7.28.3",
- "@babel/preset-env": "^7.27.2",
- "@babel/preset-react": "^7.27.1",
- "@babel/preset-typescript": "^7.26.0",
- "@babel/register": "^7.23.7",
- "@babel/runtime": "^7.28.4",
- "@babel/runtime-corejs3": "^7.28.2",
- "@babel/types": "^7.26.9",
- "@cypress/react": "^8.0.2",
- "@emotion/babel-plugin": "^11.13.5",
- "@emotion/jest": "^11.13.0",
- "@hot-loader/react-dom": "^17.0.2",
- "@istanbuljs/nyc-config-typescript": "^1.0.1",
- "@mihkeleidast/storybook-addon-source": "^1.0.1",
- "@playwright/test": "^1.56.0",
- "@storybook/addon-actions": "8.1.11",
- "@storybook/addon-controls": "8.1.11",
- "@storybook/addon-essentials": "8.1.11",
- "@storybook/addon-links": "8.1.11",
- "@storybook/addon-mdx-gfm": "8.1.11",
- "@storybook/components": "8.1.11",
- "@storybook/preview-api": "8.1.11",
- "@storybook/react": "8.1.11",
- "@storybook/react-webpack5": "8.1.11",
- "@svgr/webpack": "^8.1.0",
- "@testing-library/dom": "^8.20.1",
- "@testing-library/jest-dom": "^6.6.3",
- "@testing-library/react": "^12.1.5",
- "@testing-library/react-hooks": "^8.0.1",
- "@testing-library/user-event": "^12.8.3",
- "@types/content-disposition": "^0.5.9",
- "@types/dom-to-image": "^2.6.7",
- "@types/jest": "^29.5.14",
- "@types/js-levenshtein": "^1.1.3",
- "@types/json-bigint": "^1.0.4",
- "@types/math-expression-evaluator": "^1.3.3",
- "@types/mousetrap": "^1.6.15",
- "@types/node": "^24.8.1",
- "@types/react": "^17.0.83",
- "@types/react-dom": "^17.0.26",
- "@types/react-json-tree": "^0.13.0",
- "@types/react-loadable": "^5.5.11",
- "@types/react-redux": "^7.1.10",
- "@types/react-resizable": "^3.0.8",
- "@types/react-router-dom": "^5.3.3",
- "@types/react-transition-group": "^4.4.12",
- "@types/react-virtualized-auto-sizer": "^1.0.8",
- "@types/react-window": "^1.8.8",
- "@types/redux-localstorage": "^1.0.8",
- "@types/redux-mock-store": "^1.0.6",
- "@types/rison": "0.1.0",
- "@types/sinon": "^17.0.3",
- "@types/testing-library__jest-dom": "^5.14.9",
- "@types/tinycolor2": "^1.4.3",
- "@typescript-eslint/eslint-plugin": "^7.18.0",
- "@typescript-eslint/parser": "^7.18.0",
- "babel-jest": "^30.0.2",
- "babel-loader": "^10.0.0",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "babel-plugin-jsx-remove-data-test-id": "^3.0.0",
- "babel-plugin-lodash": "^3.3.4",
- "babel-plugin-typescript-to-proptypes": "^2.0.0",
- "cheerio": "1.1.0",
- "copy-webpack-plugin": "^13.0.1",
- "cross-env": "^10.0.0",
- "css-loader": "^7.1.2",
- "css-minimizer-webpack-plugin": "^7.0.2",
- "eslint": "^8.56.0",
- "eslint-config-prettier": "^7.2.0",
- "eslint-import-resolver-alias": "^1.1.2",
- "eslint-import-resolver-typescript": "^4.4.4",
- "eslint-plugin-cypress": "^3.6.0",
- "eslint-plugin-file-progress": "^1.5.0",
- "eslint-plugin-icons": "file:eslint-rules/eslint-plugin-icons",
- "eslint-plugin-import": "^2.32.0",
- "eslint-plugin-jest": "^27.8.0",
- "eslint-plugin-jest-dom": "^5.5.0",
- "eslint-plugin-jsx-a11y": "^6.4.1",
- "eslint-plugin-lodash": "^7.4.0",
- "eslint-plugin-no-only-tests": "^3.3.0",
- "eslint-plugin-prettier": "^5.5.4",
- "eslint-plugin-react": "^7.37.5",
- "eslint-plugin-react-hooks": "^4.6.2",
- "eslint-plugin-react-prefer-function-component": "^3.3.0",
- "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.1",
- "eslint-plugin-storybook": "^0.8.0",
- "eslint-plugin-testing-library": "^6.4.0",
- "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors",
- "fetch-mock": "^11.1.5",
- "fork-ts-checker-webpack-plugin": "^9.1.0",
- "history": "^5.3.0",
- "html-webpack-plugin": "^5.6.4",
- "imports-loader": "^5.0.0",
- "jest": "^30.0.2",
- "jest-environment-jsdom": "^29.7.0",
- "jest-html-reporter": "^4.3.0",
- "jest-websocket-mock": "^2.5.0",
- "jsdom": "^27.0.0",
- "lerna": "^8.2.3",
- "mini-css-extract-plugin": "^2.9.0",
- "open-cli": "^8.0.0",
- "oxlint": "^1.16.0",
- "po2json": "^0.4.5",
- "prettier": "3.6.2",
- "prettier-plugin-packagejson": "^2.5.19",
- "process": "^0.11.10",
- "react-resizable": "^3.0.5",
- "redux-mock-store": "^1.5.4",
- "sinon": "^18.0.0",
- "source-map": "^0.7.4",
- "source-map-support": "^0.5.21",
- "speed-measure-webpack-plugin": "^1.5.0",
- "storybook": "8.1.11",
- "style-loader": "^4.0.0",
- "thread-loader": "^4.0.4",
- "ts-jest": "^29.4.5",
- "ts-loader": "^9.5.1",
- "tscw-config": "^1.1.2",
- "tsx": "^4.20.3",
- "typescript": "5.4.5",
- "vm-browserify": "^1.1.2",
- "webpack": "^5.102.1",
- "webpack-bundle-analyzer": "^4.10.1",
- "webpack-cli": "^6.0.1",
- "webpack-dev-server": "^5.2.2",
- "webpack-manifest-plugin": "^5.0.1",
- "webpack-sources": "^3.3.3",
- "webpack-visualizer-plugin2": "^1.2.0"
- },
- "peerDependencies": {
- "ace-builds": "^1.41.0",
- "core-js": "^3.38.1",
- "handlebars": "^4.7.8",
- "react-ace": "^10.1.0",
- "regenerator-runtime": "^0.14.1"
- },
- "engines": {
- "node": "^20.18.1",
- "npm": "^10.8.1"
- },
- "overrides": {
- "core-js": "^3.38.1",
- "d3-color": "^3.1.0",
- "puppeteer": "^22.4.1",
- "underscore": "^1.13.7",
- "jspdf": "^3.0.1",
- "nwsapi": "^2.2.13"
- },
- "readme": "ERROR: No README data found!",
- "scarfSettings": {
- "allowTopLevel": true
- },
- "_id": "superset@0.0.0-dev"
- }
|