Files
club-launcher/package.json
T
houseassassin 35c61c2496 feat: v1.2.0 — Apps tab, light/dark theme, visual overhaul, animations
- Apps tab: new AppEntry type (source: 'app'), apps.json storage, IPC handlers
  (apps:add/remove/update), square tile layout in grid, blue APP badge
- Light/dark theme: CSS variables in :root/.light, ThemeToggle (Sun/Moon),
  persisted in localStorage, smooth 0.2s transition
- Visual overhaul: gradient logo, pill badges, glassmorphism header,
  gradient play button, modern AdminPanel as slide-in drawer from right
- Animations: 3D tilt + glow on hover, bounce on favorite star, ripple on play,
  slide indicator in CategoryFilter, per-category grid re-animation
- AdminPanel: ESC to close, slide-in/out animation, Game/App toggle in add form,
  separate sections for games and apps

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 12:59:37 +00:00

37 lines
986 B
JSON

{
"name": "club-launcher",
"version": "1.2.0",
"description": "Game launcher for computer club",
"author": "houseassassin",
"main": "out/main/main.js",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build && electron-builder",
"build:win": "electron-vite build && electron-builder --win",
"preview": "electron-vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"lucide-react": "^0.441.0",
"uuid": "^9.0.1",
"@node-steam/vdf": "^2.0.1"
},
"devDependencies": {
"electron": "^31.0.0",
"electron-vite": "^2.3.0",
"electron-builder": "^24.13.3",
"vite": "^5.3.1",
"typescript": "^5.5.3",
"tailwindcss": "^3.4.7",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"winreg": "^1.2.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@types/winreg": "^1.2.36",
"@vitejs/plugin-react": "^4.3.1"
}
}