{
  "name": "@utahdts/utah-design-system",
  "description": "Utah Design System React Library",
  "displayName": "Utah Design System React Library",
  "version": "4.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 <dtsui@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.5",
    "@utahdts/utah-design-system-header": "4.1.0",
    "date-fns": "4.1.0",
    "immer": "10.1.1",
    "lodash-es": "4.17.21",
    "use-immer": "0.11.0",
    "uuid": "11.1.0"
  },
  "devDependencies": {
    "@types/lodash-es": "4.17.12",
    "@types/react": "19.1.10",
    "@types/react-dom": "19.1.7",
    "@types/uuid": "10.0.0",
    "@vitejs/plugin-react": "5.0.1",
    "@vitest/coverage-istanbul": "3.2.4",
    "@vitest/ui": "3.2.4",
    "jsdom": "26.1.0",
    "prop-types": "15.8.1",
    "sass": "1.90.0",
    "typescript": "5.9.2",
    "vite": "7.1.3",
    "vitest": "3.2.4"
  },
  "type": "module"
}
