mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 15:29:11 +00:00
Merge pull request #163 from bartvdbraak/refactor/optimizations-and-changes
Optimize images and other components
This commit is contained in:
commit
b28bc86f45
18 changed files with 1014 additions and 150 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue