aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3acfdad..8b704ab 100644
--- a/package.json
+++ b/package.json
@@ -56,6 +56,7 @@
"lucide-react": "^0.503.0",
"motion": "^12.12.1",
"next-themes": "^0.4.6",
+ "postcss-cli": "^11.0.1",
"querystring": "^0.2.1",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
@@ -66,22 +67,28 @@
"recharts": "^2.15.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
- "tailwindcss": "^4.1.4",
"tw-animate-css": "^1.2.8",
"vaul": "^1.1.2",
+ "vite-plugin-css-injected-by-js": "^3.5.2",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
+ "@tailwindcss/postcss": "^4.1.10",
"@types/node": "^22.14.1",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@vitejs/plugin-react": "^4.4.1",
+ "autoprefixer": "^10.4.21",
+ "cssnano": "^7.0.7",
"eslint": "^9.29.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
+ "postcss": "^8.5.6",
+ "tailwindcss": "^4.1.10",
+ "terser": "^5.43.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.31.0",
"vite": "^6.3.2",