{ "name": "@ai-assistant/web", "version": "1.0.0", "description": "AI Terminal Assistant Web UI", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "typecheck": "tsc --noEmit" }, "dependencies": { "@ai-assistant/ui": "workspace:*", "clsx": "^2.1.0", "framer-motion": "^12.23.26", "lucide-react": "^0.344.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.22.0", "zustand": "^4.5.0" }, "devDependencies": { "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.18", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "^5.3.3", "vite": "^5.1.0", "vite-plugin-pwa": "^1.2.0" } }