complete installation page - create reusable table - install and config react query

This commit is contained in:
Alihaghighattalab
2024-08-10 17:48:08 +03:30
parent c5e67d85ca
commit bfd9fa2b64
16 changed files with 1017 additions and 3 deletions
+6
View File
@@ -5,6 +5,9 @@
"dependencies": {
"@headlessui/react": "^2.1.2",
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"@tanstack/react-table": "^8.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
@@ -12,10 +15,12 @@
"@types/node": "^16.18.104",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.3",
"clsx": "^2.1.1",
"iconsax-react": "^0.0.8",
"iranianbanklogos": "^3.1.2",
"jalaali-js": "^1.2.7",
"json-server": "^1.0.0-beta.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
@@ -53,6 +58,7 @@
]
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.51.15",
"tailwindcss": "^3.4.7"
}
}