Skip to content

Commit

Permalink
chore: add package
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeByeongMuk committed May 27, 2024
1 parent 38f4e7f commit 26fee5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const nextConfig = {
distDir: 'build',
env: {
APP_API_URL: process.env.APP_API_URL,
PUSHER_APP_KEY: process.env.PUSHER_APP_KEY,
},
images: {
remotePatterns: [
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.2"
"react-hook-form": "^7.51.2",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
Expand All @@ -50,9 +51,11 @@
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"laravel-echo": "^1.16.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5"
Expand Down

0 comments on commit 26fee5f

Please sign in to comment.