mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-03 18:24:03 +08:00
Add engines field to package.json requiring Node >= 20. Vercel project settings also need Node.js version updated from 18.x. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev",
|
|
"docs:build": "vitepress build",
|
|
"docs:preview": "vitepress preview"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"medium-zoom": "^1.1.0",
|
|
"typescript": "~5.6.0",
|
|
"vitepress": "1.6.4",
|
|
"vue": "^3.5.0"
|
|
},
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|