lbry-tech/package.json

26 lines
613 B
JSON
Raw Normal View History

2023-12-04 18:52:18 +00:00
{
"name": "lbry-tech",
"version": "0.0.1",
"dependencies": {
"@astrojs/mdx": "^3.0.1",
2023-12-04 18:52:18 +00:00
"@lbry/components": "^4.2.5",
"@orama/plugin-astro": "^2.1.0",
2023-12-04 18:52:18 +00:00
"@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.15.1",
2024-06-01 19:16:10 +00:00
"astro-loading-indicator": "^0.4.0",
2023-12-04 18:52:18 +00:00
"astro-preload": "^1.1.2",
2024-01-10 21:11:33 +00:00
"markdown-wasm": "^1.2.0",
2023-12-04 18:52:18 +00:00
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sass": "^1.77.2"
2023-12-04 18:52:18 +00:00
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"type": "module"
2024-01-10 21:44:59 +00:00
}