vito/package.json
dependabot[bot] dda345f565
Bump vite from 6.2.3 to 6.2.5 (#576)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.2.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-05 23:38:30 +02:00

27 lines
758 B
JSON

{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "prettier --check .",
"lint:fix": "prettier --write ."
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.4.2",
"apexcharts": "^3.44.2",
"autoprefixer": "^10.4.20",
"brace": "^0.11.1",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.45",
"postcss-nesting": "^13.0.0",
"prettier": "^3.2.5",
"prettier-plugin-blade": "^2.1.6",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.10",
"vite": "^6.2.5"
}
}