mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
135 lines
4.3 KiB
JSON
135 lines
4.3 KiB
JSON
{
|
|
"name": "superset",
|
|
"version": "0.18.5-alpha.3",
|
|
"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 --recursive spec/**/*_spec.*",
|
|
"cover": "babel-node node_modules/.bin/babel-istanbul cover _mocha -- --require spec/helpers/browser.js --recursive spec/**/*_spec.*",
|
|
"dev": "NODE_ENV=dev webpack --watch --colors --progress --debug --output-pathinfo --devtool inline-source-map",
|
|
"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 .",
|
|
"sync-backend": "babel-node --presets es2015 javascripts/syncBackend.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/airbnb/superset.git"
|
|
},
|
|
"keywords": [
|
|
"big",
|
|
"data",
|
|
"exploratory",
|
|
"analysis",
|
|
"react",
|
|
"d3",
|
|
"airbnb",
|
|
"nerds",
|
|
"database",
|
|
"flask"
|
|
],
|
|
"author": "Airbnb",
|
|
"bugs": {
|
|
"url": "https://github.com/airbnb/superset/issues"
|
|
},
|
|
"homepage": "https://github.com/airbnb/superset#readme",
|
|
"dependencies": {
|
|
"babel-register": "^6.24.1",
|
|
"bootstrap": "^3.3.6",
|
|
"brace": "^0.10.0",
|
|
"brfs": "^1.4.3",
|
|
"cal-heatmap": "3.6.2",
|
|
"classnames": "^2.2.5",
|
|
"d3": "^3.5.15",
|
|
"d3-cloud": "^1.2.1",
|
|
"d3-sankey": "^0.4.2",
|
|
"d3-tip": "^0.6.7",
|
|
"datamaps": "^0.5.8",
|
|
"datatables-bootstrap3-plugin": "^0.5.0",
|
|
"datatables.net": "^1.10.13",
|
|
"datatables.net-bs": "^1.10.12",
|
|
"immutable": "^3.8.1",
|
|
"jquery": "^3.2.1",
|
|
"jsdom": "9.12.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"mapbox-gl": "^0.26.0",
|
|
"moment": "^2.14.1",
|
|
"mustache": "^2.2.1",
|
|
"nvd3": "1.8.5",
|
|
"prop-types": "^15.5.8",
|
|
"react": "^15.5.1",
|
|
"react-ace": "^5.0.1",
|
|
"react-addons-css-transition-group": "^15.6.0",
|
|
"react-addons-shallow-compare": "^15.4.2",
|
|
"react-alert": "^2.0.1",
|
|
"react-bootstrap": "^0.31.0",
|
|
"react-bootstrap-table": "^3.1.7",
|
|
"react-dom": "^15.5.1",
|
|
"react-gravatar": "^2.6.1",
|
|
"react-grid-layout": "^0.14.4",
|
|
"react-map-gl": "^1.7.0",
|
|
"react-redux": "^5.0.2",
|
|
"react-resizable": "^1.3.3",
|
|
"react-select": "1.0.0-rc.3",
|
|
"react-select-fast-filter-options": "^0.2.1",
|
|
"react-syntax-highlighter": "^5.0.0",
|
|
"react-virtualized": "^9.3.0",
|
|
"react-virtualized-select": "^2.4.0",
|
|
"reactable": "^0.14.0",
|
|
"redux": "^3.5.2",
|
|
"redux-localstorage": "^0.4.1",
|
|
"redux-thunk": "^2.1.0",
|
|
"shortid": "^2.2.6",
|
|
"supercluster": "https://github.com/georgeke/supercluster/tarball/ac3492737e7ce98e07af679623aad452373bbc40",
|
|
"urijs": "^1.18.10",
|
|
"viewport-mercator-project": "^2.1.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",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babel-preset-react": "^6.11.1",
|
|
"chai": "^4.0.2",
|
|
"clean-webpack-plugin": "^0.1.16",
|
|
"codeclimate-test-reporter": "^0.5.0",
|
|
"css-loader": "^0.28.0",
|
|
"enzyme": "^2.0.0",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-airbnb": "^15.0.1",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^5.0.3",
|
|
"eslint-plugin-react": "^7.0.1",
|
|
"exports-loader": "^0.6.3",
|
|
"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",
|
|
"react-addons-test-utils": "^15.5.1",
|
|
"react-test-renderer": "^15.5.1",
|
|
"redux-mock-store": "^1.2.3",
|
|
"sinon": "^2.1.0",
|
|
"style-loader": "^0.18.2",
|
|
"transform-loader": "^0.2.3",
|
|
"uglifyjs-webpack-plugin": "^0.4.6",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^2.3.3",
|
|
"webpack-manifest-plugin": "1.1.0",
|
|
"webworkify-webpack": "2.0.4"
|
|
}
|
|
}
|