{ "name": "web", "version": "0.0.1", "type": "module", "private": true, "license": "Apache-2.0", "scripts": { "build": "tsc -b && vite build", "check:types": "tsc --noEmit", "dev": "vite --host 127.0.0.1", "preview": "vite preview --host 127.0.0.1" }, "dependencies": { "@workspace/ui": "workspace:*", "@peezy.tech/codex-flows": "workspace:*", "lucide-react": "catalog:", "react": "catalog:", "react-dom": "catalog:" }, "devDependencies": { "@tailwindcss/vite": "catalog:", "@types/node": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:", "@vitejs/plugin-react": "catalog:", "typescript": "catalog:", "vite": "catalog:" } }