|
| 1 | +{ |
| 2 | + "name": "live-translation", |
| 3 | + "private": true, |
| 4 | + "version": "0.27.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc --noEmit && vite build", |
| 9 | + "preview": "vite preview" |
| 10 | + }, |
| 11 | + "dependencies": { |
| 12 | + "@fishjam-cloud/react-client": "^0.27.0", |
| 13 | + "@moq/publish": "0.2.11", |
| 14 | + "@moq/signals": "^0.1.7", |
| 15 | + "@moq/watch": "0.2.14", |
| 16 | + "@radix-ui/react-icons": "^1.3.2", |
| 17 | + "@radix-ui/react-label": "^2.1.0", |
| 18 | + "@radix-ui/react-select": "^2.1.4", |
| 19 | + "@radix-ui/react-slot": "^1.1.1", |
| 20 | + "@svta/cml-utils": "1.4.0", |
| 21 | + "class-variance-authority": "^0.7.0", |
| 22 | + "clsx": "^2.1.1", |
| 23 | + "lucide-react": "^0.476.0", |
| 24 | + "next-themes": "^0.4.4", |
| 25 | + "qrcode.react": "^4.2.0", |
| 26 | + "react": "^19.0.0", |
| 27 | + "react-dom": "^19.0.0", |
| 28 | + "react-router": "^7.1.5", |
| 29 | + "sonner": "^2.0.3", |
| 30 | + "tailwind-merge": "^3.0.2", |
| 31 | + "tailwindcss-animate": "^1.0.7" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@types/node": "^22.12.0", |
| 35 | + "@types/react": "^19.0.8", |
| 36 | + "@types/react-dom": "^19.0.3", |
| 37 | + "@vitejs/plugin-react-swc": "^3.7.2", |
| 38 | + "autoprefixer": "^10.4.20", |
| 39 | + "postcss": "^8.5.1", |
| 40 | + "tailwindcss": "^3.4.17", |
| 41 | + "typescript": "^5.7.3", |
| 42 | + "vite": "^6.0.11" |
| 43 | + }, |
| 44 | + "packageManager": "yarn@4.6.0" |
| 45 | +} |
0 commit comments