-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
41
42
43
44
{
"name": "claude-video-kickstart",
"version": "1.0.0",
"description": "My Remotion video",
"repository": {},
"license": "MIT",
"private": true,
"dependencies": {
"@remotion/cli": "4.0.382",
"@remotion/preload": "^4.0.382",
"@remotion/studio": "4.0.382",
"@remotion/tailwind-v4": "4.0.382",
"@remotion/transitions": "^4.0.382",
"@remotion/zod-types": "^4.0.382",
"@shikijs/transformers": "^3.19.0",
"@terrastruct/d2": "^0.1.33",
"asciinema-player": "^3.12.1",
"mermaid": "^11.12.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"remotion": "4.0.382",
"shiki": "^3.19.0",
"tailwindcss": "4.0.0",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config-flat": "4.0.382",
"@types/react": "19.0.0",
"@types/web": "0.0.166",
"eslint": "9.19.0",
"prettier": "3.6.0",
"tsx": "^4.21.0",
"typescript": "5.8.2"
},
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"upgrade": "remotion upgrade",
"lint": "eslint src && tsc"
},
"sideEffects": [
"*.css"
]
}