5dbe30b43c
WhiteNoise replaced with full ambient mixer: - 6 categories: Noise, Rain, Nature, Places, Things, Animals - 29 real ambient sounds from Haus (MIT licensed) - Howler.js for playback with looping and per-sound volume - Mix multiple sounds simultaneously - Category tab navigation - 300ms fade in/out for smooth toggling MusicPlayer fixes: - Removed origin param (causes issues behind reverse proxy) - Added onError handler for YouTube errors - Added onStateChange to track playing state - Player container 1x1 opacity:0 instead of offscreen positioning
31 lines
686 B
JSON
31 lines
686 B
JSON
{
|
|
"name": "kira",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"howler": "^2.2.4",
|
|
"pixi-live2d-display": "^0.4.0",
|
|
"pixi.js": "^7.4.3",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.6",
|
|
"@types/howler": "^2.2.13",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^4.1.6",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.12"
|
|
}
|
|
}
|