UNPKG

kepler.gl

Version:

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

65 lines (64 loc) 1.76 kB
{ "name": "@kepler.gl/ai-assistant", "author": "Xun Li<lixun910@gmail.com>", "version": "3.1.1", "description": "kepler.gl AI assistant", "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": { "@kepler.gl/components": "3.1.1", "@kepler.gl/constants": "3.1.1", "@kepler.gl/layers": "3.1.1", "@kepler.gl/table": "3.1.1", "@kepler.gl/types": "3.1.1", "@kepler.gl/utils": "3.1.1", "@openassistant/core": "^0.0.7", "@openassistant/echarts": "^0.0.6", "@openassistant/geoda": "^0.0.6", "@openassistant/ui": "^0.0.7", "color-interpolate": "^1.0.5", "echarts": "^5.5.1", "global": "^4.3.0", "react-intl": "^6.3.0", "usehooks-ts": "^3.1.0" }, "nyc": { "sourceMap": false, "instrument": false }, "maintainers": [ "Xun Li <lixun910@gmail.com>" ], "engines": { "node": ">=18" }, "volta": { "node": "18.18.2", "yarn": "4.4.0" }, "packageManager": "yarn@4.4.0" }