登录-clerk方案

This commit is contained in:
tangly1024.com
2024-06-17 17:03:42 +08:00
parent be048bb51e
commit b0ee510624
14 changed files with 421 additions and 93 deletions

View File

@@ -22,6 +22,7 @@
"build-all-in-dev": "cross-env VERCEL_ENV=production next build"
},
"dependencies": {
"@clerk/nextjs": "^5.1.5",
"@headlessui/react": "^1.7.15",
"@next/bundle-analyzer": "^12.1.1",
"@vercel/analytics": "^1.0.0",
@@ -42,6 +43,7 @@
"react-tweet-embed": "~2.0.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@waline/client": "^2.5.1",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
@@ -59,6 +61,7 @@
"postcss": "^8.4.31",
"prettier": "3.2.5",
"tailwindcss": "^3.3.2",
"typescript": "^5.4.5",
"webpack-bundle-analyzer": "^4.5.0"
},
"resolutions": {