mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
* Initial work * WIP * WIP * Working * WIP * Still WIP * Frontend done * Working version * Migration working * Migration working * Fix freeform rerender * Remove jquery * Fix filter * Unit tests and lint * Fix py.test * Improve unit tests * Ensure freeform is computed at init * Fix lint * Trying to fix pyfreeze error * Remove freezegun * Address comments * Use tabs instead of pills * Regroup options * WIP * Change type when clicking calendar * Fix CSS * Fix JS lint
178 lines
5.8 KiB
JSON
178 lines
5.8 KiB
JSON
{
|
|
"name": "superset",
|
|
"version": "0.999.0dev",
|
|
"description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
|
|
"license": "Apache-2.0",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "spec"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --require ignore-styles --compilers js:babel-core/register --require spec/helpers/browser.js 'spec/**/*_spec.*'",
|
|
"test:one": "mocha --require ignore-styles --compilers js:babel-core/register --require spec/helpers/browser.js",
|
|
"cover": "babel-node node_modules/.bin/babel-istanbul cover _mocha -- --require ignore-styles spec/helpers/browser.js 'spec/**/*_spec.*'",
|
|
"dev": "NODE_ENV=dev webpack --watch --colors --progress --debug --output-pathinfo --devtool eval-cheap-source-map",
|
|
"dev-slow": "NODE_ENV=dev webpack --watch --colors --progress --debug --output-pathinfo --devtool inline-source-map",
|
|
"dev-fast": "echo 'dev-fast in now replaced by dev'",
|
|
"prod": "NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js -p --colors --progress",
|
|
"build": "NODE_ENV=production webpack --colors --progress",
|
|
"lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx .",
|
|
"lint-fix": "eslint --fix --ignore-path=.eslintignore --ext .js,.jsx .",
|
|
"sync-backend": "babel-node --presets env src/syncBackend.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/apache/incubator-superset.git"
|
|
},
|
|
"keywords": [
|
|
"big",
|
|
"data",
|
|
"exploratory",
|
|
"analysis",
|
|
"react",
|
|
"d3",
|
|
"airbnb",
|
|
"nerds",
|
|
"database",
|
|
"flask"
|
|
],
|
|
"author": "Apache",
|
|
"bugs": {
|
|
"url": "https://github.com/apache/incubator-superset/issues"
|
|
},
|
|
"homepage": "http://superset.apache.org/",
|
|
"dependencies": {
|
|
"@data-ui/event-flow": "^0.0.54",
|
|
"@data-ui/sparkline": "^0.0.54",
|
|
"@vx/responsive": "0.0.153",
|
|
"babel-register": "^6.24.1",
|
|
"bootstrap": "^3.3.6",
|
|
"bootstrap-slider": "^10.0.0",
|
|
"brace": "^0.11.1",
|
|
"brfs": "^1.4.3",
|
|
"classnames": "^2.2.5",
|
|
"d3": "^3.5.17",
|
|
"d3-cloud": "^1.2.1",
|
|
"d3-hierarchy": "^1.1.5",
|
|
"d3-sankey": "^0.4.2",
|
|
"d3-svg-legend": "^1.x",
|
|
"d3-tip": "^0.9.1",
|
|
"datamaps": "^0.5.8",
|
|
"datatables.net-bs": "^1.10.15",
|
|
"deck.gl": "^5.1.4",
|
|
"deep-equal": "^1.0.1",
|
|
"distributions": "^1.0.0",
|
|
"dnd-core": "^2.6.0",
|
|
"dompurify": "^1.0.3",
|
|
"fastdom": "^1.0.6",
|
|
"geojson-extent": "^0.3.2",
|
|
"geolib": "^2.0.24",
|
|
"immutable": "^3.8.2",
|
|
"jed": "^1.1.1",
|
|
"jquery": "3.1.1",
|
|
"lodash.throttle": "^4.1.1",
|
|
"luma.gl": "^5.1.4",
|
|
"mapbox-gl": "^0.45.0",
|
|
"mathjs": "^3.20.2",
|
|
"moment": "^2.20.1",
|
|
"mousetrap": "^1.6.1",
|
|
"mustache": "^2.2.1",
|
|
"npm": "^6.1.0",
|
|
"nvd3": "1.8.6",
|
|
"object.entries": "^1.0.4",
|
|
"object.keys": "^0.1.0",
|
|
"object.values": "^1.0.4",
|
|
"parse-iso-duration": "^1.0.0",
|
|
"po2json": "^0.4.5",
|
|
"prop-types": "^15.6.0",
|
|
"re-resizable": "^4.3.1",
|
|
"react": "^15.6.2",
|
|
"react-ace": "^5.10.0",
|
|
"react-addons-css-transition-group": "^15.6.0",
|
|
"react-addons-shallow-compare": "^15.4.2",
|
|
"react-bootstrap": "^0.31.5",
|
|
"react-bootstrap-datetimepicker": "0.0.22",
|
|
"react-bootstrap-slider": "2.1.5",
|
|
"react-bootstrap-table": "^4.3.1",
|
|
"react-color": "^2.13.8",
|
|
"react-datetime": "2.14.0",
|
|
"react-dnd": "^2.5.4",
|
|
"react-dnd-html5-backend": "^2.5.4",
|
|
"react-dom": "^15.6.2",
|
|
"react-gravatar": "^2.6.1",
|
|
"react-grid-layout": "0.16.6",
|
|
"react-map-gl": "^3.0.4",
|
|
"react-markdown": "^3.3.0",
|
|
"react-redux": "^5.0.2",
|
|
"react-resizable": "^1.3.3",
|
|
"react-search-input": "^0.11.3",
|
|
"react-select": "1.2.1",
|
|
"react-select-fast-filter-options": "^0.2.1",
|
|
"react-sortable-hoc": "^0.8.3",
|
|
"react-split-pane": "^0.1.66",
|
|
"react-sticky": "^6.0.2",
|
|
"react-syntax-highlighter": "^7.0.4",
|
|
"react-virtualized": "9.19.1",
|
|
"react-virtualized-select": "^2.4.0",
|
|
"reactable": "1.0.2",
|
|
"redux": "^3.5.2",
|
|
"redux-localstorage": "^0.4.1",
|
|
"redux-thunk": "^2.1.0",
|
|
"redux-undo": "^1.0.0-beta9-9-7",
|
|
"shortid": "^2.2.6",
|
|
"sprintf-js": "^1.1.1",
|
|
"srcdoc-polyfill": "^1.0.0",
|
|
"supercluster": "https://github.com/georgeke/supercluster/tarball/ac3492737e7ce98e07af679623aad452373bbc40",
|
|
"underscore": "^1.8.3",
|
|
"urijs": "^1.18.10",
|
|
"viewport-mercator-project": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.14.0",
|
|
"babel-core": "^6.10.4",
|
|
"babel-istanbul": "^0.12.2",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-plugin-css-modules-transform": "^1.1.0",
|
|
"babel-polyfill": "^6.23.0",
|
|
"babel-preset-airbnb": "^2.1.1",
|
|
"chai": "^4.0.2",
|
|
"clean-webpack-plugin": "^0.1.16",
|
|
"css-loader": "^0.28.0",
|
|
"enzyme": "^2.0.0",
|
|
"eslint": "^4.19.0",
|
|
"eslint-config-airbnb": "^15.0.1",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^5.1.1",
|
|
"eslint-plugin-prettier": "^2.6.0",
|
|
"eslint-plugin-react": "^7.0.1",
|
|
"exports-loader": "^0.7.0",
|
|
"extract-text-webpack-plugin": "3.0.2",
|
|
"file-loader": "^0.11.1",
|
|
"github-changes": "^1.0.4",
|
|
"ignore-styles": "^5.0.1",
|
|
"imports-loader": "^0.7.1",
|
|
"istanbul": "^1.0.0-alpha",
|
|
"jsdom": "9.12.0",
|
|
"json-loader": "^0.5.4",
|
|
"less": "^2.6.1",
|
|
"less-loader": "^4.0.3",
|
|
"mocha": "^3.2.0",
|
|
"npm-check-updates": "^2.14.0",
|
|
"prettier": "^1.12.1",
|
|
"react-addons-test-utils": "^15.6.2",
|
|
"react-test-renderer": "^15.6.2",
|
|
"redux-mock-store": "^1.2.3",
|
|
"//": "known minor issues in >5.0",
|
|
"sinon": "^4.5.0",
|
|
"style-loader": "^0.21.0",
|
|
"transform-loader": "^0.2.3",
|
|
"uglifyjs-webpack-plugin": "^1.1.0",
|
|
"url-loader": "^0.6.2",
|
|
"//": "Known issues with >=4",
|
|
"webpack": "^3.10.0",
|
|
"webpack-manifest-plugin": "2.0.3",
|
|
"webworkify-webpack": "2.1.2"
|
|
}
|
|
}
|