{ "name": "tmp-vite", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint", "preview": "vite preview" }, "dependencies": { "@base-ui/react": "^1.6.0", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@fontsource-variable/geist": "^5.2.9", "@hookform/resolvers": "^5.4.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "lucide-react": "^1.24.0", "msw": "^2.15.0", "react": "^19.2.7", "react-dom": "^19.2.7", "react-hook-form": "^7.81.0", "react-router-dom": "^7.18.1", "shadcn": "^4.13.0", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", "zod": "^4.4.3" }, "devDependencies": { "@tailwindcss/vite": "^4.3.2", "@types/node": "^24.13.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "autoprefixer": "^10.5.2", "oxlint": "^1.71.0", "postcss": "^8.5.16", "tailwindcss": "^4.3.2", "typescript": "~6.0.2", "vite": "^8.1.1" }, "msw": { "workerDirectory": [ "public" ] } }