vito/package.json
dependabot[bot] 7312e3f515
Bump axios from 1.3.5 to 1.6.0 (#74)
Bumps [axios](https://github.com/axios/axios) from 1.3.5 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.5...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 22:53:15 +01:00

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.2.3"
}
}