version 0.4.0

This commit is contained in:
2026-02-20 14:32:42 -05:00
parent ab8038867a
commit 365cf87c90
76 changed files with 34422 additions and 690 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "threathunt-frontend",
"version": "0.1.0",
"version": "0.4.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
@@ -9,11 +9,19 @@
"@mui/material": "^7.3.8",
"@mui/x-data-grid": "^8.27.1",
"@types/react-router-dom": "^5.3.3",
"cytoscape": "^3.33.1",
"cytoscape-cola": "^2.5.1",
"cytoscape-dagre": "^2.5.0",
"dagre": "^0.8.5",
"notistack": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.0",
"react-scripts": "5.0.1"
"react-scripts": "5.0.1",
"recharts": "^3.7.0",
"remark-gfm": "^4.0.1",
"yaml": "^2.8.2"
},
"scripts": {
"start": "react-scripts start",
@@ -39,6 +47,7 @@
]
},
"devDependencies": {
"@types/cytoscape": "^3.21.9",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^4.9.5"