blob: b97a6ba3f878d7dfe41ccb14b08c20cf4e2fceb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"private": "true",
"scripts": {
"dev": "cd website && astro dev",
"start": "cd website && astro dev",
"build": "cd website && astro check && astro build",
"preview": "cd cd website && webiste && astro preview",
"astro": "cd website && astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"astro": "^4.5.12",
"typescript": "^5.4.3"
}
}
|