19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"name": "site-profile",
|
|
"type": "module",
|
|
"version": "0.6.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/node": "^9.0.0",
|
|
"@directus/sdk": "^18.0.0",
|
|
"astro": "^5.1.4",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
} |