mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
28 lines
654 B
JSON
28 lines
654 B
JSON
{
|
|
"name": "blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check && prettier ./src --check",
|
|
"format": "prettier ./src --write",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/sitemap": "^3.4.0",
|
|
"astro": "^5.8.1",
|
|
"astro-d2": "^0.8.0",
|
|
"astro-icon": "^1.1.5",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-astro": "^0.12.3",
|
|
"sass": "^1.70.0"
|
|
}
|
|
}
|