jaster.xyz/package.json
dependabot[bot] 4d9f1da942
Bump prettier-plugin-astro from 0.12.3 to 0.14.1
Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.3 to 0.14.1.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.12.3...v0.14.1)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-version: 0.14.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-03 10:52:02 +00:00

27 lines
628 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-icon": "^1.1.5",
"typescript": "^5.8.3"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.70.0"
}
}