Todo work
Some checks failed
Lint / lint (push) Failing after 10s

This commit is contained in:
Julien Valverdé
2025-01-15 20:09:00 +01:00
parent f3f44d9abe
commit 3813e63982
11 changed files with 153 additions and 13 deletions

View File

@@ -14,6 +14,7 @@
"@tanstack/react-router": "^1.95.3",
"@tanstack/router-devtools": "^1.95.3",
"@tanstack/router-plugin": "^1.95.3",
"@thilawyn/thilaschema": "^0.1.4",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
@@ -30,5 +31,9 @@
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
},
"dependencies": {
"@effect/platform": "^0.73.1",
"@effect/platform-browser": "^0.52.1"
}
}