21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"name": "v5.tarasis.net",
|
|
"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.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"
|
|
}
|
|
}
|