UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

289 lines (288 loc) 10.4 kB
{ "name": "kepler.gl", "author": "Shan He <shan@uber.com>", "version": "2.5.5", "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/index.js | tap-spec", "test-node": "NODE_ENV=test babel-tape-runner ./test/node.js | tap-spec", "test-browser-drive": "NODE_ENV=test node ./test/browser-drive.js", "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=lcov --reporter html npm test", "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:loaders-src": "npm run install-and-start -- examples/demo-app start-local-loaders-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:custom-map-style": "npm run install-and-start -- examples/custom-map-style 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", "typedoc": "typedoc --theme markdown --out typedoc --inputFiles ./src/reducers --inputFiles ./src/actions --excludeExternals --excludeNotExported --excludePrivate", "example-version": "babel-node ./scripts/edit-version.js", "prettier-all": "prettier --write '{src,examples,test}/**/*.js'", "lint": "yarn typescript && eslint src test webpack examples/*.js examples/**/src website/*.js website/src --fix", "lint:css": "stylelint './src/**/*.js'", "typescript": "tsc --noEmit", "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", "localization.js", "umd" ], "dependencies": { "@deck.gl/aggregation-layers": "8.2.0", "@deck.gl/core": "8.2.0", "@deck.gl/extensions": "8.2.0", "@deck.gl/geo-layers": "8.2.0", "@deck.gl/layers": "8.2.0", "@deck.gl/mesh-layers": "8.2.0", "@deck.gl/react": "8.2.0", "@loaders.gl/core": "^2.3.3", "@loaders.gl/csv": "^2.3.3", "@loaders.gl/gltf": "^2.3.3", "@loaders.gl/json": "^2.3.3", "@loaders.gl/loader-utils": "^2.3.3", "@loaders.gl/polyfills": "^2.3.3", "@luma.gl/constants": "^8.2.0", "@luma.gl/core": "^8.2.0", "@mapbox/geo-viewport": "^0.4.1", "@mapbox/geojson-normalize": "0.0.1", "@mapbox/vector-tile": "^1.3.1", "@tippyjs/react": "^4.2.0", "@turf/bbox": "^6.0.1", "@turf/boolean-within": "^6.0.1", "@turf/helpers": "^6.1.4", "classnames": "^2.2.1", "colorbrewer": "^1.5.0", "copy-to-clipboard": "^3.3.1", "d3-array": "^2.8.0", "d3-axis": "^2.0.0", "d3-brush": "^2.1.0", "d3-color": "^2.0.0", "d3-dsv": "^2.0.0", "d3-format": "^2.0.0", "d3-hexbin": "^0.2.2", "d3-request": "^1.0.6", "d3-scale": "^3.2.3", "decimal.js": "^10.2.0", "exenv": "^1.2.2", "fuzzy": "^0.1.3", "global": "^4.3.0", "h3-js": "^3.1.0", "html-webpack-plugin": "^4.3.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", "mapbox": "^1.0.0-beta10", "mini-svg-data-uri": "^1.0.3", "moment": "^2.10.6", "moment-timezone": "^0.5.32", "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": "^2.2.0", "react-lifecycles-compat": "^3.0.4", "react-map-gl": "^5.0.3", "react-map-gl-draw": "0.14.8", "react-markdown": "^5.0.2", "react-modal": "^3.8.1", "react-onclickoutside": "^6.7.1", "react-palm": "^3.3.7", "react-redux": "^7.1.3", "react-sortable-hoc": "^1.8.3", "react-tooltip": "^4.2.10", "react-virtualized": "^9.21.1", "react-vis": "^1.8.0", "redux": "^4.0.5", "redux-actions": "^2.2.1", "reselect": "^4.0.0", "resize-observer-polyfill": "^1.5.1", "s2-geometry": "^1.2.10", "supercluster": "^7.1.0", "type-analyzer": "0.3.0", "typedoc": "^0.19.2", "viewport-mercator-project": "^6.0.0", "wellknown": "^0.5.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.1", "@babel/node": "^7.12.1", "@babel/parser": "^7.12.1", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-export-namespace-from": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/plugin-transform-modules-commonjs": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.1", "@babel/register": "^7.12.1", "@babel/runtime": "^7.12.1", "@babel/traverse": "^7.12.1", "@deck.gl/test-utils": "8.2.0", "@luma.gl/test-utils": "^8.2.0", "@probe.gl/test-utils": "^3.0.1", "@testing-library/react-hooks": "^3.4.2", "@types/d3-array": "^2.0.0", "@types/d3-scale": "^3.2.2", "@types/geojson": "^7946.0.7", "babel-eslint": "^10.1.0", "babel-loader": "^8.0.0", "babel-plugin-istanbul": "^6.0.0", "babel-plugin-module-resolver": "^4.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", "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", "eslint-plugin-react-hooks": "^4.1.0", "gl": "^4.2.2", "jest": "^26.6.1", "jest-image-snapshot": "^4.2.0", "jest-puppeteer": "^4.4.0", "jsdom": "^16.4.0", "json-loader": "^0.5.4", "nyc": "^15.1.0", "prettier": "1.19.1", "progress-bar-webpack-plugin": "^2.1.0", "puppeteer": "^2.1.1", "react": "^16.8.4", "react-dom": "^16.8.4", "react-hot-loader": "^4.13.0", "redux-mock-store": "^1.2.1", "sinon": "^2.4.1", "sinon-stub-promise": "^4.0.0", "source-map-loader": "^1.1.1", "styled-components": "^4.1.3", "stylelint": "^13.6.1", "stylelint-config-recommended": "^3.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "tap-spec": "^5.0.0", "tape": "^4.9.2", "tape-catch": "^1.0.6", "typedoc-plugin-markdown": "^3.0.11", "typescript": "3.8.3", "uber-licence": "^3.1.1", "url-loader": "^4.1.1", "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" }, "resolutions": { "@loaders.gl/core": "^2.3.3", "@loaders.gl/csv": "^2.3.3", "@loaders.gl/gltf": "^2.3.3", "@loaders.gl/json": "^2.3.3", "@loaders.gl/loader-utils": "^2.3.3", "@loaders.gl/polyfills": "^2.3.3", "d3-scale": "^3.2.3", "dot-prop": "6.0.0", "kind-of": "6.0.3", "jpeg-js": "0.4.2", "lodash": "4.17.19", "minimist": "1.2.3", "node-fetch": "2.6.1", "tough-cookie": "4.0.0" }, "peerDependencies": { "react": ">=16.3", "react-dom": ">=16.3", "styled-components": "^4.x || ^5.x" }, "nyc": { "sourceMap": false, "instrument": false, "exclude": [ "test/**/*.js", "src/tasks", "src/templates", "src/styles" ] }, "engines": { "node": ">=12.0.0" }, "maintainers": [ "Shan He <heshan0131@gmail.com>", "Giuseppe Macri <gmacri@uber.com>" ], "volta": { "node": "12.19.0" } }