diff --git a/frontend/package.json b/frontend/package.json index f6246c1..785f258 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,11 +14,14 @@ }, "license": "MIT", "dependencies": { + "@iconify/svelte": "^5.2.1", + "@tailwindcss/vite": "^4.1.18", "@tauri-apps/api": "^2.9.1", "@tauri-apps/plugin-opener": "^2.5.3", "@types/three": "^0.182.0", "compression": "^1.8.1", "express": "^5.2.1", + "tailwindcss": "^4.1.18", "three": "^0.182.0" }, "devDependencies": { @@ -26,7 +29,7 @@ "@sveltejs/kit": "^2.50.1", "@sveltejs/vite-plugin-svelte": "^5.1.1", "@tauri-apps/cli": "^2.9.6", - "svelte": "^5.48.0", + "svelte": "^5.48.2", "svelte-check": "^4.3.5", "typescript": "~5.6.3", "vite": "^6.4.1" diff --git a/frontend/src/app.css b/frontend/src/app.css new file mode 100644 index 0000000..a461c50 --- /dev/null +++ b/frontend/src/app.css @@ -0,0 +1 @@ +@import "tailwindcss"; \ No newline at end of file diff --git a/frontend/src/app.html b/frontend/src/app.html index 92e7e33..1ccbb4a 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -1,13 +1,15 @@ -
- - - -