-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.02 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
{
"name": "remotion-readme-kit",
"version": "0.1.0",
"description": "Remotion templates for creating animated README demos. 3 templates: CLI demo, code before/after, feature showcase.",
"keywords": ["remotion", "readme", "gif", "animation", "demo", "cli", "open-source"],
"author": "Ofer Shapira",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ofershap/remotion-readme-kit.git"
},
"scripts": {
"dev": "remotion studio",
"render": "tsx render.ts",
"build": "tsc --noEmit",
"render:all": "tsx render.ts --id CliDemo && tsx render.ts --id CodeBeforeAfter && tsx render.ts --id FeatureShowcase"
},
"dependencies": {
"@remotion/bundler": "^4.0.0",
"@remotion/cli": "^4.0.0",
"@remotion/renderer": "^4.0.0",
"@remotion/zod-types": "^4.0.421",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remotion": "^4.0.0",
"zod": "^3.22.3"
},
"devDependencies": {
"@types/react": "^19.0.0",
"tsx": "^4.0.0",
"typescript": "^5.7.0"
}
}