feat: simple analysis page with sociogram

This commit is contained in:
2025-02-10 16:12:31 +01:00
parent 8def52fbf2
commit 25bda2bc4d
6 changed files with 214 additions and 36 deletions

View File

@@ -27,8 +27,14 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"react-router-dom": "^7.1.5",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": true
}
}