UNPKG

kepler.gl

Version:

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

106 lines (105 loc) 3.21 kB
{ "name": "@kepler.gl/layers", "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 && 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": { "@danmarshall/deckgl-typings": "4.9.22", "@deck.gl/core": "^8.9.27", "@deck.gl/extensions": "^8.9.27", "@deck.gl/geo-layers": "^8.9.27", "@deck.gl/layers": "^8.9.27", "@deck.gl/mesh-layers": "^8.9.27", "@kepler.gl/common-utils": "3.1.1", "@kepler.gl/constants": "3.1.1", "@kepler.gl/deckgl-arrow-layers": "3.1.1", "@kepler.gl/deckgl-layers": "3.1.1", "@kepler.gl/localization": "3.1.1", "@kepler.gl/table": "3.1.1", "@kepler.gl/types": "3.1.1", "@kepler.gl/utils": "3.1.1", "@loaders.gl/arrow": "^4.3.2", "@loaders.gl/core": "^4.3.2", "@loaders.gl/gis": "^4.3.2", "@loaders.gl/gltf": "^4.3.2", "@loaders.gl/mvt": "^4.3.2", "@loaders.gl/parquet": "^4.3.2", "@loaders.gl/pmtiles": "^4.3.2", "@loaders.gl/schema": "^4.3.2", "@loaders.gl/wkt": "^4.3.2", "@luma.gl/constants": "^8.5.20", "@mapbox/geojson-normalize": "0.0.1", "@nebula.gl/edit-modes": "1.0.2-alpha.1", "@nebula.gl/layers": "1.0.2-alpha.1", "@turf/bbox": "^6.0.1", "@turf/boolean-within": "^6.0.1", "@turf/center": "^6.0.1", "@turf/helpers": "^6.1.4", "@types/geojson": "^7946.0.8", "@types/keymirror": "^0.1.1", "@types/lodash.memoize": "^4.1.7", "@types/lodash.uniq": "^4.5.7", "@types/styled-components": "^5.1.32", "apache-arrow": ">=15.0.0", "buffer": "6.0.3", "d3-array": "^2.8.0", "d3-shape": "^1.2.0", "global": "^4.3.0", "keymirror": "^0.1.1", "lodash.memoize": "^4.1.2", "lodash.throttle": "^4.1.1", "lodash.uniq": "^4.0.1", "long": "^4.0.0", "prop-types": "^15.6.0", "react": "^18.2.0", "react-intl": "^6.3.0", "react-markdown": "^10.0.0", "reselect": "^4.1.0", "s2-geometry": "^1.2.10", "styled-components": "6.1.8", "type-analyzer": "0.4.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" }