Files
site-profile/package.json
Alex Lebens b7ea8165d2
Some checks failed
release-image-gitea / release (push) Failing after 2m22s
release-image-harbor / release (push) Failing after 47s
update dependencies
2025-05-15 20:27:06 -05:00

18 lines
366 B
JSON

{
"name": "site-profile",
"type": "module",
"version": "0.6.7",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.2.1",
"@directus/sdk": "^19.1.0",
"astro": "^5.7.13",
"typescript": "^5.8.3"
}
}