Updates to Svelte UI

This commit is contained in:
Gunnar Skjold
2022-09-12 07:29:25 +02:00
parent 04cd6ac387
commit 95d3008a66
13 changed files with 551 additions and 11 deletions

View File

@@ -10,13 +10,15 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"svelte": "^3.49.0",
"vite": "^3.0.7",
"autoprefixer": "^10.4.7",
"http-proxy-middleware": "^2.0.1",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"svelte": "^3.49.0",
"svelte-navigator": "^3.2.2",
"svelte-preprocess": "^4.10.7",
"autoprefixer": "^10.4.7",
"tailwindcss": "^3.1.5",
"http-proxy-middleware": "^2.0.1"
"@tailwindcss/forms": "^0.5.2",
"vite": "^3.0.7"
}
}