Files
utsa-handbook/package.json
2024-03-09 23:11:42 -06:00

20 lines
426 B
JSON

{
"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/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"astro": "^4.4.15",
"@astrojs/check": "^0.5.6",
"typescript": "^5.4.2"
}
}