|
| 1 | +{ |
| 2 | + "name": "gesture-recognition", |
| 3 | + "private": true, |
| 4 | + "version": "0.1.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "format": "prettier 'src/**/*.{js,jsx,ts,tsx,json}' --write", |
| 9 | + "format:check": "prettier 'src/**/*.{js,jsx,ts,tsx,json}' --check", |
| 10 | + "build": "tsc -b && vite build", |
| 11 | + "lint": "eslint .", |
| 12 | + "preview": "vite preview" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "@fishjam-cloud/react-client": "^0.17.0", |
| 16 | + "@mediapipe/tasks-vision": "^0.10.22-rc.20250304", |
| 17 | + "@radix-ui/react-separator": "^1.1.7", |
| 18 | + "@radix-ui/react-slot": "^1.2.3", |
| 19 | + "@swmansion/smelter": "^0.2.1", |
| 20 | + "@swmansion/smelter-web-wasm": "^0.2.1", |
| 21 | + "axios": "^1.9.0", |
| 22 | + "class-variance-authority": "^0.7.1", |
| 23 | + "clsx": "^2.1.1", |
| 24 | + "lucide-react": "^0.510.0", |
| 25 | + "react": "^18.0.0", |
| 26 | + "react-dom": "^18.0.0", |
| 27 | + "react-router": "^7.6.0", |
| 28 | + "sonner": "^2.0.5" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@eslint/js": "^9.22.0", |
| 32 | + "@tailwindcss/vite": "^4.1.6", |
| 33 | + "@types/node": "^22.15.3", |
| 34 | + "@types/react": "^19.0.10", |
| 35 | + "@types/react-dom": "^19.0.4", |
| 36 | + "@vitejs/plugin-react-swc": "^3.8.0", |
| 37 | + "eslint": "^9.22.0", |
| 38 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 39 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 40 | + "globals": "^16.0.0", |
| 41 | + "prettier": "^3.5.3", |
| 42 | + "prettier-plugin-tailwindcss": "^0.6.12", |
| 43 | + "tailwind-merge": "^3.3.0", |
| 44 | + "tailwindcss": "^4.1.6", |
| 45 | + "tw-animate-css": "^1.2.9", |
| 46 | + "typescript": "~5.7.2", |
| 47 | + "typescript-eslint": "^8.26.1", |
| 48 | + "vite": "^6.3.1", |
| 49 | + "vite-plugin-static-copy": "^2.3.1" |
| 50 | + }, |
| 51 | + "packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538" |
| 52 | +} |
0 commit comments