Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
{ | |
"name": "@aitube/clapper", | |
"version": "0.0.5", | |
"private": true, | |
"description": "🎬 Clapper", | |
"scripts": { | |
"dev": "npm i && npm run checks && next dev", | |
"build": "npm i && npm run checks && next build", | |
"build:ci": "next build", | |
"start": "next start", | |
"checks": "npm run format:fix && npm run lint", | |
"format": "prettier --check --ignore-path .gitignore ./src/", | |
"format:fix": "prettier --write --ignore-path .gitignore ./src/", | |
"lint": "next lint", | |
"lint:fix": "next lint --fix", | |
"test": "npm run build && npm run test:unit:ci && npm run test:e2e", | |
"test:unit:ci": "vitest run", | |
"test:unit:watch": "vitest", | |
"test:e2e": "npx playwright test" | |
}, | |
"dependencies": { | |
"@aitube/broadway": "0.0.22", | |
"@aitube/clap": "0.0.30", | |
"@aitube/clapper-services": "0.0.27", | |
"@aitube/engine": "0.0.26", | |
"@aitube/timeline": "0.0.42", | |
"@fal-ai/serverless-client": "^0.11.0", | |
"@gradio/client": "^1.1.1", | |
"@huggingface/hub": "^0.15.1", | |
"@huggingface/inference": "^2.7.0", | |
"@langchain/anthropic": "^0.2.2", | |
"@langchain/cohere": "^0.1.0", | |
"@langchain/core": "^0.2.9", | |
"@langchain/google-vertexai": "^0.0.19", | |
"@langchain/groq": "^0.0.13", | |
"@langchain/mistralai": "^0.0.24", | |
"@langchain/openai": "^0.2.0", | |
"@monaco-editor/react": "^4.6.0", | |
"@radix-ui/react-accordion": "^1.1.2", | |
"@radix-ui/react-avatar": "^1.0.4", | |
"@radix-ui/react-checkbox": "^1.0.4", | |
"@radix-ui/react-collapsible": "^1.0.3", | |
"@radix-ui/react-dialog": "^1.0.5", | |
"@radix-ui/react-dropdown-menu": "^2.0.6", | |
"@radix-ui/react-icons": "^1.3.0", | |
"@radix-ui/react-label": "^2.0.2", | |
"@radix-ui/react-menubar": "^1.0.4", | |
"@radix-ui/react-popover": "^1.0.7", | |
"@radix-ui/react-progress": "^1.0.3", | |
"@radix-ui/react-scroll-area": "^1.0.5", | |
"@radix-ui/react-select": "^2.0.0", | |
"@radix-ui/react-separator": "^1.0.3", | |
"@radix-ui/react-slider": "^1.1.2", | |
"@radix-ui/react-slot": "^1.0.2", | |
"@radix-ui/react-switch": "^1.0.3", | |
"@radix-ui/react-tabs": "^1.0.4", | |
"@radix-ui/react-toast": "^1.1.5", | |
"@radix-ui/react-tooltip": "^1.0.7", | |
"@react-spring/three": "^9.7.3", | |
"@react-spring/types": "^9.7.3", | |
"@react-three/drei": "^9.106.0", | |
"@react-three/fiber": "^8.16.6", | |
"@react-three/uikit": "^0.3.4", | |
"@react-three/uikit-lucide": "^0.3.4", | |
"@tailwindcss/container-queries": "^0.1.1", | |
"@types/dom-speech-recognition": "^0.0.4", | |
"@upstash/ratelimit": "^1.1.3", | |
"@upstash/redis": "^1.31.1", | |
"autoprefixer": "10.4.19", | |
"class-variance-authority": "^0.7.0", | |
"clsx": "^2.1.1", | |
"cmdk": "^0.2.1", | |
"date-fns": "^3.6.0", | |
"fflate": "^0.8.2", | |
"fluent-ffmpeg": "^2.1.3", | |
"framer-motion": "11.1.7", | |
"fs-extra": "^11.2.0", | |
"is-hotkey": "^0.2.0", | |
"lucide-react": "^0.396.0", | |
"mlt-xml": "^2.0.2", | |
"monaco-editor": "^0.50.0", | |
"next": "^14.2.4", | |
"next-themes": "^0.3.0", | |
"qs": "^6.12.1", | |
"query-string": "^9.0.0", | |
"react": "^18.3.1", | |
"react-device-frameset": "^1.3.4", | |
"react-dnd": "^16.0.1", | |
"react-dnd-html5-backend": "^16.0.1", | |
"react-dom": "^18.3.1", | |
"react-drag-drop-files": "^2.3.10", | |
"react-hook-consent": "^3.5.3", | |
"react-hotkeys-hook": "^4.5.0", | |
"react-icons": "^5.2.1", | |
"react-reflex": "^4.2.6", | |
"react-speakup": "^1.0.0", | |
"replicate": "^0.30.2", | |
"sharp": "^0.33.4", | |
"sonner": "^1.5.0", | |
"tailwind-merge": "^2.3.0", | |
"tailwindcss-animate": "^1.0.7", | |
"three": "^0.164.1", | |
"ts-node": "^10.9.2", | |
"use-file-picker": "^2.1.2", | |
"usehooks-ts": "^2.14.0", | |
"uuid": "^9.0.1", | |
"web-audio-beat-detector": "^8.2.10", | |
"yaml": "^2.4.5", | |
"zustand": "4.5.2", | |
"zx": "^8.1.3" | |
}, | |
"devDependencies": { | |
"@playwright/test": "^1.45.1", | |
"@testing-library/react": "^16.0.0", | |
"@types/fluent-ffmpeg": "^2.1.24", | |
"@types/is-hotkey": "^0.1.10", | |
"@types/node": "^20", | |
"@types/react": "^18", | |
"@types/react-dom": "^18", | |
"@types/uuid": "^9.0.8", | |
"@vitejs/plugin-react": "^4.3.1", | |
"eslint": "^8", | |
"eslint-config-next": "14.2.5", | |
"eslint-config-prettier": "^9.1.0", | |
"jsdom": "^24.1.0", | |
"postcss": "^8", | |
"prettier": "^3.3.3", | |
"prettier-plugin-tailwindcss": "^0.6.5", | |
"tailwind-scrollbar": "^3.1.0", | |
"tailwindcss": "^3.4.3", | |
"typescript": "^5.5.0", | |
"vitest": "^2.0.2" | |
} | |
} | |