This commit is contained in:
2023-02-14 01:40:41 +01:00
parent 11db1d0aab
commit 324f8f45e8
4 changed files with 876 additions and 6 deletions

View File

@ -3,6 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.10.3",
"@mantine/dropzone": "^5.10.3",
"@mantine/form": "^5.10.3",
"@mantine/hooks": "^5.10.3",
"@mantine/notifications": "^5.10.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
@ -15,6 +22,7 @@
"env-cmd": "^10.1.0",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-repeatable": "^2.0.1",
@ -55,5 +63,8 @@
},
"xxxhomepage": "http://localhost:3000/dog",
"homepage": "https://hope-fly.de/dog",
"xxxxhomepage": "http://localhost/dog"
"xxxxhomepage": "http://localhost/dog",
"devDependencies": {
"@types/react-beautiful-dnd": "^13.1.3"
}
}