-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
37 lines (37 loc) · 933 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
{
"name": "template-code-hike",
"version": "1.0.0",
"description": "My Remotion video",
"repository": {},
"license": "UNLICENSED",
"type": "module",
"dependencies": {
"@code-hike/lighter": "0.9.4",
"@remotion/cli": "^4.0.0",
"@remotion/google-fonts": "^4.0.0",
"@remotion/studio": "^4.0.0",
"@remotion/layout-utils": "^4.0.0",
"codehike": "1.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"remotion": "^4.0.0",
"twoslash-cdn": "0.2.9",
"polished": "4.3.1",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config": "^4.0.0",
"@types/react": "19.0.0",
"@types/web": "0.0.166",
"eslint": "8.57.1",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"upgrade": "remotion upgrade",
"lint": "tsc && eslint src --ext ts,tsx,js,jsx"
},
"private": true
}