Add pocketbase dependency to package.json

This commit is contained in:
2026-07-27 03:33:00 +02:00
parent 1c445b0768
commit b68b9831ef
2 changed files with 12 additions and 1 deletions
+8
View File
@@ -7,6 +7,9 @@
"": {
"name": "my-app",
"version": "0.0.0",
"dependencies": {
"pocketbase": "^0.27.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
@@ -1514,6 +1517,11 @@
"node": ">= 6"
}
},
"node_modules/pocketbase": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.27.0.tgz",
"integrity": "sha512-K5N6d93UP/BNMbMnlZ6BUfy9VPCIvLyqhJFOsNI8OsZwzvKWEAfyD36boi5K4ECIOl5HMlo0TzuaeGdKpMwizQ=="
},
"node_modules/postcss": {
"version": "8.5.23",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz",