Files
SealShare/package.json
T
Andreas Reinhold / reiniandClaude Opus 5 c552ee9f9d Update PHP and npm dependencies
Everything stays within its existing constraint: Laravel 13.32, Livewire
4.4.5, Livewire Material 2.1.0, Pest 5.2, Boost 2.9, Pint 1.32.1, Vite
8.3 and autoprefixer 10.6. Boost's copy of the guidelines and skills
follows Livewire Material 2.1, which is plain CSS without utilities.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-16 21:52:04 +02:00

26 lines
584 B
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"autoprefixer": "^10.6.1",
"concurrently": "^10.0.5",
"laravel-vite-plugin": "^3.2.0",
"vite": "^8.3.0"
},
"optionalDependencies": {
"lightningcss-linux-x64-gnu": "^1.29.1"
},
"overrides": {
"shell-quote": "^1.9.0"
},
"devDependencies": {
"chokidar": "^5.0.0",
"playwright": "^1.63.0"
}
}