mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
29 lines
657 B
JSON
29 lines
657 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.18.0",
|
|
"devDependencies": {
|
|
"less": "^4.4.2",
|
|
"vite-plugin-pwa": "^1.2.0"
|
|
}
|
|
}
|