-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.25 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.25 KB
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
40
{
"name": "videoproduction",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx remotion studio src/index.ts",
"render": "npx remotion render src/index.ts",
"render:intro": "npx remotion render src/index.ts FirstClassIntro out/intro.mp4",
"render:reaction": "npx remotion render src/index.ts ReactionDemo out/reaction-demo.mp4",
"render:all": "npm run render:intro && npm run render:reaction"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@google/genai": "^1.41.0",
"@remotion/animation-utils": "^4.0.422",
"@remotion/cli": "^4.0.422",
"@remotion/google-fonts": "4.0.422",
"@remotion/light-leaks": "4.0.422",
"@remotion/lottie": "4.0.422",
"@remotion/media": "4.0.422",
"@remotion/motion-blur": "^4.0.422",
"@remotion/player": "^4.0.422",
"@remotion/transitions": "4.0.422",
"@types/react": "^19.2.14",
"@types/react-simple-maps": "^3.0.6",
"@types/topojson-client": "^3.1.5",
"prop-types": "^15.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-simple-maps": "^3.0.0",
"remotion": "^4.0.422",
"topojson-client": "^3.1.0",
"typescript": "^5.9.3",
"zod": "^3.22.3"
}
}