mirror of
https://github.com/HyprCAT/dl.hyprcat.net.git
synced 2024-11-01 12:01:15 +00:00
14 lines
244 B
JSON
14 lines
244 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^1.6.4",
|
|
"laravel-vite-plugin": "^1.0",
|
|
"vite": "^5.0"
|
|
}
|
|
}
|