Files
morten-olsen.github.io/package.json
Morten Olsen 428a7de4a9 update astro
2025-02-25 14:43:00 +01:00

61 lines
2.0 KiB
JSON

{
"name": "morten-olsen-github-io",
"type": "module",
"version": "0.0.1",
"scripts": {
"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"
},
"dependencies": {
"@playform/compress": "^0.0.3",
"astro": "^5.3.0",
"date-fns": "^3.6.0",
"typescript": "^5.4.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@eslint/js": "^8.57.0",
"@iconify-json/mdi": "^1.1.64",
"@img/sharp-wasm32": "^0.33.3",
"@types/jsonld": "^1.5.13",
"@types/node": "^20.12.2",
"@typescript-eslint/parser": "^7.5.0",
"astro-capo": "^0.0.1",
"astro-compress": "^2.2.16",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"husky": "^9.0.11",
"json-schema-to-typescript": "^13.1.2",
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.72.0",
"serve": "^14.2.1",
"sharp": "^0.33.3",
"sharp-ico": "^0.1.5",
"tsx": "^4.7.1",
"vite-plugin-pwa": "^0.19.7"
},
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
}