fix:第一次提交,当前还有很多BUG

This commit is contained in:
2026-07-09 00:25:37 +08:00
commit 21a772a7a5
45 changed files with 10511 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"name": "graduation-certificate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm --parallel --filter @graduation/server --filter @graduation/web dev",
"build": "pnpm --filter @graduation/server build && pnpm --filter @graduation/web build",
"dev:next": "next dev",
"build:next": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@imgly/background-removal": "^1.7.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jszip": "^3.10.1",
"lucide-react": "^0.468.0",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sql.js": "^1.14.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}