feat: added skeleton as ui toolkit

This commit is contained in:
Bart van der Braak 2023-07-27 10:14:19 +02:00
parent fede9a2142
commit 3fbf85db06
24 changed files with 695 additions and 204 deletions

View file

@ -12,6 +12,7 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@skeletonlabs/skeleton": "^1.10.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@typescript-eslint/eslint-plugin": "^5.45.0",
@ -25,7 +26,11 @@
"svelte-check": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2"
"vite": "^4.4.2",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"autoprefixer": "^10.4.14",
"tailwindcss": "^3.3.2"
},
"type": "module"
}