开启 ppr 优化渲染性能

This commit is contained in:
2025-12-11 14:10:52 +08:00
parent 8fb6ba2f22
commit 5db63273bc
50 changed files with 2635 additions and 10426 deletions

View File

@@ -7,9 +7,12 @@
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint --fix",
"check": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@cap.js/server": "^4.0.4",
"@cap.js/widget": "^0.1.32",
"@hookform/resolvers": "^4.1.3",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
@@ -31,13 +34,12 @@
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
"canvas": "^3.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dev": "^0.1.3",
"lucide-react": "^0.479.0",
"next": "^16.0.8",
"next": "^16.0.10",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
"react": "^19.2.1",
@@ -69,7 +71,8 @@
"husky": "^9.1.7",
"rehype-highlight": "^7.0.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"babel-plugin-react-compiler": "^1.0.0"
},
"packageManager": "bun@1.2.19"
}
}