mantine
This commit is contained in:
13
package.json
13
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user