mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
69 lines
2.3 KiB
JSON
69 lines
2.3 KiB
JSON
{
|
|
"name": "morten-olsen-github-io",
|
|
"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"
|
|
},
|
|
"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/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",
|
|
"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"
|
|
},
|
|
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
|
|
}
|