19 lines
407 B
JSON
19 lines
407 B
JSON
{
|
|
"name": "site-profile",
|
|
"type": "module",
|
|
"version": "0.5.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.3",
|
|
"@astrojs/node": "^8.3.3",
|
|
"@directus/sdk": "^17.0.0",
|
|
"astro": "^4.14.5",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
} |