aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/package.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-30 17:58:55 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-30 17:58:55 +0100
commite7283ba10d45b42e1274cd13c3d6aabec57c85b4 (patch)
tree3e753b79c0835a0ecd4674b97039fcd3b53275a7 /src/frontend/package.json
parent0798325688049a87df02910ab9141c0b1c13ffcb (diff)
feat: add Tailwind CSS support and create ConsolidatedCirculationCard styles
- Added Tailwind CSS and its Vite plugin to the project dependencies. - Updated Vite configuration to include Tailwind CSS plugin. - Created a new CSS file for the Consolidated Circulation Card component with styles for various states and responsive design.
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",