23 lines
555 B
JSON
23 lines
555 B
JSON
{
|
|
"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/mdx": "^4.3.0",
|
|
"@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"
|
|
}
|
|
}
|