feat(#1): 项目创建向导页 - 5步向导(基本信息/章程/干系人/里程碑/确认)

This commit is contained in:
2026-04-11 18:35:20 +08:00
parent ed616a8de9
commit 9728dffdd9
5 changed files with 389 additions and 23 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "pmp-tool",
"version": "0.1.0",
"private": true,
"dependencies": {
"@arco-design/web-react": "^2.67.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^5.3.0"
}
}