Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"repository": {
|
||||
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/bundler"
|
||||
},
|
||||
"name": "@remotion/bundler",
|
||||
"version": "4.0.423",
|
||||
"description": "Bundle Remotion compositions using Webpack",
|
||||
"main": "dist/index.js",
|
||||
"sideEffects": false,
|
||||
"bugs": {
|
||||
"url": "https://github.com/remotion-dev/remotion/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"formatting": "prettier --experimental-cli src --check",
|
||||
"lint": "eslint src",
|
||||
"test": "bun test src",
|
||||
"make": "tsc -d"
|
||||
},
|
||||
"author": "Jonny Burger <jonny@remotion.dev>",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"css-loader": "5.2.7",
|
||||
"esbuild": "0.25.0",
|
||||
"react-refresh": "0.9.0",
|
||||
"remotion": "4.0.423",
|
||||
"@remotion/studio": "4.0.423",
|
||||
"@remotion/studio-shared": "4.0.423",
|
||||
"@remotion/media-parser": "4.0.423",
|
||||
"style-loader": "4.0.0",
|
||||
"source-map": "0.7.3",
|
||||
"webpack": "5.105.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.0",
|
||||
"react-dom": ">=16.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"@remotion/eslint-config-internal": "4.0.423",
|
||||
"eslint": "9.19.0"
|
||||
},
|
||||
"keywords": [
|
||||
"remotion",
|
||||
"ffmpeg",
|
||||
"video",
|
||||
"react",
|
||||
"webpack",
|
||||
"player"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"homepage": "https://www.remotion.dev/docs/bundler"
|
||||
}
|
||||
Reference in New Issue
Block a user