2023-01-23 00:27:56 +01:00
|
|
|
{
|
2024-11-05 23:16:26 +01:00
|
|
|
"name": "v5.tarasis.net",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
2023-01-23 00:27:56 +01:00
|
|
|
"scripts": {
|
2024-11-05 23:16:26 +01:00
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro check && astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2023-01-23 01:54:11 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-05 23:16:26 +01:00
|
|
|
"@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"
|
2023-01-23 01:54:11 +01:00
|
|
|
}
|
2024-10-18 17:26:55 +02:00
|
|
|
}
|