Перенос рендера иконок на сторону сервера

This commit is contained in:
Иван Кузьменко 2026-02-14 04:33:59 +03:00
parent 16f4930974
commit ef353da29f
16 changed files with 527 additions and 159 deletions

View file

@ -11,7 +11,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@iconify/svelte": "^5.2.1",
"@iconify/css-svelte": "^1.0.0",
"@iconify/json": "^2.2.439",
"@react2svelte/swipeable": "^0.1.4",
"@svelte-put/dragscroll": "^4.0.0",
"@sveltejs/adapter-auto": "^7.0.0",
@ -41,6 +42,7 @@
"tailwindcss": "^4.0.9",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"unplugin-icons": "^23.0.1",
"vite": "^7.3.1"
},
"type": "module",