diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index c7ccd52..bfc3bf0 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,11 @@ "@types/node": "18.6.3", "@types/react": "18.0.15", "@types/react-dom": "18.0.6", + "autoprefixer": "^10.4.8", "eslint": "8.21.0", "eslint-config-next": "12.2.3", + "postcss": "^8.4.14", + "tailwindcss": "^3.1.7", "typescript": "4.7.4" } } |