diff --git a/package.json b/package.json index da4e80c..5b23161 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,10 @@ "lint:fix": "eslint --ext ts,tsx . --fix" }, "dependencies": { + "@fortawesome/fontawesome-free": "^5.15.1", "autoprefixer": "^10.1.0", "next": "10.0.4", + "next-themes": "^0.0.10", "postcss": "^8.2.2", "react": "17.0.1", "react-dom": "17.0.1", @@ -30,6 +32,7 @@ "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "^2.2.1", + "prettier-plugin-tailwind": "^2.2.8", "typescript": "^4.1.3" } }