982fa119eb
- Fix: styles.css line 1354 double closing brace (CSS syntax error) - Upgrade: fastify 5.x, @fastify/cors 11, @fastify/static 9, @fastify/websocket 11 - Upgrade: vitest 4.x, vite 8.x (frontend) - Result: 0 npm vulnerabilities (was 10 backend + 5 frontend) - Feature: vite.config.ts manualChunks code-splitting (998kB → 5 chunks, max 451kB) - All tests pass: Backend 239/239, Frontend 374/374
35 lines
843 B
JSON
35 lines
843 B
JSON
{
|
|
"name": "web-cad-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0 --port 5173",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"dxf-parser": "^1.1.2",
|
|
"pdf-lib": "^1.17.1",
|
|
"rbush": "^4.0.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"y-websocket": "^2.0.0",
|
|
"yjs": "^13.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/rbush": "^4.0.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"jsdom": "^29.1.1",
|
|
"typescript": "^5.5.0",
|
|
"vite": "^8.1.3",
|
|
"vitest": "^4.1.9"
|
|
}
|
|
}
|