{
  "name": "@archer/dashboard",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "bash -c 'set -a && . ../../.env.dev && set +a && vite'",
    "build": "vite build",
    "build:e2e": "vite build --outDir dist.e2e --emptyOutDir",
    "build:wp": "bash -c 'set -a && . ./.env.wp.dev && set +a && vite build --config vite.config.wp.ts'",
    "build:wp:prod": "vite build --config vite.config.wp.ts",
    "build:wp:e2e": "VITE_WP_EMBED=true WP_DIST_DIR=dist.e2e vite build --config vite.config.wp.ts",
    "preview": "vite preview",
    "lint": "eslint .",
    "type-check": "tsc --noEmit",
    "test": "vitest run",
    "test:unit": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@archer/api-interface": "workspace:*",
    "@archer/domain": "workspace:*",
    "@archer/legal-render": "workspace:*",
    "@archer/ui": "workspace:*",
    "@hookform/resolvers": "^3.9.1",
    "@radix-ui/react-label": "^2.1.8",
    "@radix-ui/react-slot": "^1.2.3",
    "@stripe/react-stripe-js": "^5.6.0",
    "@stripe/stripe-js": "^8.8.0",
    "@tanstack/react-query": "^5.90.12",
    "@tanstack/react-query-devtools": "^5.91.1",
    "@tanstack/react-router": "^1.136.2",
    "axios": "^1.7.9",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": "^0.548.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "react-hook-form": "^7.54.2",
    "recharts": "^3.7.0",
    "tailwind-merge": "^2.6.0",
    "uuid": "^11.0.3",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.17",
    "@tailwindcss/vite": "^4.0.0",
    "@tanstack/router-plugin": "^1.136.2",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^22.10.2",
    "@types/react": "^19.0.5",
    "@types/react-dom": "^19.0.2",
    "@types/uuid": "^11.0.0",
    "@vitejs/plugin-react": "^4.3.4",
    "autoprefixer": "^10.4.20",
    "eslint": "^9.17.0",
    "tailwindcss": "^4.0.0",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "^5.9.0",
    "vite": "^7.2.2",
    "vitest": "^4.0.18"
  }
}
