Files
ncd-fe/packages/website/package.json
nicole mikołajczyk 05c7ae7f2f website: docs
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026-03-08 00:56:12 +01:00

28 lines
677 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"homepage": "https://nicolium.app",
"bugs": {
"url": "https://codeberg.org/mkljczk/nicolium/issues"
},
"repository": {
"type": "git",
"url": "git+https://codeberg.org/mkljczk/nicolium.git"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@mkljczk/astro-theme": "github:mkljczk/mkljczk-astro-theme",
"astro": "^5.18.0",
"rehype-external-links": "^3.0.0",
"sharp": "^0.34.3"
}
}