diff --git a/frontend/package.json b/frontend/package.json index 05710f3..dcc220c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,19 +16,20 @@ "rbush": "^3.0.1", "yjs": "^13.6.20", "y-websocket": "^2.0.4", - "jspdf": "^2.5.2" + "jspdf": "^2.5.2", + "fabric": "^5.3.0" }, "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", - "@typescript-eslint/eslint-plugin-react-hooks": "^5.0.0", + "@vitejs/plugin-react": "^6.0.2", "eslint": "^9.0.0", "eslint-config-prettier": "^9.0.0", - "eslint-plugin-react": "^5.0.0", - "eslint-plugin-react-hooks": "^0.5.0", - "eslint-plugin-react-refresh": "^0.5.0", + "eslint-plugin-react": "^7.37.5", + "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",