This commit is contained in:
Morten Olsen
2025-12-02 22:38:20 +01:00
parent 1693a2620c
commit 06564dff21
117 changed files with 2522 additions and 7180 deletions

View File

@@ -1,68 +1,28 @@
{
"name": "morten-olsen-github-io",
"name": "private-webpage",
"type": "module",
"version": "0.0.1",
"scripts": {
"test:lint": "eslint",
"docker:install": "docker-compose -f docker-compose.dev.yml run --rm dev pnpm install",
"docker:dev": "docker-compose -f docker-compose.dev.yml up",
"dev": "astro dev",
"start": "astro dev",
"lint": "prettier \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"lint:apply": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"build": "astro check && astro build",
"preview": "astro preview",
"serve": "SITE_URL=http://localhost:3000 pnpm build && serve dist",
"astro": "astro",
"prepare": "husky"
},
"lint-staged": {
"*": "pnpm lint:apply"
"build": "astro build",
"preview": "astro build && astro preview",
"astro": "astro"
},
"dependencies": {
"@playform/compress": "^0.2.0",
"astro": "^5.13.10",
"date-fns": "^4.1.0",
"typescript": "^5.9.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.6",
"@astrojs/rss": "^4.0.12",
"@astrojs/mdx": "^4.3.12",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@eslint/js": "9.36.0",
"@iconify-json/mdi": "^1.2.3",
"@img/sharp-wasm32": "^0.34.4",
"@types/jsonld": "^1.5.15",
"@types/node": "^24.5.2",
"@typescript-eslint/parser": "^8.44.1",
"astro-capo": "^0.0.1",
"astro-compress": "^2.3.8",
"@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",
"eslint": "9.36.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"husky": "^9.1.7",
"json-schema-to-typescript": "^15.0.4",
"less": "^4.4.1",
"lint-staged": "^16.2.0",
"prettier": "3.6.2",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.93.1",
"serve": "^14.2.5",
"sharp": "^0.34.4",
"sharp-ico": "^0.1.5",
"tsx": "^4.20.5",
"vite-plugin-pwa": "^1.0.3",
"@eslint/eslintrc": "3.3.1",
"@pnpm/find-workspace-packages": "6.0.9",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.4",
"typescript": "5.9.2",
"typescript-eslint": "8.44.1"
"canvas": "^3.2.0",
"sharp": "^0.34.5"
},
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
"packageManager": "pnpm@10.18.0",
"devDependencies": {
"less": "^4.4.2",
"vite-plugin-pwa": "^1.2.0"
}
}