add pglite with migration runner, zod schemas, db hook
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"format": "biome check --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@electric-sql/pglite": "^0.3.16",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"@tanstack/react-router": "^1.166.7",
|
||||
"@tanstack/router-plugin": "^1.166.7",
|
||||
@@ -23,7 +24,8 @@
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"tailwindcss": "^4.2.1"
|
||||
"tailwindcss": "^4.2.1",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.4.6",
|
||||
|
||||
Reference in New Issue
Block a user