feat: openapi generation
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"preview": "vite preview",
|
||||
"test.e2e": "cypress run",
|
||||
"test.unit": "vitest",
|
||||
"lint": "biome check --write"
|
||||
"lint": "biome check --write",
|
||||
"postinstall": "bun scripts/postinstall.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aparajita/capacitor-secure-storage": "^7.1.6",
|
||||
@@ -18,8 +19,11 @@
|
||||
"@capacitor/haptics": "8.0.0",
|
||||
"@capacitor/keyboard": "8.0.0",
|
||||
"@capacitor/status-bar": "8.0.0",
|
||||
"@hey-api/client-fetch": "^0.13.1",
|
||||
"@hey-api/openapi-ts": "^0.90.2",
|
||||
"@ionic/react": "^8.5.0",
|
||||
"@ionic/react-router": "^8.5.0",
|
||||
"@types/bun": "^1.3.5",
|
||||
"@types/react-router": "^5.1.20",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"ionicons": "^7.4.0",
|
||||
@@ -45,7 +49,8 @@
|
||||
"terser": "^5.4.0",
|
||||
"typescript": "~5.9.0",
|
||||
"vite": "^5.0.0",
|
||||
"vitest": "^0.34.6"
|
||||
"vitest": "^0.34.6",
|
||||
"zod": "^4.3.5"
|
||||
},
|
||||
"description": "An Ionic project"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user