installing and configuring tailwind

This commit is contained in:
lila 2026-03-21 20:59:26 +01:00
parent 9ebbf83f93
commit 681c6d2b4f
5 changed files with 8 additions and 2 deletions

View file

@ -10,10 +10,12 @@
},
"dependencies": {
"@glossa/shared": "workspace:*",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-router": "^1.168.1",
"@tanstack/react-router-devtools": "^1.166.10",
"react": "^19.2.4",
"react-dom": "^19.2.4"
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.167.2",