Add Tailwind CSS Oxide dependency to root package

This commit is contained in:
Mohamed Boudra
2025-10-13 14:54:44 +02:00
parent 31b7dea2a7
commit 255501f68a
3 changed files with 450 additions and 908 deletions

1352
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,5 +28,8 @@
"mcp"
],
"author": "moboudra",
"license": "MIT"
"license": "MIT",
"dependencies": {
"@tailwindcss/oxide": "^4.1.14"
}
}

View File

@@ -24,7 +24,6 @@
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"autoprefixer": "^10.4.21",
"lightningcss": "^1.29.5",
"next": "^15.5.4",
"openai-realtime-api": "^1.0.8",
"postcss": "^8.5.6",