Spaces:
Runtime error
Runtime error
| { | |
| "name": "@aitube/facepoke", | |
| "module": "src/index.ts", | |
| "type": "module", | |
| "scripts": { | |
| "build": "bun build ./src/index.tsx --outdir ../public/" | |
| }, | |
| "devDependencies": { | |
| "@types/bun": "latest" | |
| }, | |
| "peerDependencies": { | |
| "typescript": "^5.0.0" | |
| }, | |
| "dependencies": { | |
| "@mediapipe/tasks-vision": "^0.10.16", | |
| "@radix-ui/react-icons": "^1.3.0", | |
| "@types/lodash": "^4.17.10", | |
| "@types/react": "^18.3.9", | |
| "@types/react-dom": "^18.3.0", | |
| "@types/uuid": "^10.0.0", | |
| "beautiful-react-hooks": "^5.0.2", | |
| "class-variance-authority": "^0.7.0", | |
| "clsx": "^2.1.1", | |
| "lodash": "^4.17.21", | |
| "lucide-react": "^0.446.0", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "tailwind-merge": "^2.5.2", | |
| "tailwindcss": "^3.4.13", | |
| "tailwindcss-animate": "^1.0.7", | |
| "usehooks-ts": "^3.1.0", | |
| "uuid": "^10.0.0", | |
| "zustand": "^5.0.0-rc.2" | |
| } | |
| } | |