aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/package.json')
-rw-r--r--src/frontend/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontend/package.json b/src/frontend/package.json
index 7734ae2..bd55dff 100644
--- a/src/frontend/package.json
+++ b/src/frontend/package.json
@@ -18,6 +18,7 @@
"@react-router/node": "^7.9.6",
"@react-router/serve": "^7.9.6",
"@tailwindcss/vite": "^4.1.17",
+ "@tanstack/react-query": "^5.90.12",
"framer-motion": "^12.23.24",
"fuse.js": "^7.1.0",
"i18next-browser-languagedetector": "^8.2.0",
@@ -33,7 +34,8 @@
"react-loading-skeleton": "^3.5.0",
"react-modal-sheet": "^5.2.1",
"react-router": "^7.9.6",
- "tailwindcss": "^4.1.17"
+ "tailwindcss": "^4.1.17",
+ "zod": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",