mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 01:41:36 +00:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.2.3 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
735 B
JSON
25 lines
735 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"queue:listen": "php artisan queue:listen --timeout=600 --queue=default,ssh,ssh-long",
|
|
"scheduler:run": "php artisan schedule:run"
|
|
},
|
|
"devDependencies": {
|
|
"@ryangjchandler/alpine-clipboard": "^2.2.0",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"alpinejs": "^3.4.2",
|
|
"autoprefixer": "^10.4.2",
|
|
"axios": "^1.6.0",
|
|
"laravel-echo": "^1.15.0",
|
|
"laravel-vite-plugin": "^0.7.2",
|
|
"postcss": "^8.4.31",
|
|
"pusher-js": "^4.3.1",
|
|
"tailwindcss": "^3.1.0",
|
|
"toastr": "^2.1.4",
|
|
"vite": "^4.5.2"
|
|
}
|
|
}
|