mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
Bumps [astro-d2](https://github.com/HiDeoo/astro-d2/tree/HEAD/packages/astro-d2) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/HiDeoo/astro-d2/releases) - [Changelog](https://github.com/HiDeoo/astro-d2/blob/main/packages/astro-d2/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/astro-d2/commits/astro-d2@0.9.0/packages/astro-d2) --- updated-dependencies: - dependency-name: astro-d2 dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
655 B
JSON
28 lines
655 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.6",
|
|
"@astrojs/sitemap": "^3.6.0",
|
|
"astro": "^5.16.4",
|
|
"astro-d2": "^0.9.0",
|
|
"astro-icon": "^1.1.5",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"sass": "^1.94.2"
|
|
}
|
|
}
|