{
  "name": "remember-web",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite",
    "dev:quiet": "BROWSER=none vite",
    "build": "tsc -b && vite build",
    "preview": "bash scripts/preview.sh",
    "typecheck": "tsc -b",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "oxlint --type-aware --max-warnings 0",
    "lint:fix": "oxlint --fix",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "smell": "bash .claude/scripts/code-smell.sh",
    "slop": "bash .claude/scripts/slop-check.sh",
    "verify": "bash scripts/verify.sh",
    "codegen": "node ./scripts/codegen/codeGen.mjs && node ./scripts/codegen/postCodeGen.mjs",
    "codegen:sync": "node ./scripts/codegen/syncCodeGenSpec.mjs",
    "postinstall": "bash scripts/ensure-hooks.sh",
    "gate:selftest": "bash .claude/scripts/gate-selftest.sh",
    "lint:deps": "depcruise src --config .dependency-cruiser.cjs",
    "lint:fsd": "steiger src",
    "knip": "knip --no-config-hints",
    "prune:tests": "node .claude/scripts/prune-tests.mjs"
  },
  "dependencies": {
    "@base-ui/react": "^1.6.0",
    "@hookform/resolvers": "^5.5.5",
    "@shadcn/react": "^0.2.1",
    "@suspensive/react": "^3.21.3",
    "@suspensive/react-query": "^3.21.3",
    "@tanstack/react-query": "^5.101.4",
    "@tanstack/react-query-devtools": "^5.101.4",
    "@tanstack/react-table": "^8.21.3",
    "change-case": "^5.4.4",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "dayjs": "^1.11.21",
    "embla-carousel-react": "^8.6.0",
    "es-toolkit": "^1.50.0",
    "input-otp": "^1.4.2",
    "ky": "^2.0.2",
    "lucide-react": "^1.27.0",
    "nuqs": "^2.9.2",
    "overlay-kit": "^1.9.0",
    "qs": "^6.15.3",
    "radix-ui": "^1.6.7",
    "react": "^19.2.8",
    "react-day-picker": "^10.0.1",
    "react-dom": "^19.2.8",
    "react-hook-form": "^7.83.0",
    "react-is": "^19.2.8",
    "react-resizable-panels": "^4.12.2",
    "react-router": "^8.3.0",
    "recharts": "3.10.1",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.6.0",
    "vaul": "^1.1.2",
    "zod": "^4.4.3",
    "zustand": "^5.0.14"
  },
  "devDependencies": {
    "@babel/core": "^8.0.1",
    "@feature-sliced/steiger-plugin": "^0.7.0",
    "@mandujs/oxlint-plugin-fsd": "^0.1.2",
    "@rolldown/plugin-babel": "^0.2.3",
    "@tailwindcss/vite": "^4.3.3",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^7.0.0",
    "@testing-library/react": "^16.3.2",
    "@types/babel__core": "^7.20.5",
    "@types/node": "^26.1.1",
    "@types/qs": "^6.15.1",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@typescript-eslint/utils": "^8.65.0",
    "@vitejs/plugin-react": "^6.0.4",
    "@vitest/coverage-v8": "^4.1.10",
    "babel-plugin-react-compiler": "^1.0.0",
    "dependency-cruiser": "^18.1.0",
    "eslint": "^10.8.0",
    "eslint-plugin-functional": "^10.0.0",
    "eslint-plugin-react-you-might-not-need-an-effect": "^1.0.1",
    "husky": "^9.1.7",
    "jsdom": "^29.1.1",
    "knip": "^6.29.0",
    "lint-staged": "^17.2.0",
    "orval": "^7.21.0",
    "oxfmt": "^0.60.0",
    "oxlint": "^1.75.0",
    "oxlint-tailwindcss": "^1.5.0",
    "oxlint-tsgolint": "^0.24.0",
    "steiger": "^0.6.0",
    "tailwindcss": "^4.3.3",
    "tw-animate-css": "^1.4.0",
    "typescript": "~6.0.3",
    "vite": "^8.1.5",
    "vitest": "^4.1.10"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "oxlint --fix",
      "oxfmt"
    ],
    "*.{json,css,md}": [
      "oxfmt"
    ]
  },
  "engines": {
    "node": ">=24"
  },
  "packageManager": "pnpm@11.15.1"
}
