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
+23
View File
@@ -0,0 +1,23 @@
{
"name": "@graduation/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 5173",
"build": "vite build",
"preview": "vite preview --host 127.0.0.1 --port 4173"
},
"dependencies": {
"@vitejs/plugin-react": "^5.1.2",
"vite": "^7.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
}