mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-03-04 14:57:55 +00:00
Bumps [@orama/plugin-astro](https://github.com/askorama/orama) from 2.0.7 to 2.0.23. - [Release notes](https://github.com/askorama/orama/releases) - [Commits](https://github.com/askorama/orama/compare/v2.0.7...v2.0.23) --- updated-dependencies: - dependency-name: "@orama/plugin-astro" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
614 B
JSON
25 lines
614 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.23",
|
|
"@thewebforge/astro-code-blocks": "^0.2.0",
|
|
"astro": "^4.15.1",
|
|
"astro-loading-indicator": "^0.4.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"
|
|
}
|