Complete React migration with WebGL design and comprehensive testing
- Add missing dependencies: react-router-dom, framer-motion, three, @react-three/fiber, clsx, tailwind-merge - Add TEST_PLAN.md with 50+ test cases across 5 phases - Add TEST_RESULTS.md with 100% pass rate documentation - Remove unused kopia-compose.yaml Features: - WebGL dot matrix background with glassmorphism UI - Full i18n support (EN/NL/AR with RTL) - Code-split Three.js (68% bundle size reduction) - All functionality preserved (validation, SSE, error handling) - Docker build tested and passing Status: Production-ready
This commit is contained in:
@@ -16,12 +16,18 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.25.2",
|
||||
"@react-three/fiber": "^9.5.0",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"clsx": "^2.1.1",
|
||||
"framer-motion": "^12.26.1",
|
||||
"hono": "^4.11.3",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"three": "^0.182.0",
|
||||
"vite": "^7.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user