Files
speedtest-tracker/package.json
T
dependabot[bot] 8e0f558868 Bump vite from 6.2.5 to 6.2.6 (#2134)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
2025-04-14 16:00:29 -04:00

19 lines
440 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.4.29",
"tailwindcss": "^3.4.0",
"vite": "^6.2.6",
"concurrently": "^9.0.1"
}
}