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",
|
2026-07-27 03:15:30 +02:00
|
|
|
"test": "vitest run",
|
|
|
|
|
"test:e2e": "playwright test",
|
2026-08-29 03:38:09 +02:00
|
|
|
"test:e2e:ci": "playwright test playwright-tests/diagnose-editor.test.ts playwright-tests/tool-exhaustive.test.ts playwright-tests/perf-gate.test.ts"
|
2026-06-26 10:50:24 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"dxf-parser": "^1.1.2",
|
|
|
|
|
"pdf-lib": "^1.17.1",
|
2026-08-27 08:49:18 +02:00
|
|
|
"pixi.js": "^8.20.1",
|
2026-06-26 10:50:24 +02:00
|
|
|
"rbush": "^4.0.1",
|
|
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
2026-07-27 00:37:28 +02:00
|
|
|
"y-indexeddb": "^9.0.12",
|
2026-06-26 10:50:24 +02:00
|
|
|
"y-websocket": "^2.0.0",
|
|
|
|
|
"yjs": "^13.6.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-27 01:17:18 +02:00
|
|
|
"@playwright/test": "^1.62.0",
|
2026-07-26 22:47:50 +02:00
|
|
|
"@testing-library/dom": "^10.4.1",
|
2026-06-26 16:20:09 +02:00
|
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
|
|
|
"@testing-library/react": "^16.3.2",
|
|
|
|
|
"@testing-library/user-event": "^14.6.1",
|
2026-06-26 10:50:24 +02:00
|
|
|
"@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",
|
2026-07-04 16:43:55 +02:00
|
|
|
"vite": "^8.1.3",
|
|
|
|
|
"vitest": "^4.1.9"
|
2026-06-26 10:50:24 +02:00
|
|
|
}
|
|
|
|
|
}
|