fedi-feed-router/package.json

15 lines
329 B
JSON
Raw 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",
2025-08-02 03:07:27 +02:00
"vite": "^6.0",
"@tailwindcss/vite": "^4.0.0",
"tailwindcss": "^4.0.0",
"tailwindcss-animate": "^1.0.7"
2025-06-29 08:50:03 +02:00
}
2025-07-06 10:21:42 +02:00
}