improved setup for server components

This commit is contained in:
2023-10-08 12:39:58 -05:00
parent a3ff7598ae
commit c5691ae9d2
12 changed files with 85 additions and 155 deletions

View File

@@ -10,13 +10,13 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.367.0",
"@sendgrid/mail": "^7.7.0",
"@t3-oss/env-nextjs": "^0.7.0",
"autoprefixer": "10.4.14",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"next": "^13.4.12",
"pg": "^8.11.3",
"postcss": "8.4.24",
"postcss": "^8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
@@ -31,6 +31,7 @@
"@types/react-dom": "18.2.4",
"@types/uuid": "^9.0.1",
"@vercel/style-guide": "^5.0.1",
"ts-node": "^10.9.1",
"zod": "^3.22.4"
}
}