adding zenstack.

This commit is contained in:
killian-larcher
2024-12-17 20:24:11 +01:00
parent 4f12a2b078
commit cd99211f05
24 changed files with 33517 additions and 118 deletions
+5 -1
View File
@@ -46,6 +46,7 @@
"@tanstack/react-query": "^5.59.18",
"@tanstack/react-table": "^8.20.5",
"@types/ws": "^8.5.13",
"@zenstackhq/runtime": "2.10.1",
"argon2": "^0.41.1",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
@@ -86,12 +87,15 @@
"@types/node": "^20",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@zenstackhq/openapi": "^2.10.1",
"@zenstackhq/tanstack-query": "^2.10.1",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"typescript": "^5",
"zenstack": "2.10.1"
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",