Files
morten-olsen.github.io/package.json
Morten Olsen e38756d521 minor ui fixes
2026-01-10 08:46:49 +01:00

29 lines
793 B
JSON

{
"name": "private-webpage",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro build && astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@fontsource/vt323": "^5.2.7",
"@playform/compress": "^0.2.0",
"astro": "^5.16.3",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"canvas": "^3.2.0",
"sharp": "^0.34.5"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a",
"devDependencies": {
"less": "^4.4.2",
"vite-plugin-pwa": "^1.2.0"
}
}