-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.21 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
46
47
48
49
50
51
52
53
{
"name": "remotion-video-experiment",
"version": "1.0.0",
"description": "My Remotion video",
"sideEffects": [
"*.css"
],
"scripts": {
"start": "remotion studio",
"build": "remotion render MyComp out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
},
"dependencies": {
"@remotion/bundler": "4.0.20",
"@remotion/cli": "4.0.20",
"@remotion/lottie": "^4.0.20",
"@remotion/three": "^4.0.20",
"@remotion/zod-types": "4.0.20",
"lottie-web": "^5.12.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "4.0.20",
"styled-components": "^6.0.7",
"svg-path-properties": "^1.2.0",
"svg-path-reverse": "^1.7.0",
"weather-icons-react": "^1.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@remotion/cli": "4.0.20",
"@remotion/eslint-config": "4.0.20",
"@remotion/tailwind": "4.0.20",
"@types/react": "^18.0.26",
"@types/web": "^0.0.86",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "4.0.20",
"typescript": "^4.9.4"
},
"packageManager": "[email protected]"
}