-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 KB
/
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
35
36
37
38
39
{
"name": "dynamotion",
"version": "1.0.0",
"description": "My Remotion video",
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@lexical/code": "^0.20.0",
"@lexical/link": "^0.20.0",
"@lexical/react": "^0.20.0",
"@lexical/rich-text": "^0.20.0",
"@remotion/cli": "^4.0.227",
"@remotion/transitions": "4.0.227",
"@remotion/zod-types": "^4.0.227",
"invariant": "^2.2.4",
"lexical": "^0.20.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "^4.0.227",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config": "^4.0.227",
"@types/invariant": "^2.2.37",
"@types/react": "^18.0.26",
"@types/web": "^0.0.143",
"eslint": "^8.43.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"scripts": {
"start": "remotion studio",
"build": "remotion render Low out/video.mp4",
"build-debug": "remotion render Low out/video.mp4 --log=verbose",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"packageManager": "[email protected]"
}