19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"name": "site-profile",
|
|
"type": "module",
|
|
"version": "0.6.4",
|
|
"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.1.3",
|
|
"@directus/sdk": "^19.0.0",
|
|
"astro": "^5.5.2",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
} |