dnf-test/doc/package.json
2025-10-27 00:08:16 -02:00

20 lines
468 B
JSON

{
"name": "darkone-nixos-framework-doc",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/starlight": "^0.36.0",
"astro": "^5.14.1",
"astro-embed": "^0.9.0",
"rehype-external-links": "^3.0.0",
"sharp": "^0.32.5"
}
}