This commit is contained in:
liuhanhua
2025-10-28 14:38:16 +08:00
parent 143327de89
commit 6cdc748f9e
20 changed files with 7525 additions and 29 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"private": true,
"author": "liuhanhua <1>",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"umi": "^4.5.3"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"typescript": "^5.0.3"
}
}