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 cbf353a..53d23ef 100644
--- a/src/frontend/package.json
+++ b/src/frontend/package.json
@@ -17,6 +17,7 @@
"@fontsource-variable/roboto": "^5.2.8",
"@react-router/node": "^7.9.6",
"@react-router/serve": "^7.9.6",
+ "@tailwindcss/vite": "^4.1.17",
"framer-motion": "^12.23.24",
"fuse.js": "^7.1.0",
"i18next-browser-languagedetector": "^8.2.0",
@@ -30,7 +31,8 @@
"react-leaflet-markercluster": "^5.0.0-rc.0",
"react-loading-skeleton": "^3.5.0",
"react-modal-sheet": "^5.2.1",
- "react-router": "^7.9.6"
+ "react-router": "^7.9.6",
+ "tailwindcss": "^4.1.17"
},
"devDependencies": {
"@eslint/js": "^9.39.1",