This commit is contained in:
2023-02-26 03:25:00 +01:00
parent bbb3fd7c45
commit 4e09ada8f8
21 changed files with 505 additions and 56 deletions

View File

@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^7.0.0",
"@dnd-kit/core": "^6.0.7",
"@emotion/react": "^11.10.5",
"@ionic/cli": "^6.20.8",
@ -24,11 +25,13 @@
"axios": "^1.2.1",
"bootstrap": "^5.2.3",
"env-cmd": "^10.1.0",
"feather-icons": "^4.29.0",
"ionicons": "^6.1.3",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-hot-toast": "^2.4.0",
"react-repeatable": "^2.0.1",
"react-router-dom": "^6.4.5",
@ -70,6 +73,10 @@
"homepage": "https://hope-fly.de/dog",
"xxxxhomepage": "http://localhost/dog",
"devDependencies": {
"@types/react-beautiful-dnd": "^13.1.3"
"@types/feather-icons": "^4.29.1",
"@types/react-beautiful-dnd": "^13.1.3",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.7"
}
}