mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.3.5 to 6.3.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.6 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
826 B
JSON
30 lines
826 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"dev-laravel": "php artisan serve",
|
|
"dev-node": "npm run dev",
|
|
"dev-all": "npm-run-all -p dev-laravel dev-node",
|
|
"laravel-pint": "./vendor/bin/pint"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"autoprefixer": "^10.4.16",
|
|
"axios": "^1.8.2",
|
|
"laravel-vite-plugin": "^1.2.0",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"terser": "^5.28.1",
|
|
"vite": "^6.3.6"
|
|
},
|
|
"dependencies": {
|
|
"chokidar": "^3.5.3",
|
|
"flowbite": "^2.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"tailwind-capitalize-first-letter": "^1.0.4"
|
|
}
|
|
}
|