feat: add db integration and global types

This commit is contained in:
Norbert Maciaszek
2025-11-17 18:24:49 +01:00
parent 0e45ee04fc
commit 80709b3913
7 changed files with 187 additions and 1 deletions

9
package-lock.json generated
View File

@@ -7,6 +7,9 @@
"": {
"name": "gift-tracker-sv",
"version": "0.0.1",
"dependencies": {
"pocketbase": "^0.26.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/kit": "^2.47.1",
@@ -1821,6 +1824,12 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/pocketbase": {
"version": "0.26.3",
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.26.3.tgz",
"integrity": "sha512-5deUKRoEczpxxuHzwr6/DHVmgbggxylEVig8CKN+MjvtYxPUqX/C6puU0yaR2yhTi8zrh7J9s7Ty+qBGwVzWOQ==",
"license": "MIT"
},
"node_modules/postcss": {
"version": "8.5.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",