change react component

This commit is contained in:
2026-08-09 15:44:08 +02:00
parent 266292b7b4
commit bdf9b484b3
3 changed files with 55 additions and 143 deletions
+6 -7
View File
@@ -3,19 +3,18 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"axios": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"axios": "^1.6.0"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-beautiful-dnd": "^13.1.5",
"@types/node": "^20.0.0",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"@vitejs/plugin-react": "^4.2.0"
"vite": "^5.0.0"
},
"scripts": {
"dev": "vite",