- Add @tanstack/react-form to the web UI dependencies - Move the report issue composer fields and submit validation onto TanStack Form - Route submit and server errors through form error state while keeping React Query for mutation execution - Extend issue route coverage for preserving custom report titles across category changes
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "soulsync-webui",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vp dev",
|
|
"build": "vp build",
|
|
"test": "vp test run",
|
|
"test:watch": "vp test",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-form": "^1.28.6",
|
|
"@tanstack/react-query": "^5.96.2",
|
|
"@tanstack/react-router": "^1.168.10",
|
|
"ky": "^2.0.0-0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"@tanstack/router-plugin": "^1.167.12",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/node": "^24.3.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"jsdom": "^29.0.1",
|
|
"typescript": "^6.0.2",
|
|
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
|
|
"vite-plus": "latest",
|
|
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
|
|
},
|
|
"packageManager": "npm@11.12.1",
|
|
"overrides": {
|
|
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
|
|
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
|
|
}
|
|
}
|