mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
19 lines
No EOL
353 B
JSON
19 lines
No EOL
353 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": {
|
|
"astro": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-astro": "^0.12.3"
|
|
}
|
|
} |