2023-12-04 18:52:18 +00:00
|
|
|
{
|
|
|
|
"name": "lbry-tech",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"dependencies": {
|
2024-01-10 21:44:59 +00:00
|
|
|
"@astrojs/mdx": "^2.0.3",
|
2023-12-04 18:52:18 +00:00
|
|
|
"@lbry/components": "^4.2.5",
|
|
|
|
"@thewebforge/astro-code-blocks": "^0.2.0",
|
2024-02-22 18:05:13 +00:00
|
|
|
"astro": "^4.4.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",
|
2024-02-19 03:07:40 +00:00
|
|
|
"sass": "^1.71.0"
|
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
|
|
|
}
|