mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^1.8.2",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^1.2.0",
|
|
"vite": "^6.2.4"
|
|
}
|
|
}
|