@remotion/skia 3.3.71 → 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 +77 -78
package/package.json CHANGED
@@ -1,79 +1,78 @@
1
1
  {
2
- "name": "@remotion/skia",
3
- "version": "3.3.71",
4
- "description": "Utilities for using react-native-skia in 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-enable.config.js && rollup --config rollup.config.js && tsc -d"
13
- },
14
- "author": "Jonny Burger <jonny@remotion.dev>, William Candillon <wcandillon@gmail.com>",
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
- "copy-webpack-plugin": "11",
25
- "remotion": "3.3.71"
26
- },
27
- "peerDependencies": {
28
- "@remotion/bundler": "3.3.70",
29
- "@shopify/react-native-skia": "^0.1.139",
30
- "react": ">=16.8.0",
31
- "react-dom": ">=16.8.0"
32
- },
33
- "devDependencies": {
34
- "@jonny/eslint-config": "3.0.266",
35
- "@remotion/bundler": "3.3.71",
36
- "@rollup/plugin-typescript": "^8.2.0",
37
- "@shopify/react-native-skia": "^0.1.139",
38
- "@types/react": "18.0.26",
39
- "@types/react-native": "^0.69.2",
40
- "eslint": "8.25.0",
41
- "prettier": "^2.7.1",
42
- "prettier-plugin-organize-imports": "^2.3.4",
43
- "react": "18.0.0",
44
- "react-dom": "18.0.0",
45
- "remotion": "3.3.70",
46
- "rollup": "^2.70.1",
47
- "typescript": "^4.7.0"
48
- },
49
- "keywords": [
50
- "remotion",
51
- "skia"
52
- ],
53
- "publishConfig": {
54
- "access": "public"
55
- },
56
- "exports": {
57
- "./package.json": "./package.json",
58
- ".": {
59
- "types": "./dist/cjs/index.d.ts",
60
- "module": "./dist/esm/index.mjs",
61
- "import": "./dist/esm/index.mjs",
62
- "require": "./dist/cjs/index.js"
63
- },
64
- "./enable": {
65
- "types": "./dist/cjs/enable.d.ts",
66
- "module": "./dist/esm/enable.mjs",
67
- "import": "./dist/esm/enable.mjs",
68
- "require": "./dist/cjs/enable.js"
69
- }
70
- },
71
- "typesVersions": {
72
- ">=1.0": {
73
- "enable": [
74
- "dist/esm/enable.d.ts"
75
- ]
76
- }
77
- },
78
- "gitHead": "0735e6d74278ea46fc01a2d07237da2d0286ce61"
79
- }
2
+ "name": "@remotion/skia",
3
+ "version": "3.3.74",
4
+ "description": "Utilities for using react-native-skia in 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": "Jonny Burger <jonny@remotion.dev>, William Candillon <wcandillon@gmail.com>",
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
+ "copy-webpack-plugin": "11",
20
+ "remotion": "3.3.74"
21
+ },
22
+ "peerDependencies": {
23
+ "@remotion/bundler": "3.3.74",
24
+ "@shopify/react-native-skia": "^0.1.139",
25
+ "react": ">=16.8.0",
26
+ "react-dom": ">=16.8.0"
27
+ },
28
+ "devDependencies": {
29
+ "@jonny/eslint-config": "3.0.266",
30
+ "@remotion/bundler": "3.3.74",
31
+ "@rollup/plugin-typescript": "^8.2.0",
32
+ "@shopify/react-native-skia": "^0.1.139",
33
+ "@types/react": "18.0.26",
34
+ "@types/react-native": "^0.69.2",
35
+ "eslint": "8.25.0",
36
+ "prettier": "^2.7.1",
37
+ "prettier-plugin-organize-imports": "^2.3.4",
38
+ "react": "18.0.0",
39
+ "react-dom": "18.0.0",
40
+ "remotion": "3.3.74",
41
+ "rollup": "^2.70.1",
42
+ "typescript": "^4.7.0"
43
+ },
44
+ "keywords": [
45
+ "remotion",
46
+ "skia"
47
+ ],
48
+ "publishConfig": {
49
+ "access": "public"
50
+ },
51
+ "exports": {
52
+ "./package.json": "./package.json",
53
+ ".": {
54
+ "types": "./dist/cjs/index.d.ts",
55
+ "module": "./dist/esm/index.mjs",
56
+ "import": "./dist/esm/index.mjs",
57
+ "require": "./dist/cjs/index.js"
58
+ },
59
+ "./enable": {
60
+ "types": "./dist/cjs/enable.d.ts",
61
+ "module": "./dist/esm/enable.mjs",
62
+ "import": "./dist/esm/enable.mjs",
63
+ "require": "./dist/cjs/enable.js"
64
+ }
65
+ },
66
+ "typesVersions": {
67
+ ">=1.0": {
68
+ "enable": [
69
+ "dist/esm/enable.d.ts"
70
+ ]
71
+ }
72
+ },
73
+ "scripts": {
74
+ "lint": "eslint src --ext ts,tsx",
75
+ "watch": "tsc -w",
76
+ "build": "rollup --config rollup-enable.config.js && rollup --config rollup.config.js && tsc -d"
77
+ }
78
+ }