Template
1
0

feat: add initial account creation form

This commit is contained in:
2025-08-13 00:30:02 +02:00
parent 82d7a0d9cd
commit 0b0ecbcb79
12 changed files with 449 additions and 167 deletions

View File

@@ -10,16 +10,20 @@
"preview": "vite preview"
},
"dependencies": {
"@spec/relay": "workspace:*",
"@spec/schemas": "workspace:*",
"@tanstack/react-query": "5",
"@tanstack/react-router": "1",
"@valkyr/db": "1",
"@valkyr/event-emitter": "npm:@jsr/valkyr__event-emitter@1",
"fast-equals": "5",
"react": "19",
"react-dom": "19"
"react-dom": "19",
"zod": "4"
},
"devDependencies": {
"@eslint/js": "9",
"@tanstack/react-router-devtools": "1",
"@types/react": "19",
"@types/react-dom": "19",
"@vitejs/plugin-react": "4",