feat: change API output

This commit is contained in:
2025-02-20 08:54:03 +01:00
parent 8e91724462
commit 1fa91a7228
4 changed files with 27 additions and 21 deletions

View File

@@ -10,11 +10,12 @@
"preview": "vite preview"
},
"dependencies": {
"d3": "^7.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.6"
"sortablejs": "^1.15.6",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
@@ -22,7 +23,7 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
@@ -30,7 +31,7 @@
"react-router": "^7.1.5",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
"vite": "^6.1.0"
},
"prettier": {
"trailingComma": "es5",