{ "name": "@website/webapp", "packageManager": "bun@1.2.22", "private": true, "type": "module", "module": "./stub.ts", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint:tsc": "tsc --noEmit", "lint:biome": "biome lint", "preview": "vite preview", "clean:dist": "rm -rf dist", "clean:modules": "rm -rf node_modules" }, "dependencies": { "@effect/platform": "^0.93.0", "@effect/platform-browser": "^0.73.0", "@effect/rpc": "^0.72.0", "@fontsource/work-sans": "^5.2.8", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tooltip": "^1.2.8", "@tanstack/react-router": "^1.131.48", "@website/common": "workspace:*", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "effect": "^3.17.13", "effect-fc": "^0.2.0", "i18next": "^25.6.0", "i18next-browser-languagedetector": "^8.2.0", "lucide-react": "^0.556.0", "react": "^19.1.1", "react-dom": "^19.1.1", "react-i18next": "^16.0.1", "react-icons": "^5.5.0", "react-shadow": "^20.6.0", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.13" }, "devDependencies": { "@tailwindcss/vite": "^4.1.13", "@tanstack/react-router-devtools": "^1.131.48", "@tanstack/router-plugin": "^1.131.48", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.2", "globals": "^16.4.0", "tw-animate-css": "^1.3.8", "typescript-eslint": "^8.44.0", "vite": "^7.1.5" } }