lbry-tech/package.json

23 lines
532 B
JSON
Raw Normal View History

2023-12-04 18:52:18 +00:00
{
"name": "lbry-tech",
"version": "0.0.1",
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astropub/md": "^0.3.0",
"@lbry/components": "^4.2.5",
"@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^3.6.1",
"astro-preload": "^1.1.2",
"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"
}