Bumps the development-dependencies group with 1 update: [laravel-vite-plugin](https://github.com/laravel/vite-plugin). Updates `laravel-vite-plugin` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/laravel/vite-plugin/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: laravel-vite-plugin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^1.7.9",
|
|
"laravel-vite-plugin": "^1.2.0",
|
|
"vite": "^6.0.11"
|
|
}
|
|
}
|