{ "name": "@voicebox/app", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "biome lint src", "lint:fix": "biome lint --write src", "format": "biome format --write src", "check": "biome check --write src" }, "dependencies": { "react": "^18.3.0", "react-dom": "^18.3.0", "@tanstack/react-query": "^5.0.0", "@tanstack/react-query-devtools": "^5.0.0", "zustand": "^4.5.0", "react-hook-form": "^7.53.0", "@hookform/resolvers": "^3.9.0", "zod": "^3.23.8", "wavesurfer.js": "^7.0.0", "lucide-react": "^0.454.0", "date-fns": "^3.6.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "tailwind-merge": "^2.5.4", "@radix-ui/react-dialog": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tabs": "^1.1.0", "@radix-ui/react-toast": "^1.2.1", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-progress": "^1.1.0", "@radix-ui/react-scroll-area": "^1.1.0", "@radix-ui/react-avatar": "^1.1.0", "@radix-ui/react-alert-dialog": "^1.1.1" }, "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.0", "tailwindcss": "^4.1.0", "typescript": "^5.6.0", "vite": "^5.4.0" } }