@remotion/motion-blur 3.3.73 → 3.3.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +59 -60
package/package.json CHANGED
@@ -1,61 +1,60 @@
1
1
  {
2
- "name": "@remotion/motion-blur",
3
- "version": "3.3.73",
4
- "description": "Motion blur effect for Remotion",
5
- "main": "dist/cjs/index.js",
6
- "types": "dist/cjs/index.d.ts",
7
- "module": "dist/esm/index.mjs",
8
- "sideEffects": false,
9
- "scripts": {
10
- "lint": "eslint src --ext ts,tsx",
11
- "watch": "tsc -w",
12
- "build": "rollup --config rollup.config.js && tsc -d"
13
- },
14
- "author": "Matt McGillivray, Ilija Boshkov <ilija@codechem.com>, Jonny Burger <jonny@remotion.dev>",
15
- "contributors": [],
16
- "license": "MIT",
17
- "repository": {
18
- "url": "https://github.com/remotion-dev/remotion"
19
- },
20
- "bugs": {
21
- "url": "https://github.com/remotion-dev/remotion/issues"
22
- },
23
- "dependencies": {
24
- "remotion": "3.3.73"
25
- },
26
- "peerDependencies": {
27
- "react": ">=16.8.0",
28
- "react-dom": ">=16.8.0"
29
- },
30
- "exports": {
31
- "./package.json": "./package.json",
32
- ".": {
33
- "types": "./dist/cjs/index.d.ts",
34
- "module": "./dist/esm/index.mjs",
35
- "import": "./dist/esm/index.mjs",
36
- "require": "./dist/cjs/index.js"
37
- }
38
- },
39
- "devDependencies": {
40
- "@jonny/eslint-config": "3.0.266",
41
- "@rollup/plugin-typescript": "^8.2.0",
42
- "@types/react": "18.0.26",
43
- "eslint": "8.25.0",
44
- "prettier": "^2.7.1",
45
- "prettier-plugin-organize-imports": "^2.3.4",
46
- "react": "18.0.0",
47
- "react-dom": "18.0.0",
48
- "remotion": "workspace:*",
49
- "rollup": "^2.70.1",
50
- "typescript": "^4.7.0"
51
- },
52
- "keywords": [
53
- "remotion",
54
- "motion",
55
- "blur"
56
- ],
57
- "publishConfig": {
58
- "access": "public"
59
- },
60
- "gitHead": "085cd0f3fbcdca8c5d9f5e7ae44641befe7f389d"
61
- }
2
+ "name": "@remotion/motion-blur",
3
+ "version": "3.3.74",
4
+ "description": "Motion blur effect for Remotion",
5
+ "main": "dist/cjs/index.js",
6
+ "types": "dist/cjs/index.d.ts",
7
+ "module": "dist/esm/index.mjs",
8
+ "sideEffects": false,
9
+ "author": "Matt McGillivray, Ilija Boshkov <ilija@codechem.com>, Jonny Burger <jonny@remotion.dev>",
10
+ "contributors": [],
11
+ "license": "MIT",
12
+ "repository": {
13
+ "url": "https://github.com/remotion-dev/remotion"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/remotion-dev/remotion/issues"
17
+ },
18
+ "dependencies": {
19
+ "remotion": "3.3.74"
20
+ },
21
+ "peerDependencies": {
22
+ "react": ">=16.8.0",
23
+ "react-dom": ">=16.8.0"
24
+ },
25
+ "exports": {
26
+ "./package.json": "./package.json",
27
+ ".": {
28
+ "types": "./dist/cjs/index.d.ts",
29
+ "module": "./dist/esm/index.mjs",
30
+ "import": "./dist/esm/index.mjs",
31
+ "require": "./dist/cjs/index.js"
32
+ }
33
+ },
34
+ "devDependencies": {
35
+ "@jonny/eslint-config": "3.0.266",
36
+ "@rollup/plugin-typescript": "^8.2.0",
37
+ "@types/react": "18.0.26",
38
+ "eslint": "8.25.0",
39
+ "prettier": "^2.7.1",
40
+ "prettier-plugin-organize-imports": "^2.3.4",
41
+ "react": "18.0.0",
42
+ "react-dom": "18.0.0",
43
+ "remotion": "3.3.74",
44
+ "rollup": "^2.70.1",
45
+ "typescript": "^4.7.0"
46
+ },
47
+ "keywords": [
48
+ "remotion",
49
+ "motion",
50
+ "blur"
51
+ ],
52
+ "publishConfig": {
53
+ "access": "public"
54
+ },
55
+ "scripts": {
56
+ "lint": "eslint src --ext ts,tsx",
57
+ "watch": "tsc -w",
58
+ "build": "rollup --config rollup.config.js && tsc -d"
59
+ }
60
+ }