{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/example" }, "name": "@remotion/example", "private": true, "version": "4.0.469", "license": "SEE LICENSE IN LICENSE.md", "author": "Jonny Burger", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "dev": "remotion studio --props src/my-props.json", "start-bun": "PATCH_BUN_DEVELOPMENT=true bun --bun remotion studio", "start-js": "remotion preview src/entry.jsx", "comps": "remotion compositions", "clean": "rm -rf build && rm -rf build-testbed && rm -rf out", "lint": "eslint src", "test": "tsc && bun test src --timeout 60000", "test:e2e": "playwright test", "teste2e": "playwright test", "render": "remotion render react-svg", "bundle": "remotion bundle", "bundle-testbed": "remotion bundle --public-path /testbed/ --out-dir build-testbed", "render-js": "remotion render src/entry.jsx framer", "render-gif": "remotion render framer out/video.gif --codec=gif --every-nth-frame=2", "render-transparent": "remotion render --image-format=png --pixel-format=yuva420p --codec=vp8 react-svg out/video.webm" }, "dependencies": { "@mdx-js/loader": "2.3.0", "@mdx-js/react": "2.3.0", "@mediabunny/ac3": "catalog:", "@react-three/drei": "10.0.7", "@react-three/fiber": "catalog:", "@remotion/animated-emoji": "workspace:*", "@remotion/animation-utils": "workspace:*", "@remotion/babel-loader": "workspace:*", "@remotion/bundler": "workspace:*", "@remotion/effects": "workspace:*", "@remotion/captions": "workspace:*", "@remotion/cli": "workspace:*", "@remotion/cloudrun": "workspace:*", "@remotion/enable-scss": "workspace:*", "@remotion/eslint-config-flat": "workspace:*", "@remotion/eslint-plugin": "workspace:*", "@remotion/fonts": "workspace:*", "@remotion/gif": "workspace:*", "@remotion/google-fonts": "workspace:*", "@remotion/lambda": "workspace:*", "@remotion/lambda-client": "workspace:*", "@remotion/layout-utils": "workspace:*", "@remotion/light-leaks": "workspace:*", "@remotion/starburst": "workspace:*", "@remotion/lottie": "workspace:*", "@remotion/media": "workspace:*", "@remotion/media-parser": "workspace:*", "@remotion/media-utils": "workspace:*", "@remotion/motion-blur": "workspace:*", "@remotion/noise": "workspace:*", "@remotion/paths": "workspace:*", "@remotion/player": "workspace:*", "@remotion/preload": "workspace:*", "@remotion/renderer": "workspace:*", "@remotion/rive": "workspace:*", "@remotion/rounded-text-box": "workspace:*", "@remotion/sfx": "workspace:*", "@remotion/shapes": "workspace:*", "@remotion/skia": "workspace:*", "@remotion/studio": "workspace:*", "@remotion/studio-shared": "workspace:*", "@remotion/svg-3d-engine": "workspace:*", "@remotion/tailwind-v4": "workspace:*", "@remotion/three": "workspace:*", "@remotion/transitions": "workspace:*", "@remotion/webcodecs": "workspace:*", "@remotion/whisper-web": "workspace:*", "@remotion/zod-types": "workspace:*", "@remotion/zod-types-v3": "workspace:*", "@shopify/react-native-skia": "2.0.0", "@types/express": "4.17.23", "@types/hls.js": "0.13.3", "@types/opentype.js": "1.3.4", "@types/styled-components": "5.1.34", "@types/three": "catalog:", "@types/web": "catalog:", "babel-loader": "8.2.2", "css-loader": "7.1.4", "dotenv": "17.3.1", "hls.js": "0.14.17", "lottie-web": "5.13.0", "mediabunny": "catalog:", "opentype.js": "1.3.4", "polished": "4.3.1", "react": "catalog:", "react-dom": "catalog:", "react-is": "19.0.0", "remotion": "workspace:*", "sass": "1.77.2", "sass-loader": "14.2.1", "style-loader": "4.0.0", "styled-components": "6.1.13", "tailwindcss": "4.2.0", "three": "catalog:", "ts-unused-exports": "7.0.3", "use-asset": "1.0.4", "zod": "catalog:" }, "devDependencies": { "@playwright/test": "1.55.1", "sharp": "catalog:", "@types/dom-webcodecs": "catalog:", "eslint": "catalog:" }, "publishConfig": { "access": "public" } }