diff --git a/astro/package-lock.json b/astro/package-lock.json index 1c732b4..a73fa28 100644 --- a/astro/package-lock.json +++ b/astro/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/preact": "^4.1.3", + "@directus/sdk": "^21.2.0", "@tailwindcss/vite": "^4.2.1", "astro": "^5.17.1", "mdast-util-to-string": "^4.0.0", @@ -439,6 +440,18 @@ "node": ">=18" } }, + "node_modules/@directus/sdk": { + "version": "21.2.0", + "resolved": "https://registry.npmjs.org/@directus/sdk/-/sdk-21.2.0.tgz", + "integrity": "sha512-IrP6vpXqW0WYuwMcKa19odYZDVdTtBL4+0TaZeUGoNWgvncPcuTYVEtX4z93TEPfbFoSD0IwPx0gbhQ7YNbTGg==", + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "url": "https://github.com/directus/directus?sponsor=1" + } + }, "node_modules/@emnapi/runtime": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz", diff --git a/astro/package.json b/astro/package.json index ee42884..f1ac867 100644 --- a/astro/package.json +++ b/astro/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "@astrojs/preact": "^4.1.3", + "@directus/sdk": "^21.2.0", "@tailwindcss/vite": "^4.2.1", "astro": "^5.17.1", "mdast-util-to-string": "^4.0.0",