tarasis.net/package.json

21 lines
454 B
JSON
Raw Normal View History

2023-01-23 00:27:56 +01:00
{
"name": "v5.tarasis.net",
"type": "module",
"version": "0.0.1",
2023-01-23 00:27:56 +01:00
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.0.0-beta.6",
"typescript": "^5.6.2"
}
}