2023-12-04 18:52:18 +00:00
|
|
|
{
|
|
|
|
"name": "lbry-tech",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"dependencies": {
|
2024-05-22 22:06:50 +00:00
|
|
|
"@astrojs/mdx": "^3.0.1",
|
2023-12-04 18:52:18 +00:00
|
|
|
"@lbry/components": "^4.2.5",
|
2024-06-01 19:16:10 +00:00
|
|
|
"@orama/plugin-astro": "^2.0.7",
|
2023-12-04 18:52:18 +00:00
|
|
|
"@thewebforge/astro-code-blocks": "^0.2.0",
|
2024-09-02 03:23:05 +00:00
|
|
|
"astro": "^4.15.1",
|
2024-09-16 03:45:13 +00:00
|
|
|
"astro-loading-indicator": "^0.6.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",
|
2024-05-20 03:05:39 +00:00
|
|
|
"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
|
|
|
}
|