summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-07 01:53:47 +0900
committerAdam Malczewski <[email protected]>2026-06-07 01:53:47 +0900
commit90c438c4562793eb09358f9d1a050d2267f4fca5 (patch)
treecf858fb92464b8e2e459a1b88b76b856bb4dfe46 /package.json
parentc0fa581c8ac563c916948f44596ef361817dc580 (diff)
downloaddispatch-web-90c438c4562793eb09358f9d1a050d2267f4fca5.tar.gz
dispatch-web-90c438c4562793eb09358f9d1a050d2267f4fca5.zip
Slice 3 setup: Tailwind v4 + DaisyUI v5 (dracula enabled) + 'tab' vocab
- add tailwindcss@4 + @tailwindcss/vite + daisyui@5; vite tailwind plugin - src/app.css: @import tailwindcss + @plugin daisyui { themes: dracula --default } (theme BUNDLED, not just named); imported in main.ts - index.html: <html data-theme="dracula"> - biome.json: enable css tailwindDirectives so @plugin parses - GLOSSARY: define FE term 'tab' (workspace slot referencing a conversation; holds conversationId + model + title; close = local forget) Verified: dracula tokens bundled in CSS, svelte-check 0/0, vitest 222, biome clean, build ok.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1ed3b3f..735e278 100644
--- a/package.json
+++ b/package.json
@@ -25,14 +25,17 @@
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
+ "@tailwindcss/vite": "^4.3.0",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/svelte": "^5.2.0",
"@testing-library/user-event": "^14.6.1",
"@tsconfig/svelte": "^5.0.0",
+ "daisyui": "^5.5.20",
"fake-indexeddb": "^6.0.0",
"jsdom": "^25.0.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
+ "tailwindcss": "^4.3.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vitest": "^3.0.0"