Deploy Ladill Meet / deploy (push) Failing after 7s
Phases 0–18: core meetings, webinar, breakouts, team chat, live streaming, town hall, billing, and Ladill Mail calendar wiring. Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
703 B
JSON
27 lines
703 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"axios": "^1.11.0",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"vite": "^7.0.7"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/collapse": "^3.15.12",
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"alpinejs": "^3.15.12",
|
|
"livekit-client": "^2.15.4",
|
|
"html5-qrcode": "^2.3.8",
|
|
"qr-code-styling": "^1.9.2",
|
|
"qrcode-generator": "^2.0.4"
|
|
}
|
|
}
|