{ "name": "voicepaste-web", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "biome check .", "lint:fix": "biome check --write .", "typecheck": "tsc --noEmit" }, "devDependencies": { "@biomejs/biome": "^2.4.4", "@tailwindcss/vite": "^4.2.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", "babel-plugin-react-compiler": "^1.0.0", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "vite": "^7.3.1", "vite-plugin-pwa": "^1.2.0" }, "dependencies": { "partysocket": "^1.1.16", "react": "^19.2.4", "react-dom": "^19.2.4", "sonner": "^2.0.7", "zustand": "^5.0.11" } }