lbry-tech/package.json

24 lines
563 B
JSON
Raw Normal View History

2023-12-04 18:52:18 +00:00
{
"name": "lbry-tech",
"version": "0.0.1",
"dependencies": {
2023-12-10 12:59:49 +00:00
"@astrojs/mdx": "^2.0.0",
2023-12-04 18:52:18 +00:00
"@astropub/md": "^0.3.0",
"@lbry/components": "^4.2.5",
"@thewebforge/astro-code-blocks": "^0.2.0",
2023-12-10 12:59:49 +00:00
"astro": "^4.0.3",
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.69.5"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"type": "module"
}