generated from remotion-dev/template-helloworld
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 832 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "template-skia",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"upgrade": "remotion upgrade",
"lint": "eslint src",
"typecheck": "tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "^4.0.0",
"@remotion/skia": "^4.0.0",
"@remotion/zod-types": "^4.0.0",
"@shopify/react-native-skia": "1.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"remotion": "^4.0.0",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config-flat": "^4.0.0",
"@types/dom-webcodecs": "0.1.11",
"@types/react": "19.0.0",
"@types/web": "0.0.166",
"eslint": "9.19.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
"private": true
}