blob: ef80a4fb06b6dd3c95caa4690f30cedd58040f3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"private": "true",
"scripts": {
"dev": "cd website && astro dev",
"start": "cd website && astro dev",
"build": "cd website && astro build",
"preview": "cd cd website && webiste && astro preview",
"astro": "cd website && astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.1",
"markdown-it": "^14.1.0",
"typescript": "^5.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@types/markdown-it": "^14.1.1"
}
}
|