info_tfgrid/docs_projectinca/package.json

20 lines
394 B
JSON
Raw Normal View History

2024-06-11 04:46:31 +00:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
2024-06-14 16:30:44 +00:00
"@astrojs/starlight": "^0.24.2",
"astro": "^4.10.2",
"sharp": "^0.32.5",
2024-06-11 04:46:31 +00:00
"typescript": "^5.4.5"
}
2024-06-14 16:30:44 +00:00
}