fix second time

This commit is contained in:
salvacybersec
2025-11-11 04:50:04 +03:00
parent e339477f66
commit 6a0d9169ed
3 changed files with 777 additions and 24 deletions

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"serve": "serve -s dist -l 4173"
},
"dependencies": {
"@emotion/react": "^11.14.0",
@@ -20,7 +21,8 @@
"react": "^19.2.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.5"
"react-router-dom": "^7.9.5",
"serve": "^14.2.5"
},
"devDependencies": {
"@eslint/js": "^9.39.1",