fix;发版

This commit is contained in:
ljy
2026-07-29 22:22:10 +08:00
parent 7b98dadc43
commit 344920fd5d
123 changed files with 10997 additions and 11 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "dukangguanwang",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"typescript": "~6.0.2",
"vite": "^8.1.1"
}
}