chore: checkpoint all local changes

This commit is contained in:
2026-02-23 14:36:33 -05:00
76 changed files with 34486 additions and 738 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,12 +9,23 @@
"@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",
<<<<<<< HEAD
"recharts": "^3.7.0"
=======
"recharts": "^3.7.0",
"remark-gfm": "^4.0.1",
"yaml": "^2.8.2"
>>>>>>> 7c454036c7ef6a3d6517f98cbee643fd0238e0b2
},
"scripts": {
"start": "react-scripts start",
@@ -40,6 +51,7 @@
]
},
"devDependencies": {
"@types/cytoscape": "^3.21.9",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^4.9.5"