nicecode-v2/packages/map/package.json

58 lines
1.2 KiB
JSON

{
"name": "@zhst/map",
"version": "0.3.1",
"description": "地图库",
"keywords": [
"map",
"zhst",
"地图库"
],
"license": "ISC",
"author": "dev",
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./es/index.js",
"default": "./es/index.js"
}
},
"files": [
"es",
"lib"
],
"scripts": {
"build": "father build"
},
"publishConfig": {
"access": "public",
"registry": "http://10.0.0.77:4874"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/mapbox-gl-draw-static-mode": "^1.0.1",
"@turf/turf": "^6.5.0",
"@zhst/hooks": "workspace:^0.13.1",
"@zhst/icon": "workspace:^0.5.0",
"@zhst/meta": "workspace:^",
"classnames": "^2.5.1",
"mapbox-gl": "^2.15.0",
"mapbox-gl-draw-circle": "^1.1.2",
"mapbox-gl-draw-geodesic": "^2.3.1",
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"react-map-gl": "^7.1.7"
},
"devDependencies": {
"@types/mapbox__mapbox-gl-draw": "^1.4.6",
"axios": "^1.7.2"
}
}