started admin ui

This commit is contained in:
Vyacheslav K
2025-05-06 13:34:07 +03:00
parent a249143cde
commit f4c4fd9f4c
13 changed files with 1195 additions and 156 deletions

View File

@@ -3,13 +3,20 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^2.2.2",
"@heroicons/react": "^2.2.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"chart.js": "^4.4.9",
"faker": "^6.6.6",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.5.3",
"react-scripts": "5.0.1",
"react-toastify": "^11.0.5",
"socket.io-client": "^4.8.1",
"web-vitals": "^2.1.4"
},
@@ -38,6 +45,7 @@
]
},
"devDependencies": {
"@faker-js/faker": "^9.7.0",
"tailwindcss": "^3.4.17"
}
}