This commit is contained in:
2025-02-21 14:56:02 -03:00
parent a8d0667b89
commit 634f422528
9 changed files with 335 additions and 39 deletions

View File

@@ -9,15 +9,21 @@
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^4.1.0",
"@react-router/fs-routes": "^7.2.0",
"@react-router/node": "^7.2.0",
"@react-router/serve": "^7.2.0",
"@tanstack/react-query": "^5.66.9",
"aws-amplify": "^6.13.1",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"isbot": "^5.1.17",
"ramda": "^0.30.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-router": "^7.2.0"
},
"devDependencies": {