Files
speedtest-tracker/package.json
T
Alex Justesen 1bb1ad764b Laravel 12.x Shift (#2099)
Co-authored-by: Shift <shift@laravelshift.com>
2025-03-18 18:42:04 -04:00

19 lines
441 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": "^5.4.14",
"concurrently": "^9.0.1"
}
}