mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-03-04 06:57:53 +00:00
23 lines
No EOL
532 B
JSON
23 lines
No EOL
532 B
JSON
{
|
|
"name": "lbry-tech",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^2.0.0",
|
|
"@astropub/md": "^0.3.0",
|
|
"@lbry/components": "^4.2.5",
|
|
"@thewebforge/astro-code-blocks": "^0.2.0",
|
|
"astro": "^4.0.3",
|
|
"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"
|
|
} |