| { |
| "name": "@music-together/client", |
| "private": true, |
| "version": "0.0.0", |
| "type": "module", |
| "scripts": { |
| "dev": "vite", |
| "build": "tsc -b && vite build", |
| "lint": "eslint .", |
| "typecheck": "tsc -b --noEmit", |
| "preview": "vite preview" |
| }, |
| "dependencies": { |
| "@applemusic-like-lyrics/core": "^0.2.0", |
| "@applemusic-like-lyrics/lyric": "^0.3.0", |
| "@applemusic-like-lyrics/react": "^0.2.0", |
| "@casl/react": "^5.0.1", |
| "@fontsource/plus-jakarta-sans": "^5.3.0", |
| "@music-together/shared": "workspace:*", |
| "@pixi/app": "^7.4.3", |
| "@pixi/core": "^7.4.3", |
| "@pixi/display": "^7.4.3", |
| "@pixi/filter-blur": "^7.4.3", |
| "@pixi/filter-bulge-pinch": "^5.1.1", |
| "@pixi/filter-color-matrix": "^7.4.3", |
| "@pixi/sprite": "^7.4.3", |
| "@soundtouchjs/audio-worklet": "2.1.0", |
| "@tanstack/react-virtual": "^3.13.18", |
| "class-variance-authority": "^0.7.1", |
| "clsx": "^2.1.1", |
| "dayjs": "^1.11.19", |
| "howler": "^2.2.4", |
| "jss": "^10.10.0", |
| "jss-preset-default": "^10.10.0", |
| "lucide-react": "^0.563.0", |
| "motion": "^12.34.0", |
| "nanoid": "^5.1.6", |
| "radix-ui": "^1.4.3", |
| "react": "^19.2.0", |
| "react-dom": "^19.2.0", |
| "react-error-boundary": "^6.1.0", |
| "react-router-dom": "^7.13.0", |
| "sonner": "^2.0.7", |
| "tailwind-merge": "^3.4.0", |
| "vaul": "^1.1.2", |
| "zustand": "^5.0.11" |
| }, |
| "devDependencies": { |
| "@eslint/js": "^9.39.1", |
| "@tailwindcss/vite": "^4.1.18", |
| "@types/howler": "^2.2.12", |
| "@types/node": "^24.10.1", |
| "@types/react": "^19.2.7", |
| "@types/react-dom": "^19.2.3", |
| "@vitejs/plugin-react": "^5.1.1", |
| "eslint": "^9.39.1", |
| "eslint-plugin-react-hooks": "^7.0.1", |
| "eslint-plugin-react-refresh": "^0.4.24", |
| "globals": "^16.5.0", |
| "shadcn": "^3.8.4", |
| "tailwindcss": "^4.1.18", |
| "tw-animate-css": "^1.4.0", |
| "typescript": "~5.9.3", |
| "typescript-eslint": "^8.48.0", |
| "vite": "^7.3.1", |
| "vite-plugin-wasm": "^3.5.0" |
| } |
| } |
|
|