chore: 添加 CMS 系统所需依赖包

- 数据库: drizzle-orm, @libsql/client
- 认证: next-auth, bcryptjs
- 编辑器: @tiptap/react
- 邮件: resend
- 工具: nanoid, date-fns
This commit is contained in:
张翔
2026-03-08 20:46:46 +08:00
parent 92edcba99f
commit 4106c0d5ea
2 changed files with 3115 additions and 22 deletions
+15
View File
@@ -21,17 +21,29 @@
},
"dependencies": {
"@antv/g2": "^5.4.8",
"@auth/drizzle-adapter": "^1.11.1",
"@libsql/client": "^0.17.0",
"@playwright/test": "^1.58.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@tiptap/extension-image": "^3.20.1",
"@tiptap/extension-link": "^3.20.1",
"@tiptap/pm": "^3.20.1",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"@types/three": "^0.183.1",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"critters": "^0.0.23",
"date-fns": "^4.1.0",
"dompurify": "^3.3.1",
"drizzle-orm": "^0.45.1",
"framer-motion": "^12.34.3",
"lucide-react": "^0.563.0",
"nanoid": "^5.1.6",
"next": "16.1.6",
"next-auth": "^5.0.0-beta.30",
"react": "19.2.3",
"react-dom": "19.2.3",
"resend": "^6.9.2",
@@ -42,11 +54,14 @@
"devDependencies": {
"@axe-core/playwright": "^4.11.1",
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/dompurify": "^3.0.5",
"@types/nanoid": "^2.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"chrome-launcher": "^1.2.1",
"drizzle-kit": "^0.31.9",
"eslint": "^10.0.2",
"eslint-config-next": "^0.2.4",
"lighthouse": "^13.0.3",