Files
motovaultpro/frontend/package.json
Eric Gullickson 1288a4fb7d Complete Phase 2: React 19 Foundation upgrade
 PHASE 2 COMPLETED - React 19 Foundation established

## Successful Upgrades
- React: 18.2.0 → 19.1.1
- @mui/material: 5.15.0 → 6.0.0
- react-router-dom: 6.20.0 → 7.0.0
- framer-motion: 10.16.16 → 11.0.0
- @testing-library/react: 14.1.2 → 16.0.0
- @types/react: 18.2.42 → 19.0.0

## Build Performance
- Bundle size: 995KB (63KB increase from React 18 baseline)
- Build time: 23.7s (comparable to React 18 baseline)
- TypeScript compilation:  PASSING
- Docker containers:  REBUILT & TESTED

## System Status
- Frontend:  Serving at localhost:3000
- Backend:  Health endpoint responding
- Development environment:  FULLY OPERATIONAL
- All core functionality preserved

## Ready for Phase 3
- React Compiler integration prepared
- Performance baseline established for comparison
- Docker-first development workflow maintained

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-23 14:34:27 -05:00

53 lines
1.5 KiB
JSON

{
"name": "motovaultpro-frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"lint": "eslint src",
"type-check": "tsc --noEmit"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"@auth0/auth0-react": "^2.2.3",
"axios": "^1.6.2",
"zustand": "^4.4.6",
"@tanstack/react-query": "^5.8.4",
"react-hook-form": "^7.48.2",
"@hookform/resolvers": "^3.3.2",
"zod": "^3.22.4",
"date-fns": "^3.0.0",
"clsx": "^2.0.0",
"react-hot-toast": "^2.4.1",
"framer-motion": "^11.0.0",
"@mui/material": "^6.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^6.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
"vite": "^5.0.6",
"vitest": "^1.0.1",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1"
}
}