minor update

This commit is contained in:
Morten Olsen
2024-04-21 19:30:38 +02:00
parent ee37ac9d90
commit b34cc2f1da
10 changed files with 1466 additions and 859 deletions

View File

@@ -3,6 +3,8 @@
"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}\"",
@@ -17,6 +19,7 @@
"*": "pnpm lint:apply"
},
"dependencies": {
"@playform/compress": "^0.0.3",
"astro": "^4.5.6",
"date-fns": "^3.6.0",
"typescript": "^5.4.2"
@@ -28,6 +31,7 @@
"@astrojs/sitemap": "^3.1.2",
"@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",
@@ -47,7 +51,7 @@
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.72.0",
"serve": "^14.2.1",
"sharp": "^0.33.2",
"sharp": "^0.33.3",
"sharp-ico": "^0.1.5",
"tsx": "^4.7.1",
"vite-plugin-pwa": "^0.19.7"