feat: integrate react-joyride for guided tours and add GettingStartedCard and PageGuide components for user onboarding. Enhance sidebar with a help tour button and update bank components to support new features. Implement bulk selection in SoalBrowser and improve question management with additional props for locking and selection states.
f4209d5 | { | |
| "name": "web", | |
| "version": "0.0.0", | |
| "private": true, | |
| "license": "AGPL-3.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite dev", | |
| "build": "vite build", | |
| "serve": "vite preview", | |
| "start": "vite", | |
| "check-types": "vite build && tsc --noEmit", | |
| "generate-pwa-assets": "pwa-assets-generator" | |
| }, | |
| "dependencies": { | |
| "@hookform/resolvers": "^5.2.2", | |
| "@labas/ai": "workspace:*", | |
| "@labas/api": "workspace:*", | |
| "@labas/auth": "workspace:*", | |
| "@labas/env": "workspace:*", | |
| "@labas/ui": "workspace:*", | |
| "@tailwindcss/vite": "^4.2.2", | |
| "@tanstack/react-form": "^1.28.0", | |
| "@tanstack/react-query": "^5.90.12", | |
| "@tanstack/react-router": "^1.168.22", | |
| "@trpc/client": "catalog:", | |
| "@trpc/server": "catalog:", | |
| "@trpc/tanstack-react-query": "^11.16.0", | |
| "better-auth": "catalog:", | |
| "dotenv": "catalog:", | |
| "flag-icons": "^7.5.0", | |
| "lucide-react": "^1.8.0", | |
| "next-themes": "catalog:", | |
| "react": "^19.2.5", | |
| "react-dom": "^19.2.5", | |
| "react-joyride": "^3.1.0", | |
| "recharts": "^3.8.1", | |
| "sonner": "^2.0.7", | |
| "vite-plugin-pwa": "^1.2.0", | |
| "zod": "catalog:" | |
| }, | |
| "devDependencies": { | |
| "@labas/config": "workspace:*", | |
| "@tanstack/react-query-devtools": "^5.91.1", | |
| "@tanstack/react-router-devtools": "^1.166.13", | |
| "@tanstack/router-plugin": "^1.167.22", | |
| "@types/node": "^22.13.14", | |
| "@types/react": "^19.2.14", | |
| "@types/react-dom": "catalog:", | |
| "@vite-pwa/assets-generator": "^1.0.2", | |
| "@vitejs/plugin-react": "^6.0.1", | |
| "postcss": "^8.5.10", | |
| "tailwindcss": "^4.2.2", | |
| "typescript": "catalog:", | |
| "vite": "^8.0.8" | |
| } | |
| } | |