diff options
Diffstat (limited to 'middleware/package.json')
| -rw-r--r-- | middleware/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/middleware/package.json b/middleware/package.json index f2d772e..b54eb7a 100644 --- a/middleware/package.json +++ b/middleware/package.json @@ -21,8 +21,13 @@ "eslint-config-next": "15.3.4", "global": "^4.4.0", "next": "^15.3.4", + "postcss": "^8.5.6", "react": "19.1.0", "react-dom": "19.1.0", "typescript": "5.8.3" + }, + "devDependencies": { + "@tailwindcss/postcss": "^4.1.17", + "tailwindcss": "^4.1.17" } } |
