2026-06-26 10:50:24 +02:00
|
|
|
{
|
|
|
|
|
"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": {
|
|
|
|
|
"@types/rbush": "^4.0.0",
|
|
|
|
|
"@types/react": "^18.3.0",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.0",
|
2026-06-26 14:19:50 +02:00
|
|
|
"jsdom": "^29.1.1",
|
2026-06-26 10:50:24 +02:00
|
|
|
"typescript": "^5.5.0",
|
|
|
|
|
"vite": "^5.4.0",
|
|
|
|
|
"vitest": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|