-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 758 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 758 Bytes
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
{
"name": "rough-remotion",
"version": "1.0.0",
"description": "Animated hand-drawn diagrams — rough.js + Remotion",
"scripts": {
"start": "npx remotion studio",
"render": "npx remotion render FlowDiagram out/flow-diagram.mp4",
"render:split": "npx remotion render SplitDiagram out/split-diagram.mp4",
"render:gif": "npx remotion render FlowDiagram out/flow-diagram.gif",
"preview": "npx remotion studio"
},
"dependencies": {
"@remotion/cli": "4.0.291",
"@remotion/google-fonts": "4.0.291",
"react": "18.3.1",
"react-dom": "18.3.1",
"remotion": "4.0.291",
"roughjs": "4.6.6"
},
"devDependencies": {
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"typescript": "5.7.3"
}
}