UNPKG

@wayz/react-gl

Version:

React Component for DeckGL, Base on AMap, Mapbox GL

73 lines (72 loc) 1.89 kB
{ "name": "@wayz/react-gl", "version": "0.9.16", "description": "React Component for DeckGL, Base on AMap, Mapbox GL", "keywords": [ "react-gl", "deck.gl", "mapbox-gl", "AMap" ], "author": "yunl.wang@qq.com", "homepage": "https://fe.newayz.com/react-gl", "license": "MIT", "main": "./lib/index.js", "module": "./esm/index.js", "types": "./lib/typings.d.ts", "directories": { "lib": "lib", "test": "__tests__", "esm": "esm" }, "files": [ "dist", "esm", "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "git@git.aimap.io:fe-components/wz-map-gl.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "start": "yarn clean:lib && yarn build && yarn story", "build": "yarn run clean:lib && yarn compile", "compile": "gulp build", "clean:lib": "rimraf lib && rimraf esm", "story": "start-storybook -p 6006", "build:story": "build-storybook" }, "dependencies": { "@amap/amap-jsapi-types": "^0.0.8", "@danmarshall/deckgl-typings": "^4.9.24", "@turf/area": "^6.5.0", "@turf/bbox-polygon": "^6.5.0", "@turf/boolean-point-in-polygon": "^6.5.0", "@turf/center-of-mass": "^6.5.0", "@turf/helpers": "^6.5.0", "@wayz/react-amap-gl": "^0.9.16", "@wayz/react-bmap": "^0.1.2", "d3-scale": "^4.0.2", "deck.gl": "^8.8.3", "hdbscanjs": "^1.0.12", "mapbox-gl": "^2.9.1", "rbush": "^3.0.1", "react-map-gl": "7.0.17", "supercluster": "^7.1.4" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@types/d3-scale": "^4.0.2", "@types/rbush": "^3.0.0", "@types/supercluster": "^5.0.3" }, "gitHead": "d93f9854453f7725e77837f1cccb691127596799" }