Initial Commit

This commit is contained in:
Supertiger
2025-08-01 11:08:32 +01:00
commit 441836bdd3
9 changed files with 703 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "waybar-online",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}