试验 React 内联上下文与原生表单登录流程
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user