{
  "name": "@ugrc/utah-design-system",
  "version": "4.1.0",
  "private": false,
  "description": "This is a collection of react components for implementing the [Utah Design System](https://designsystem.utah.gov).",
  "keywords": [
    "ugrc",
    "component",
    "esri",
    "arcgis",
    "react",
    "design-system",
    "spatial"
  ],
  "homepage": "https://github.com/agrc/kitchen-sink/blob/main/packages/utah-design-system/README.md",
  "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": {
    "./components/*": {
      "import": "./src/components/*.tsx"
    },
    "./contexts/*": {
      "import": "./src/contexts/*.tsx"
    },
    "./types": {
      "import": "./src/types.ts"
    }
  },
  "files": [
    "src",
    "LICENSE-Adobe"
  ],
  "dependencies": {
    "@esri/arcgis-rest-geocoding": "^4.10.3",
    "@esri/arcgis-rest-request": "^4.10.3",
    "@types/lodash-es": "^4.17.12",
    "ky": "^2.0.2",
    "lodash-es": "^4.18.1",
    "lucide-react": "^1.28.0",
    "tailwind-merge": "3.6.0",
    "tailwind-variants": "3.3.1",
    "ts-md5": "^2.0.1",
    "@ugrc/utilities": "^5.0.1"
  },
  "devDependencies": {
    "@arcgis/core": "5.1.15",
    "@arcgis/map-components": "5.1.15",
    "@esri/calcite-components": "5.1.2",
    "firebase": "^12.17.0",
    "react": "19.2.8",
    "react-aria": "3.50.0",
    "react-aria-components": "1.19.0",
    "react-dom": "19.2.8",
    "react-stately": "3.48.0"
  },
  "peerDependencies": {
    "@arcgis/core": "^5.0.0",
    "@arcgis/map-components": "^5.0.0",
    "@esri/calcite-components": "^5.0.0",
    "firebase": ">=12.0.0",
    "react": ">=19.0.0",
    "react-aria": "^3.48.0",
    "react-aria-components": "^1.17.0",
    "react-dom": ">=19.0.0",
    "react-stately": "^3.46.0"
  },
  "scripts": {
    "build": "echo 'No build necessary'",
    "check": "tsc",
    "prepublish": "cp ../../LICENSE ./LICENSE",
    "test": "vitest --config ../../vite.config.ts"
  }
}