Files
RadioPlayer/webapp/package.json
2026-01-11 08:19:27 +01:00

15 lines
251 B
JSON

{
"name": "radiocast-webapp",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5174"
},
"devDependencies": {
"vite": "^5.0.0"
}
}