Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+357
@@ -0,0 +1,357 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.apiDocs = exports.installableMap = exports.descriptions = exports.extraPackages = exports.packages = void 0;
|
||||
exports.packages = [
|
||||
'svg-3d-engine',
|
||||
'animation-utils',
|
||||
'animated-emoji',
|
||||
'astro-example',
|
||||
'babel-loader',
|
||||
'bugs',
|
||||
'bundler',
|
||||
'cli',
|
||||
'cloudrun',
|
||||
'compositor-darwin-arm64',
|
||||
'compositor-darwin-x64',
|
||||
'compositor-linux-arm64-gnu',
|
||||
'compositor-linux-arm64-musl',
|
||||
'compositor-linux-x64-gnu',
|
||||
'compositor-linux-x64-musl',
|
||||
'compositor-win32-x64-msvc',
|
||||
'core',
|
||||
'create-video',
|
||||
'discord-poster',
|
||||
'docusaurus-plugin',
|
||||
'docs',
|
||||
'enable-scss',
|
||||
'eslint-config',
|
||||
'eslint-config-flat',
|
||||
'eslint-config-internal',
|
||||
'eslint-plugin',
|
||||
'example-without-zod',
|
||||
'example',
|
||||
'fonts',
|
||||
'gif',
|
||||
'google-fonts',
|
||||
'install-whisper-cpp',
|
||||
'it-tests',
|
||||
'react18-tests',
|
||||
'lambda-go-example',
|
||||
'lambda-go',
|
||||
'lambda-php',
|
||||
'lambda-ruby',
|
||||
'lambda-python',
|
||||
'lambda',
|
||||
'lambda-client',
|
||||
'layout-utils',
|
||||
'rounded-text-box',
|
||||
'licensing',
|
||||
'lottie',
|
||||
'mcp',
|
||||
'media-utils',
|
||||
'motion-blur',
|
||||
'noise',
|
||||
'paths',
|
||||
'player-example',
|
||||
'player',
|
||||
'preload',
|
||||
'renderer',
|
||||
'rive',
|
||||
'shapes',
|
||||
'skia',
|
||||
'promo-pages',
|
||||
'streaming',
|
||||
'serverless',
|
||||
'serverless-client',
|
||||
'skills',
|
||||
'studio-server',
|
||||
'studio-shared',
|
||||
'studio',
|
||||
'tailwind',
|
||||
'tailwind-v4',
|
||||
'test-utils',
|
||||
'three',
|
||||
'transitions',
|
||||
'media-parser',
|
||||
'zod-types',
|
||||
'webcodecs',
|
||||
'convert',
|
||||
'captions',
|
||||
'openai-whisper',
|
||||
'compositor',
|
||||
'example-videos',
|
||||
'whisper-web',
|
||||
'media',
|
||||
'web-renderer',
|
||||
'design',
|
||||
'light-leaks',
|
||||
];
|
||||
exports.extraPackages = [
|
||||
{
|
||||
name: 'zod',
|
||||
version: '3.22.3',
|
||||
description: 'Schema validation library for defining component props',
|
||||
docsUrl: 'https://www.remotion.dev/docs/schemas',
|
||||
},
|
||||
{
|
||||
name: 'mediabunny',
|
||||
version: '1.34.2',
|
||||
description: 'Multimedia library used by Remotion',
|
||||
docsUrl: 'https://www.remotion.dev/docs/mediabunny/version',
|
||||
},
|
||||
];
|
||||
exports.descriptions = {
|
||||
compositor: 'Rust binary for Remotion',
|
||||
player: 'React component for embedding a Remotion preview into your app',
|
||||
cloudrun: 'Render Remotion videos on Google Cloud Run',
|
||||
renderer: 'Render Remotion videos using Node.js or Bun',
|
||||
cli: 'Control Remotion features using the `npx remotion` command',
|
||||
core: 'Make videos programmatically',
|
||||
lambda: 'Render Remotion videos on AWS Lambda',
|
||||
bundler: 'Bundle Remotion compositions using Webpack',
|
||||
'studio-server': 'Run a Remotion Studio with a server backend',
|
||||
'install-whisper-cpp': 'Helpers for installing and using Whisper.cpp',
|
||||
'whisper-web': 'Helpers for using Whisper.cpp in browser using WASM',
|
||||
'google-fonts': 'Use Google Fonts in Remotion',
|
||||
mcp: "Remotion's Model Context Protocol",
|
||||
'media-utils': 'Utilities for working with media files',
|
||||
lottie: 'Include Lottie animations in Remotion',
|
||||
licensing: 'Manage your Remotion.pro license',
|
||||
'layout-utils': 'Utilities for working with layouts',
|
||||
'rounded-text-box': 'Create a TikTok-like multiline text box SVG path with rounded corners',
|
||||
noise: 'Noise generation functions',
|
||||
'motion-blur': 'Motion blur effect for Remotion',
|
||||
preload: 'Preloads assets for use in Remotion',
|
||||
shapes: 'Generate SVG shapes',
|
||||
'zod-types': 'Zod types for Remotion',
|
||||
gif: 'Embed GIFs in a Remotion video',
|
||||
'eslint-plugin': 'Rules for writing Remotion code',
|
||||
'eslint-config': 'Default configuration for Remotion templates (ESLint <= 8)',
|
||||
'eslint-config-flat': 'Default configuration for Remotion templates (ESLint >= 9)',
|
||||
'compositor-linux-x64-gnu': 'Linux x64 binary for the Remotion Rust code',
|
||||
'compositor-linux-x64-musl': 'Linux x64 binary for the Remotion Rust code',
|
||||
'compositor-darwin-x64': 'MacOS x64 binary for the Remotion Rust code',
|
||||
'compositor-darwin-arm64': 'MacOS Apple Silicon binary for the Remotion Rust code',
|
||||
'compositor-linux-arm64-gnu': 'Linux ARM64 binary for the Remotion Rust code',
|
||||
'compositor-linux-arm64-musl': 'Linux ARM64 binary for the Remotion Rust code',
|
||||
'babel-loader': 'Babel loader for Remotion',
|
||||
fonts: 'Helpers for loading local fonts into Remotion',
|
||||
transitions: 'Library for creating transitions in Remotion',
|
||||
'enable-scss': 'Enable SCSS support in Remotion',
|
||||
'create-video': 'Create a new Remotion project',
|
||||
'studio-shared': 'Internal package for shared objects between the Studio backend and frontend',
|
||||
tailwind: 'Enable TailwindCSS support in Remotion (TailwindCSS v3)',
|
||||
'tailwind-v4': 'Enable TailwindCSS support in Remotion (TailwindCSS v4)',
|
||||
streaming: 'Utilities for streaming data between programs',
|
||||
'media-parser': 'A pure JavaScript library for parsing video files',
|
||||
rive: 'Embed Rive animations in a Remotion video',
|
||||
paths: 'Utilities for working with SVG paths',
|
||||
studio: 'APIs for interacting with the Remotion Studio',
|
||||
skia: 'Include React Native Skia components in a Remotion video',
|
||||
three: 'Include React Three Fiber components in a Remotion video',
|
||||
'astro-example': null,
|
||||
'lambda-go-example': null,
|
||||
'compositor-win32-x64-msvc': null,
|
||||
'animation-utils': 'Helpers for animating CSS properties',
|
||||
'test-utils': null,
|
||||
'example-without-zod': null,
|
||||
'lambda-go': null,
|
||||
example: null,
|
||||
'lambda-php': null,
|
||||
'lambda-client': null,
|
||||
bugs: null,
|
||||
docs: null,
|
||||
'it-tests': null,
|
||||
'react18-tests': null,
|
||||
'lambda-python': null,
|
||||
'lambda-ruby': null,
|
||||
'player-example': null,
|
||||
skills: null,
|
||||
'discord-poster': null,
|
||||
'docusaurus-plugin': null,
|
||||
'animated-emoji': 'Google Fonts Animated Emojis as Remotion components',
|
||||
serverless: 'A runtime for distributed rendering',
|
||||
webcodecs: 'Media conversion in the browser',
|
||||
convert: 'Video conversion tool - convert.remotion.dev',
|
||||
captions: 'Primitives for dealing with captions',
|
||||
'openai-whisper': 'Work with the output of the OpenAI Whisper API',
|
||||
'eslint-config-internal': "ESLint condig for Remotion's internal packages",
|
||||
'example-videos': null,
|
||||
'promo-pages': null,
|
||||
'svg-3d-engine': '3D SVG extrusion effects',
|
||||
'serverless-client': null,
|
||||
media: 'Experimental WebCodecs-based media tags',
|
||||
'web-renderer': 'Render videos in the browser (not yet released)',
|
||||
design: 'Design system',
|
||||
'light-leaks': 'Light leak effects for Remotion',
|
||||
};
|
||||
exports.installableMap = {
|
||||
'svg-3d-engine': false,
|
||||
'animation-utils': true,
|
||||
'animated-emoji': true,
|
||||
'astro-example': false,
|
||||
'babel-loader': false,
|
||||
bugs: false,
|
||||
bundler: false,
|
||||
cli: false,
|
||||
cloudrun: true,
|
||||
'lambda-client': false,
|
||||
'serverless-client': false,
|
||||
'compositor-darwin-arm64': false,
|
||||
'compositor-darwin-x64': false,
|
||||
'compositor-linux-arm64-gnu': false,
|
||||
'compositor-linux-arm64-musl': false,
|
||||
'compositor-linux-x64-gnu': false,
|
||||
'compositor-linux-x64-musl': false,
|
||||
'compositor-win32-x64-msvc': false,
|
||||
core: false,
|
||||
'create-video': false,
|
||||
'discord-poster': false,
|
||||
'docusaurus-plugin': false,
|
||||
docs: false,
|
||||
'enable-scss': true,
|
||||
'eslint-config': false,
|
||||
'eslint-config-flat': false,
|
||||
'eslint-config-internal': false,
|
||||
'eslint-plugin': false,
|
||||
'example-without-zod': false,
|
||||
example: false,
|
||||
fonts: true,
|
||||
gif: true,
|
||||
'google-fonts': true,
|
||||
'install-whisper-cpp': true,
|
||||
'whisper-web': true,
|
||||
'it-tests': false,
|
||||
'react18-tests': false,
|
||||
'lambda-go-example': false,
|
||||
'lambda-go': false,
|
||||
'lambda-php': false,
|
||||
'lambda-ruby': false,
|
||||
'lambda-python': false,
|
||||
lambda: true,
|
||||
mcp: true,
|
||||
'layout-utils': true,
|
||||
'rounded-text-box': true,
|
||||
licensing: true,
|
||||
lottie: true,
|
||||
'media-utils': true,
|
||||
'motion-blur': true,
|
||||
noise: true,
|
||||
paths: true,
|
||||
'player-example': false,
|
||||
player: true,
|
||||
preload: true,
|
||||
renderer: true,
|
||||
rive: true,
|
||||
shapes: true,
|
||||
skia: true,
|
||||
skills: false,
|
||||
'promo-pages': false,
|
||||
streaming: false,
|
||||
serverless: false,
|
||||
'studio-server': false,
|
||||
'studio-shared': false,
|
||||
studio: true,
|
||||
tailwind: true,
|
||||
'tailwind-v4': true,
|
||||
'test-utils': false,
|
||||
three: true,
|
||||
transitions: true,
|
||||
'media-parser': true,
|
||||
'zod-types': true,
|
||||
webcodecs: true,
|
||||
convert: false,
|
||||
captions: true,
|
||||
'openai-whisper': true,
|
||||
compositor: false,
|
||||
'example-videos': false,
|
||||
media: true,
|
||||
'web-renderer': false,
|
||||
design: false,
|
||||
'light-leaks': true,
|
||||
};
|
||||
exports.apiDocs = {
|
||||
player: 'https://www.remotion.dev/docs/player',
|
||||
cloudrun: 'https://www.remotion.dev/docs/cloudrun',
|
||||
renderer: 'https://www.remotion.dev/docs/renderer',
|
||||
cli: 'https://www.remotion.dev/docs/cli',
|
||||
core: 'https://www.remotion.dev/docs/remotion',
|
||||
lambda: 'https://www.remotion.dev/docs/lambda',
|
||||
bundler: 'https://www.remotion.dev/docs/bundler',
|
||||
'lambda-client': null,
|
||||
'serverless-client': null,
|
||||
'studio-server': null,
|
||||
'install-whisper-cpp': 'https://www.remotion.dev/docs/install-whisper-cpp',
|
||||
'whisper-web': 'https://www.remotion.dev/docs/whisper-web',
|
||||
'google-fonts': 'https://www.remotion.dev/docs/google-fonts',
|
||||
'media-utils': 'https://www.remotion.dev/docs/media-utils',
|
||||
lottie: 'https://www.remotion.dev/docs/lottie',
|
||||
licensing: 'https://www.remotion.dev/docs/licensing',
|
||||
'layout-utils': 'https://www.remotion.dev/docs/layout-utils',
|
||||
'rounded-text-box': 'https://www.remotion.dev/docs/rounded-text-box',
|
||||
noise: 'https://www.remotion.dev/docs/noise',
|
||||
mcp: 'https://www.remotion.dev/docs/ai/mcp',
|
||||
'motion-blur': 'https://www.remotion.dev/docs/motion-blur',
|
||||
preload: 'https://www.remotion.dev/docs/preload',
|
||||
shapes: 'https://www.remotion.dev/docs/shapes',
|
||||
'zod-types': 'https://www.remotion.dev/docs/zod-types',
|
||||
gif: 'https://www.remotion.dev/docs/gif',
|
||||
'eslint-plugin': 'https://www.remotion.dev/docs/brownfield#install-the-eslint-plugin',
|
||||
'eslint-config': 'https://www.remotion.dev/docs/brownfield#install-the-eslint-plugin',
|
||||
'eslint-config-flat': 'https://www.remotion.dev/docs/brownfield#install-the-eslint-plugin',
|
||||
'compositor-linux-x64-gnu': null,
|
||||
'compositor-linux-x64-musl': null,
|
||||
'compositor-darwin-x64': null,
|
||||
'discord-poster': null,
|
||||
'docusaurus-plugin': null,
|
||||
'animation-utils': 'https://www.remotion.dev/docs/animation-utils/',
|
||||
'example-without-zod': null,
|
||||
'lambda-go': null,
|
||||
example: null,
|
||||
'lambda-php': null,
|
||||
bugs: null,
|
||||
docs: null,
|
||||
'it-tests': null,
|
||||
'react18-tests': null,
|
||||
'lambda-python': null,
|
||||
'lambda-ruby': 'https://www.remotion.dev/docs/lambda/ruby',
|
||||
'player-example': null,
|
||||
'astro-example': null,
|
||||
'lambda-go-example': null,
|
||||
'test-utils': null,
|
||||
'babel-loader': 'https://www.remotion.dev/docs/legacy-babel',
|
||||
'compositor-darwin-arm64': null,
|
||||
'compositor-linux-arm64-gnu': null,
|
||||
'compositor-linux-arm64-musl': null,
|
||||
'compositor-win32-x64-msvc': null,
|
||||
'enable-scss': 'https://www.remotion.dev/docs/enable-scss/overview',
|
||||
'create-video': 'https://remotion.dev/templates',
|
||||
'studio-shared': null,
|
||||
'media-parser': 'https://www.remotion.dev/docs/media-parser',
|
||||
fonts: 'https://www.remotion.dev/docs/fonts-api',
|
||||
paths: 'https://www.remotion.dev/paths',
|
||||
rive: 'https://www.remotion.dev/docs/rive',
|
||||
tailwind: 'https://www.remotion.dev/docs/tailwind/tailwind',
|
||||
'tailwind-v4': 'https://www.remotion.dev/docs/tailwind/tailwind',
|
||||
skia: 'https://www.remotion.dev/docs/skia',
|
||||
three: 'https://www.remotion.dev/docs/three',
|
||||
streaming: null,
|
||||
serverless: null,
|
||||
skills: null,
|
||||
studio: 'https://www.remotion.dev/docs/studio/api',
|
||||
transitions: 'https://www.remotion.dev/transitions',
|
||||
'animated-emoji': 'https://www.remotion.dev/docs/animated-emoji',
|
||||
webcodecs: 'https://remotion.dev/webcodecs',
|
||||
convert: 'https://convert.remotion.dev',
|
||||
captions: 'https://remotion.dev/docs/captions/api',
|
||||
'openai-whisper': 'https://www.remotion.dev/docs/openai-whisper',
|
||||
'eslint-config-internal': null,
|
||||
compositor: null,
|
||||
'example-videos': null,
|
||||
'promo-pages': null,
|
||||
'svg-3d-engine': null,
|
||||
media: 'https://remotion.dev/docs/media',
|
||||
'web-renderer': 'https://www.remotion.dev/docs/web-renderer/',
|
||||
design: 'https://www.remotion.dev/design',
|
||||
'light-leaks': 'https://www.remotion.dev/docs/light-leaks',
|
||||
};
|
||||
Reference in New Issue
Block a user