mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:20:09 +00:00
4d28618663
Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"autoprefixer": "^10.4.15",
|
|
"laravel-vite-plugin": "^1.0.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"vite": "^6.4.1"
|
|
}
|
|
}
|