Working AnimatedOutlet

This commit is contained in:
Julien Valverdé
2024-07-18 03:10:14 +02:00
parent 0b695506cf
commit d07ba927f9
4 changed files with 56 additions and 3 deletions

View File

@@ -21,15 +21,19 @@
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"effect": "^3.4.7",
"framer-motion": "^11.3.6",
"lodash-es": "^4.17.21",
"mobx": "^6.13.0",
"mobx-react-lite": "^4.0.7",
"primereact": "^10.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"remeda": "^2.6.0"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.44.2",
"@tanstack/router-plugin": "^1.44.3",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",