1
0
This repository has been archived on 2025-08-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
site-profile-archive/package.json
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"
}
}