Replaces maryUI and daisyUI with nonameweb/livewire-material: the Vibrant indigo scheme, a system/light/dark theme under sealshare-theme, one top app bar with the account menu, the upload drop zone and link-ready moments, M3 fields, dialogs instead of wire:confirm, snackbars instead of flashed messages, a sortable admin table, and the starter-kit cleanup. Docker builds assets after Composer; CI drops the Flux step. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9NnLxnPp8vaaurb3Z1MFy
29 lines
710 B
JSON
29 lines
710 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"autoprefixer": "^10.5.5",
|
|
"concurrently": "^10.0.5",
|
|
"laravel-vite-plugin": "^3.2.0",
|
|
"tailwindcss": "^4.3.3",
|
|
"vite": "^8.2.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
|
|
"lightningcss-linux-x64-gnu": "^1.29.1"
|
|
},
|
|
"overrides": {
|
|
"shell-quote": "^1.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"chokidar": "^5.0.0",
|
|
"playwright": "^1.63.0"
|
|
}
|
|
}
|