This commit is contained in:
2025-03-14 20:15:23 -05:00
parent 03195017c5
commit 61aa06310c
11 changed files with 500 additions and 529 deletions

View File

@@ -1,18 +1,17 @@
{
"name": "site-profile",
"name": "alexlebens-site",
"type": "module",
"version": "0.6.4",
"version": "0.6.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.1.3",
"@directus/sdk": "^19.0.0",
"@directus/sdk": "^19.0.1",
"astro": "^5.5.2",
"typescript": "^5.8.2"
}