forked from remotion-dev/template-code-hike
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1016 Bytes
/
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
{
"name": "code-animation",
"version": "1.0.0",
"description": "My Remotion video",
"repository": {},
"license": "UNLICENSED",
"type": "module",
"dependencies": {
"@catppuccin/vscode": "^3.15.2",
"@code-hike/lighter": "^0.9.4",
"@remotion/cli": "^4.0.206",
"@remotion/google-fonts": "^4.0.206",
"@remotion/layout-utils": "^4.0.206",
"@remotion/studio": "^4.0.206",
"codehike": "^1.0.0",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remotion": "^4.0.202",
"twoslash-cdn": "^0.2.9",
"upgrade": "^1.1.0",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config": "^4.0.206",
"@types/react": "^18.3.4",
"@types/web": "^0.0.158",
"eslint": "^8.43.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"scripts": {
"start": "remotion studio",
"build": "remotion render Main out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
}
}