-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.05 KB
/
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
39
40
41
42
43
44
45
{
"name": "stars",
"version": "1.0.0",
"description": "My Remotion video",
"sideEffects": [
"*.css"
],
"repository": {},
"license": "UNLICENSED",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
},
"dependencies": {
"@remotion/bundler": "4.0.209",
"@remotion/cli": "4.0.209",
"@remotion/zod-types": "4.0.209",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "4.0.209",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.209",
"@remotion/tailwind": "4.0.209",
"@types/react": "^18.0.26",
"@types/web": "^0.0.143",
"eslint": "^8.43.0",
"prettier": "^3.2.5",
"typescript": "5.4.5"
},
"scripts": {
"start": "remotion studio",
"build": "remotion render MyComp out/video.mp4",
"upgrade": "remotion upgrade",
"generate": "remotion bundle",
"test": "eslint src --ext ts,tsx,js,jsx && tsc",
"data": "node scripts/getData.js",
"prestart": "pnpm run data"
},
"packageManager": "pnpm@9.6.0"
}