试验 React 内联上下文与原生表单登录流程

This commit is contained in:
2026-09-25 19:44:39 +00:00
parent 8c8b2ad352
commit dcf634d805
23 changed files with 2253 additions and 22 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "iam-login-ui",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
"watch": "vite build --watch",
"test:browser": "playwright test"
},
"dependencies": {
"react": "19.3.0",
"react-dom": "19.3.0"
},
"devDependencies": {
"vite": "8.3.1",
"typescript": "7.0.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@playwright/test": "1.63.0"
}
}