kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
258 lines (257 loc) • 9.53 kB
JSON
{
"name": "kepler.gl",
"author": "Shan He <shan@uber.com>",
"version": "2.1.2",
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
"license": "MIT",
"main": "dist/index.js",
"keywords": [
"babel",
"es6",
"react",
"webgl",
"visualization",
"deck.gl"
],
"repository": {
"type": "git",
"url": "https://github.com/keplergl/kepler.gl.git"
},
"scripts": {
"install:example": "cd examples/demo-app && yarn",
"install:web": "yarn install:example && cd website && yarn",
"install-and-start": "node ./scripts/install-and-start",
"fast-test": "npm run test-node && npm run test-browser",
"test-browser": "NODE_ENV=test babel-tape-runner -r ./test/setup-browser-env.js ./test/browser.js | tap-spec",
"test-node": "NODE_ENV=test babel-tape-runner ./test/node.js | tap-spec",
"test-e2e": "NODE_ENV=test HEADLESS=true SLOWMO=true jest",
"test": "npm run lint && npm run test-node && npm run test-browser",
"cover": "nyc --reporter html --reporter cobertura --reporter json-summary npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter cobertura --reporter=text-lcov | coveralls",
"start": "npm run install-and-start -- examples/demo-app start-local",
"start:deck": "npm run install-and-start -- examples/demo-app start-local-deck",
"start:deck-src": "npm run install-and-start -- examples/demo-app start-local-deck-src",
"start:open-modal": "npm run install-and-start -- examples/open-modal start-local",
"start:custom-reducer": "npm run install-and-start -- examples/custom-reducer start-local",
"start:replace-component": "npm run install-and-start -- examples/replace-component start-local",
"start:custom-theme": "npm run install-and-start -- examples/custom-theme start-local",
"start:node-app": "npm run install-and-start -- examples/node-app start-local",
"start:web": "npm run install-and-start -- website start",
"start:https": "npm run install-and-start -- examples/demo-app start-local-https",
"start:e2e": "npm run install-and-start -- examples/demo-app start-local-e2e",
"build": "rm -fr dist && babel src --out-dir dist --source-maps inline",
"build:umd": "webpack --config ./webpack/umd.js --progress --env.prod",
"analyze": "npm run analyze:bundle",
"analyze:bundle": "webpack --config ./webpack/bundle.js --progress --env.prod",
"check-licence": "uber-licence --dry",
"add-licence": "uber-licence",
"prepublish": "uber-licence && yarn build && yarn build:umd",
"docs": "babel-node ./scripts/documentation.js",
"example-version": "babel-node ./scripts/edit-version.js",
"prettier-all": "prettier --write '{src,examples,test}/**/*.js'",
"lint": "eslint src test webpack examples/*.js examples/**/src website/*.js website/src --fix",
"web": "(yarn && yarn install:web && yarn start:web)",
"deploy": "yarn install:web && (cd website && yarn build)",
"clean": "rm -rf node_modules examples/**/node_modules website/node_modules",
"release:patch": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags"
},
"files": [
"dist",
"src",
"actions.js",
"components.js",
"constants.js",
"layers.js",
"middleware.js",
"processors.js",
"reducers.js",
"schemas.js",
"styles.js",
"cloud-providers.js",
"umd"
],
"dependencies": {
"@deck.gl/aggregation-layers": "^8.0.15",
"@deck.gl/core": "^8.0.15",
"@deck.gl/extensions": "^8.0.15",
"@deck.gl/geo-layers": "^8.0.15",
"@deck.gl/layers": "^8.0.15",
"@deck.gl/mesh-layers": "^8.0.15",
"@deck.gl/react": "^8.0.15",
"@loaders.gl/gltf": "^2.0.0",
"@luma.gl/constants": "^8.0.5",
"@luma.gl/core": "^8.0.5",
"@mapbox/geo-viewport": "^0.2.2",
"@mapbox/geojson-normalize": "0.0.1",
"@mapbox/vector-tile": "^1.3.1",
"@turf/bbox": "^6.0.1",
"@turf/boolean-within": "^6.0.1",
"@turf/helpers": "^6.1.4",
"classnames": "^2.2.1",
"colorbrewer": "^1.0.0",
"copy-to-clipboard": "^3.3.1",
"d3-array": "^1.2.0",
"d3-axis": "^1.0.8",
"d3-brush": "^1.0.4",
"d3-color": "^1.0.3",
"d3-dsv": "^1.0.3",
"d3-format": "^1.2.0",
"d3-hexbin": "^0.2.2",
"d3-request": "^1.0.6",
"d3-scale": "^1.0.6",
"decimal.js": "^10.2.0",
"exenv": "^1.2.2",
"fuzzy": "^0.1.3",
"global": "^4.3.0",
"h3-js": "^3.1.0",
"keymirror": "^0.1.1",
"lodash.clonedeep": "^4.0.1",
"lodash.curry": "^4.1.1",
"lodash.debounce": "^4.0.8",
"lodash.flattendeep": "^4.2.0",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.memoize": "^4.1.2",
"lodash.pick": "^4.4.0",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.0.1",
"lodash.uniqby": "^4.7.0",
"lodash.xor": "^4.5.0",
"long": "^4.0.0",
"mini-svg-data-uri": "^1.0.3",
"moment": "^2.10.6",
"pbf": "^3.1.0",
"prop-types": "^15.6.0",
"react-color": "^2.17.3",
"react-copy-to-clipboard": "^5.0.2",
"react-intl": "^3.12.0",
"react-json-pretty": "^1.7.9",
"react-lifecycles-compat": "^3.0.4",
"react-map-gl": "^5.0.3",
"react-map-gl-draw": "0.14.8",
"react-markdown": "^4.0.6",
"react-modal": "^3.8.1",
"react-onclickoutside": "^6.7.1",
"react-palm": "^3.1.2",
"react-redux": "^7.1.3",
"react-sortable-hoc": "^1.8.3",
"react-tooltip": "^3.10.0",
"react-virtualized": "^9.21.1",
"react-vis": "^1.8.0",
"redux": "^3.0.4",
"redux-actions": "^2.2.1",
"reselect": "^3.0.1",
"s2-geometry": "^1.2.10",
"supercluster": "^6.0.1",
"type-analyzer": "0.2.5",
"uber-licence": "^3.1.1",
"viewport-mercator-project": "^6.0.0",
"wellknown": "^0.5.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/node": "^7.2.2",
"@babel/parser": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-export-namespace-from": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/traverse": "^7.2.3",
"@deck.gl/test-utils": "^8.0.11",
"@luma.gl/test-utils": "^8.0.5",
"@probe.gl/test-utils": "^3.0.1",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-istanbul": "^5.1.1",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-search-and-replace": "^1.0.0",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-tape-runner": "^3.0.0",
"babelify": "^10.0.0",
"coveralls": "^3.0.6",
"documentation": "^9.1.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-uber-es2015": "^3.1.2",
"eslint-config-uber-jsx": "^3.3.3",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.13.0",
"gl": "^4.2.2",
"jest": "^25.1.0",
"jest-image-snapshot": "^2.12.0",
"jest-puppeteer": "^4.4.0",
"jsdom": "^16.2.1",
"json-loader": "^0.5.4",
"nyc": "^11.4.1",
"ocular-dev-tools": "^0.0.30",
"prettier": "1.19.1",
"progress-bar-webpack-plugin": "^1.9.3",
"puppeteer": "^2.1.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-hot-loader": "^3.0.0-beta.6",
"redux-mock-store": "^1.2.1",
"sinon": "^2.4.1",
"sinon-stub-promise": "^4.0.0",
"source-map-loader": "^0.2.1",
"styled-components": "^4.1.3",
"tap-spec": "^4.1.1",
"tape": "4.8.0",
"tape-catch": "^1.0.6",
"url-loader": "^0.5.7",
"watchify": "^3.6.1",
"webpack": "^4.29.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.2.1",
"webpack-dev-middleware": "^3.5.1",
"webpack-dev-server": "^3.1.14",
"webpack-hot-middleware": "^2.24.3",
"webpack-stats-plugin": "^0.2.1"
},
"peerDependencies": {
"react": "^16.3",
"react-dom": "^16.3",
"styled-components": "^4.x"
},
"nyc": {
"sourceMap": false,
"instrument": false,
"exclude": [
"test/**/*.js",
"src/tasks",
"src/templates",
"src/styles"
]
},
"engines": {
"node": ">=10.0.0"
},
"maintainers": [
"Shan He <heshan0131@gmail.com>",
"Giuseppe Macri <gmacri@uber.com>"
]
}