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 4.5.3 to 4.5.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@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.7.4",
|
|
"laravel-vite-plugin": "^0.8.0",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"terser": "^5.28.1",
|
|
"vite": "^4.5.5"
|
|
},
|
|
"dependencies": {
|
|
"chokidar": "^3.5.3",
|
|
"flowbite": "^2.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"tailwind-capitalize-first-letter": "^1.0.4"
|
|
}
|
|
}
|