Add pocketbase js SDK and typings
This commit is contained in:
parent
0d330c4f60
commit
b8bee291b3
6 changed files with 183 additions and 2 deletions
8
app/package-lock.json
generated
8
app/package-lock.json
generated
|
|
@ -11,7 +11,8 @@
|
|||
"@capacitor/core": "^5.5.1",
|
||||
"@ionic/core": "^7.2.1",
|
||||
"ionic-svelte": "^0.5.82",
|
||||
"ionicons": "^7.2.1"
|
||||
"ionicons": "^7.2.1",
|
||||
"pocketbase": "^0.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/cli": "^5.5.1",
|
||||
|
|
@ -3277,6 +3278,11 @@
|
|||
"node": ">=10.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/pocketbase": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.19.0.tgz",
|
||||
"integrity": "sha512-bUVZfVdD17K8GnwbeDMZPEdREVg2YE0F8uHPDC0zer4VtwXUqoPCCeudTy3fhUE7pfuKnfpuPxeBSYsBY3AGIQ=="
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.4.32",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue