forked from np2023v2/template-remotion
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 742 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 742 Bytes
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
{
"name": "template-remotion",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "remotion studio",
"build": "remotion render src/index.tsx NewsStory out/video.mp4",
"preview": "remotion preview src/index.tsx",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"type-check": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@remotion/cli": "^4.0.356",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"remotion": "^4.0.356",
"zod": "^3.22.3"
},
"devDependencies": {
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"eslint": "^9.37.0",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
}
}