{ "name": "@mintel/example-video", "version": "1.0.0", "description": "Remotion video project using Mintel UI", "scripts": { "start": "remotion studio", "build": "remotion render" }, "dependencies": { "@mintel/ui": "workspace:*", "react": "^18.0.0", "react-dom": "^18.0.0", "remotion": "^4.0.0" }, "devDependencies": { "@remotion/cli": "^4.0.0", "@remotion/tailwind": "^4.0.0", "typescript": "^5.0.0", "@types/react": "^18.0.0", "tailwindcss": "^3.0.0" } }