mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 6.0.11. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
605 B
JSON
25 lines
605 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"autoprefixer": "^10.4.16",
|
|
"axios": "^1.7.8",
|
|
"chokidar": "^4.0.1",
|
|
"laravel-vite-plugin": "^1.0",
|
|
"postcss": "^8.4.49",
|
|
"prettier": "^3.4.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"tailwindcss": "^3.4.15",
|
|
"vite": "^6.0"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/focus": "^3.14.4"
|
|
}
|
|
}
|