mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
21 lines
No EOL
406 B
JSON
21 lines
No EOL
406 B
JSON
{
|
|
"name": "blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^4.0.2",
|
|
"astro": "^5.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-astro": "^0.12.3",
|
|
"sass": "^1.70.0"
|
|
}
|
|
} |