UNPKG

kepler.gl

Version:

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

150 lines (149 loc) 4.68 kB
{ "name": "@kepler.gl/components", "author": "Shan He <shan@uber.com>", "version": "3.1.1", "description": "kepler.gl constants used by kepler.gl components, actions and reducers", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "babel", "es6", "react", "webgl", "visualization", "deck.gl" ], "repository": { "type": "git", "url": "https://github.com/keplergl/kepler.gl.git" }, "scripts": { "build": "rm -fr dist && ../../node_modules/.bin/babel src --out-dir dist --source-maps inline --extensions '.ts,.tsx,.js,.jsx' --ignore '**/*.d.ts'", "build:umd": "NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack/umd.js --progress --env.prod", "build:types": "tsc --project ./tsconfig.production.json", "prepublishOnly": "babel-node ../../scripts/license-header/bin --license ../../FILE-HEADER && yarn build && yarn build:types", "stab": "mkdir -p dist && touch dist/index.js" }, "files": [ "dist", "umd" ], "dependencies": { "@deck.gl/core": "^8.9.27", "@deck.gl/react": "^8.9.27", "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^7.0.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@emotion/is-prop-valid": "^1.2.1", "@floating-ui/react": "0.25.1", "@kepler.gl/actions": "3.1.1", "@kepler.gl/cloud-providers": "3.1.1", "@kepler.gl/common-utils": "3.1.1", "@kepler.gl/constants": "3.1.1", "@kepler.gl/effects": "3.1.1", "@kepler.gl/layers": "3.1.1", "@kepler.gl/localization": "3.1.1", "@kepler.gl/processors": "3.1.1", "@kepler.gl/reducers": "3.1.1", "@kepler.gl/schemas": "3.1.1", "@kepler.gl/styles": "3.1.1", "@kepler.gl/table": "3.1.1", "@kepler.gl/types": "3.1.1", "@kepler.gl/utils": "3.1.1", "@loaders.gl/mvt": "^4.3.2", "@loaders.gl/pmtiles": "^4.3.2", "@mapbox/mapbox-sdk": "^0.15.3", "@nebula.gl/edit-modes": "1.0.2-alpha.1", "@tippyjs/react": "^4.2.0", "@types/classnames": "^2.3.1", "@types/d3-array": "^2.8.0", "@types/d3-brush": "^3.0.1", "@types/d3-scale": "^3.2.2", "@types/d3-selection": "^3.0.2", "@types/exenv": "^1.2.0", "@types/lodash.debounce": "^4.0.7", "@types/lodash.get": "^4.4.6", "@types/lodash.isequal": "^4.5.5", "@types/lodash.memoize": "^4.1.7", "@types/lodash.pick": "^4.4.6", "@types/lodash.throttle": "^4.1.7", "@types/lodash.uniq": "^4.5.7", "@types/lodash.uniqby": "^4.7.7", "@types/react": "^18.0.28", "@types/react-copy-to-clipboard": "^5.0.2", "@types/react-dom": "^18.0.11", "@types/react-lifecycles-compat": "^3.0.1", "@types/react-map-gl": "^6.1.3", "@types/react-modal": "^3.13.1", "@types/react-redux": "^7.1.23", "@types/react-virtualized": "^9.21.30", "@types/react-vis": "1.11.7", "@types/styled-components": "^5.1.32", "classnames": "^2.2.1", "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-format": "^2.0.0", "d3-scale": "^3.2.3", "d3-selection": "^2.0.0", "exenv": "^1.2.2", "fuzzy": "^0.1.3", "global": "^4.3.0", "lodash.debounce": "^4.0.8", "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", "mapbox-gl": "1.13.1", "maplibre-gl": "^3.6.2", "mjolnir.js": "^2.7.0", "moment": "^2.10.6", "moment-timezone": "^0.5.35", "prop-types": "^15.6.0", "react": "^18.2.0", "react-color": "^2.19.3", "react-copy-to-clipboard": "^5.0.2", "react-date-picker": "^10.2.0", "react-dom": "^18.2.0", "react-intl": "^6.3.0", "react-json-pretty": "^2.2.0", "react-lifecycles-compat": "^3.0.4", "react-map-gl": "^7.1.6", "react-markdown": "^10.0.0", "react-modal": "^3.12.1", "react-redux": "^8.0.5", "react-sortable-hoc": "^1.8.3", "react-time-picker": "^6.2.0", "react-tooltip": "^4.2.17", "react-virtualized": "^9.22.5", "react-vis": "1.11.7", "redux": "^4.2.1", "reselect": "^4.1.0", "styled-components": "6.1.8", "suncalc": "^1.9.0", "viewport-mercator-project": "^6.0.0" }, "nyc": { "sourceMap": false, "instrument": false }, "maintainers": [ "Shan He <heshan0131@gmail.com>", "Giuseppe Macri <gmacri@uber.com>" ], "engines": { "node": ">=18" }, "volta": { "node": "18.18.2", "yarn": "4.4.0" }, "packageManager": "yarn@4.4.0" }