fedi-feed-router/package.json

12 lines
216 B
JSON
Raw Permalink Normal View History

2025-06-29 08:50:03 +02:00
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
2025-07-06 10:21:42 +02:00
"dev": "vite"
2025-06-29 08:50:03 +02:00
},
"devDependencies": {
"laravel-vite-plugin": "^1.0",
"vite": "^6.0"
}
2025-07-06 10:21:42 +02:00
}