lbry-tech/package.json
dependabot[bot] 7d7c84f8e2
Bump astro-loading-indicator from 0.4.0 to 0.5.0
Bumps [astro-loading-indicator](https://github.com/florian-lefebvre/astro-loading-indicator) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/florian-lefebvre/astro-loading-indicator/releases)
- [Commits](https://github.com/florian-lefebvre/astro-loading-indicator/compare/astro-loading-indicator@0.4.0...astro-loading-indicator@0.5.0)

---
updated-dependencies:
- dependency-name: astro-loading-indicator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 03:46:18 +00:00

25 lines
613 B
JSON

{
"name": "lbry-tech",
"version": "0.0.1",
"dependencies": {
"@astrojs/mdx": "^3.0.1",
"@lbry/components": "^4.2.5",
"@orama/plugin-astro": "^2.0.7",
"@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.13.3",
"astro-loading-indicator": "^0.5.0",
"astro-preload": "^1.1.2",
"markdown-wasm": "^1.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sass": "^1.77.2"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"type": "module"
}