update to js

This commit is contained in:
2025-02-21 19:34:56 -03:00
parent 0187f770c7
commit a557ee6e34
44 changed files with 1015 additions and 2463 deletions

View File

@@ -5,17 +5,17 @@
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
"start": "react-router-serve ./build/server/index.js"
},
"dependencies": {
"@brazilian-utils/brazilian-utils": "^1.0.0-rc.12",
"@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",
"@uidotdev/usehooks": "^2.4.1",
"aws-amplify": "^6.13.1",
"axios": "^1.7.9",
"clsx": "^2.1.1",
@@ -23,21 +23,14 @@
"ramda": "^0.30.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-router": "^7.2.0"
"react-router": "^7.2.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@react-router/dev": "^7.2.0",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^20",
"@types/ramda": "^0.30.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"prettier": "^3.5.1",
"react-router-devtools": "^1.1.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
"vite": "^5.4.11"
}
}