Restore JSX frontend with Login/Dashboard/Editor from 249d5fb, remove TS frontend, fix nginx port to 3001

This commit is contained in:
Agent Zero
2026-06-28 09:46:11 +02:00
parent 65c1f10499
commit b56c65815a
78 changed files with 1205 additions and 11510 deletions
+19 -28
View File
@@ -1,39 +1,30 @@
{
"name": "web-cad-frontend",
"version": "1.0.0",
"description": "Frontend for Web CAD application",
"main": "index.js",
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write ."
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.18.1",
"fabric": "^5.3.0",
"jspdf": "^2.5.2",
"rbush": "^3.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"y-websocket": "^2.0.4",
"yjs": "^13.6.20"
"axios": "^1.16.1",
"fabric": "^5.5.2",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.15.1"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.37.5",
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.4.20",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"vite": "^6.0.0",
"vitest": "^2.0.0"
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"vite": "^8.0.12"
}
}