25 lines
530 B
JSON
25 lines
530 B
JSON
{
|
|
"name": "smrising",
|
|
"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.6",
|
|
"@astrojs/mdx": "^4.3.12",
|
|
"@astrojs/rss": "^4.0.14",
|
|
"@astrojs/sitemap": "^3.6.0",
|
|
"astro": "^5.16.4",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-astro": "^0.14.1"
|
|
}
|
|
}
|