mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:40:08 +00:00
0eb603ff1f
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>
18 lines
407 B
JSON
18 lines
407 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.0.12"
|
|
}
|
|
}
|