Files
domain/package.json
Julien Calixte b8d2bedb6e Switch list to daisyUI table with narrowed layout
Add Tailwind v4 + daisyUI, replace custom div-based list with a
table component, and constrain width to max-w-4xl.
2026-04-05 14:38:39 +02:00

24 lines
476 B
JSON

{
"name": "domain",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"daisyui": "^5.5.19",
"solid-js": "^1.9.11",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@types/node": "^24.12.0",
"typescript": "~5.9.3",
"vite": "^8.0.1",
"vite-plugin-solid": "^2.11.11"
}
}