mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-27 06:53:37 +10:00
feat: migrate to tailwind v4 and fix user token API
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"@nuxt/content": "^2.13.4",
|
||||
"@nuxtjs/tailwindcss": "^6.12.2",
|
||||
"@prisma/client": "^6.1.0",
|
||||
"@tailwindcss/vite": "^4.0.6",
|
||||
"axios": "^1.7.7",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cookie-es": "^1.2.2",
|
||||
@@ -48,13 +49,13 @@
|
||||
"nitropack": "^2.9.7",
|
||||
"postcss": "^8.4.47",
|
||||
"sass": "^1.79.4",
|
||||
"tailwindcss": "^3.4.15"
|
||||
"tailwindcss": "^4.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@drop/droplet-linux-x64-gnu": "^0.7.0",
|
||||
"@drop/droplet-win32-x64-msvc": "^0.7.0",
|
||||
"@drop/droplet-darwin-arm64": "^0.7.0",
|
||||
"@drop/droplet-linux-arm64-gnu": "^0.7.0"
|
||||
"@drop/droplet-linux-arm64-gnu": "^0.7.0",
|
||||
"@drop/droplet-linux-x64-gnu": "^0.7.0",
|
||||
"@drop/droplet-win32-x64-msvc": "^0.7.0"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user