@ugrc/layer-selector
Version:
This is a react component for adding a quick base map selector with a happy path for using [UGRC's Discover Service](https://gis.utah.gov/discover).
63 lines (62 loc) • 1.42 kB
JSON
{
"name": "@ugrc/layer-selector",
"version": "6.4.0",
"private": false,
"description": "This is a react component for adding a quick base map selector with a happy path for using [UGRC's Discover Service](https://gis.utah.gov/discover).",
"keywords": [
"ugrc",
"component",
"esri",
"arcgis",
"react",
"basemap",
"base map",
"spatial"
],
"homepage": "https://github.com/agrc/kitchen-sink/tree/main/packages/layer-selector",
"bugs": {
"url": "https://github.com/agrc/kitchen-sink/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agrc/kitchen-sink.git"
},
"license": "MIT",
"author": "ugrc developers",
"maintainers": [
{
"name": "Steve Gourley",
"email": "sgourley@utah.gov"
},
{
"name": "Scott Davis",
"email": "stdavis@utah.gov"
}
],
"type": "module",
"exports": {
".": {
"import": "./dist/index.es.js"
},
"./src/": {
"import": "./src/"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "vite build --config ../../vite.config.js",
"build:watch": "chokidar \"src/**/*.(js|jsx|css)\" -c \"npm run build\"",
"test": "vitest --config ../../vite.config.js"
},
"dependencies": {
"clsx": "^2.1.1"
},
"peerDependencies": {
"@arcgis/core": "^4.20.0",
"prop-types": "^15.8.1",
"react": ">=16.8.0"
}
}