feat: connect resource library workflows

This commit is contained in:
afei A
2026-03-28 13:42:22 +08:00
parent c604e6ace1
commit 162d3e12d2
42 changed files with 4709 additions and 305 deletions

View File

@@ -16,13 +16,15 @@
"verify": "npm run test && npm run lint && npm run typecheck:clean && npm run build"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"clsx": "^2.1.1",
"lucide-react": "^1.7.0",
"next": "^16.2.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"zod": "^4.3.6",
"clsx": "^2.1.1",
"tailwind-merge": "^3.5.0",
"lucide-react": "^1.7.0"
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",