{
  "name": "@utahdts/utah-design-system",
  "description": "Utah Design System React Library",
  "displayName": "Utah Design System React Library",
  "version": "5.1.0",
  "exports": {
    ".": {
      "development-local": "./index.js",
      "development": "./dist/utah-design-system.es.js",
      "production": "./dist/utah-design-system.es.js",
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/utah-design-system.es.js"
      },
      "types": "./dist/index.d.ts",
      "require": "./dist/utah-design-system.umd.js",
      "default": [
        "./dist/utah-design-system.es.js",
        "./dist/utah-design-system.umd.js",
        "./index.js"
      ]
    },
    "./css": "./dist/style.css",
    "./dist/*": "./dist/*",
    "./src/css/": "./src/css/",
    "./css/index.scss": "./css/index.scss"
  },
  "main": "index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "css",
    "dist",
    "react"
  ],
  "scripts": {
    "build": "vite build",
    "buildw": "vite build --watch",
    "buildTypes": "mkdir -p dist && cp ./artifacts/index.d.ts ./dist/",
    "generateTypes": "npx tsc",
    "preview": "vite preview",
    "publishLibrary": "npm publish --access public",
    "test:ci": "vitest run --coverage --mode development-local",
    "test-publish": "npm publish --dry-run",
    "test": "vitest",
    "testOnce": "vitest run",
    "tsc": "tsc",
    "tscw": "tsc --watch --skipLibCheck",
    "watch": "vite build --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com:utahdts/utah-design-system.git",
    "directory": "library"
  },
  "keywords": [
    "design system",
    "dts",
    "utah",
    "components"
  ],
  "author": "DTS Digital Experience <dxp@utah.gov>",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/utahdts/utah-design-system/issues"
  },
  "homepage": "https://github.com/utahdts/utah-design-system",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "@floating-ui/react-dom": "^2.1.8",
    "@utahdts/utah-design-system-header": "5.1.0",
    "date-fns": "4.1.0",
    "immer": "11.1.4",
    "lodash-es": "4.18.1",
    "use-immer": "0.11.0",
    "uuid": "14.0.0"
  },
  "devDependencies": {
    "@types/lodash-es": "4.17.12",
    "@types/react": "^19.2.14",
    "@vitejs/plugin-react": "^6.0.1",
    "@vitest/coverage-istanbul": "^4.1.5",
    "@vitest/ui": "^4.1.5",
    "jsdom": "^29.1.1",
    "prop-types": "15.8.1",
    "sass": "^1.99.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.10",
    "vitest": "^4.1.5"
  },
  "type": "module"
}
