Files
speedtest-tracker/package.json
T
dependabot[bot] 33d4e09abb Bump vite from 6.3.6 to 6.4.1 in the npm_and_yarn group across 1 directory (#2359)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-24 11:38:14 -04:00

18 lines
405 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.15",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.0",
"vite": "^6.4.1"
}
}