Env: Add pocketbase

This commit is contained in:
2024-12-09 19:47:18 +01:00
parent a5470618dd
commit 3b99b07fcb
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@
packages = with pkgs; [
f1python
pocketbase
nodejs_23
# nodePackages.autoprefixer
+7
View File
@@ -9,6 +9,7 @@
"version": "0.0.1",
"dependencies": {
"autoprefixer": "^10.4.20",
"pocketbase": "^0.22.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
@@ -1957,6 +1958,12 @@
"node": ">= 6"
}
},
"node_modules/pocketbase": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.22.1.tgz",
"integrity": "sha512-hnzpDcIx5kbkUJXz6IkiTox6R4nb706u4rPSMy2FYCaI2OqBnFxbY0qwWBSqx1ERz/Xi61Uguf17Gb9bWZ8+kw==",
"license": "MIT"
},
"node_modules/postcss": {
"version": "8.4.49",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
+1
View File
@@ -20,6 +20,7 @@
},
"dependencies": {
"autoprefixer": "^10.4.20",
"pocketbase": "^0.22.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",