Merge pull request #163 from bartvdbraak/refactor/optimizations-and-changes

Optimize images and other components
This commit is contained in:
Bart van der Braak 2023-11-20 12:06:47 +01:00 committed by GitHub
commit b28bc86f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1014 additions and 150 deletions

View file

@ -15,9 +15,10 @@
"devDependencies": {
"@skeletonlabs/skeleton": "^2.5.0",
"@skeletonlabs/tw-plugin": "^0.2.4",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-vercel": "^3.1.0",
"@sveltejs/enhanced-img": "^0.1.5",
"@sveltejs/kit": "^1.27.6",
"@types/node": "^20.9.1",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.16",
@ -26,7 +27,7 @@
"eslint-plugin-svelte": "^2.35.0",
"lint-staged": "^15.1.0",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"postcss-load-config": "^4.0.2",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"svelte": "^4.2.5",