mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:00:08 +00:00
18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.6",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"autoprefixer": "^10.4.15",
|
|
"laravel-vite-plugin": "^0.7.3",
|
|
"postcss": "^8.4.29",
|
|
"tailwindcss": "^3.3.3",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|