{ "name": "@adrian-altner/adrian-altner.com", "version": "0.0.1", "title": "Adrian Altner", "description": "The personal website of Adrian Altner", "homepage": "https://adrian-altner.photo", "author": { "name": "Adrian Altner", "url": "https://adrian-altner.com/" }, "repository": { "type": "git", "url": "git+https://github.com/adrian-altner/adrian-altner.com.git" }, "bugs": { "url": "https://github.com/adrian-altner/adrian-altner.com/issues" }, "license": "MIT", "type": "module", "engines": { "node": ">=22" }, "scripts": { "preinstall": "npx only-allow pnpm", "prepare": "husky", "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build && node scripts/copy-sw.js", "build:production": "astro build --mode production && node scripts/copy-sw.js", "preview": "astro preview", "astro": "astro", "check": "astro check && biome check", "check:fix": "astro check && biome check --write", "stylelint": "stylelint '**/*.{astro,css}'", "stylelint:fix": "stylelint '**/*.{astro,css}' --fix", "generate:icons": "pwa-assets-generator" }, "pnpm": { "peerDependencyRules": { "allowedVersions": { "@vite-pwa/astro>astro": "*" } } }, "dependencies": { "@anthropic-ai/sdk": "^0.80.0", "@astrojs/check": "^0.9.8", "@astrojs/mdx": "^5.0.3", "@astrojs/node": "^10.0.4", "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", "@fontsource/exo-2": "^5.2.8", "astro": "^6.1.1", "astro-embed": "^0.12.0", "chart.js": "^4.5.1", "consola": "^3.4.2", "justified-layout": "^4.1.0", "leaflet": "^1.9.4", "leaflet.markercluster": "^1.5.3", "rehype-external-links": "^3.0.0", "satori": "^0.26.0", "smartypants": "^0.2.2", "typescript": "^5.9.3" }, "devDependencies": { "@biomejs/biome": "^2.4.9", "@types/justified-layout": "^4.1.4", "@types/leaflet": "^1.9.21", "@types/leaflet.markercluster": "^1.5.6", "@vite-pwa/assets-generator": "^1.0.2", "dotenv": "^17.3.1", "fast-glob": "^3.3.3", "husky": "^9.1.7", "sharp": "^0.34.5", "stylelint": "^16.26.1", "stylelint-config-astro": "^2.0.0", "stylelint-config-standard": "^39.0.1", "unist-util-visit": "^5.1.0", "workbox-window": "^7.4.0" } }