Files
site-profile/package.json
2025-03-14 20:15:23 -05:00

18 lines
368 B
JSON

{
"name": "alexlebens-site",
"type": "module",
"version": "0.6.5",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.1.3",
"@directus/sdk": "^19.0.1",
"astro": "^5.5.2",
"typescript": "^5.8.2"
}
}