mercury/package.json
dependabot[bot] 3b2cc91b53
chore(deps): bump astro from 5.7.10 to 5.13.1
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.10 to 5.13.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.13.1/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.13.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-20 14:34:18 +00:00

41 lines
1.2 KiB
JSON

{
"name": "@mercury/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.5.4",
"@astrojs/mdx": "^4.2.6",
"@astrojs/node": "^9.4.1",
"@astrojs/partytown": "^2.1.4",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.3.1",
"@fontsource-variable/jetbrains-mono": "^5.2.5",
"artalk": "^2.9.1",
"astro": "^5.13.1",
"echarts": "^6.0.0",
"giscus": "^1.6.0",
"ico-endec": "^0.1.6",
"katex": "^0.16.22",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.1",
"twikoo": "^1.6.44",
"ultrahtml": "^1.6.0"
},
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
"devDependencies": {
"@azure/static-web-apps-cli": "^2.0.6",
"@types/node": "^22.15.3",
"@waline/client": "^3.6.0"
}
}