mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-08 06:28:41 +00:00
Update to latest + refactoring.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"name": "15-final",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
@@ -12,22 +10,22 @@
|
||||
"dependencies": {
|
||||
"@heroicons/react": "^2.0.18",
|
||||
"@tailwindcss/forms": "^0.5.6",
|
||||
"@types/node": "20.5.7",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-dom": "18.2.7",
|
||||
"@vercel/postgres": "^0.4.1",
|
||||
"autoprefixer": "10.4.15",
|
||||
"@types/node": "20.8.3",
|
||||
"@types/react": "18.2.25",
|
||||
"@types/react-dom": "18.2.11",
|
||||
"@vercel/postgres": "^0.5.0",
|
||||
"autoprefixer": "10.4.16",
|
||||
"bcrypt": "^5.1.1",
|
||||
"clsx": "^2.0.0",
|
||||
"next": "^13.5.3",
|
||||
"next-auth": "^4.23.1",
|
||||
"next": "13.5.5-canary.4",
|
||||
"next-auth": "0.0.0-pr.8775.a98a849e",
|
||||
"postcss": "8.4.31",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"tailwindcss": "3.3.3",
|
||||
"typescript": "5.2.2",
|
||||
"use-debounce": "^9.0.4",
|
||||
"zod": "^3.22.2"
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcrypt": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user