-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 2.63 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
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview src/index.tsx",
"build": "npm run build-without-title && npm run build-with-title && npm run build-social-preview ",
"build-without-title": "remotion render src/index.tsx Logo withouttitle --sequence --image-format=png --overwrite",
"build-with-title": "remotion render src/index.tsx LogoWithTitle withtitle --sequence --image-format=png --overwrite",
"build-social-preview": "remotion render src/index.tsx SocialPreview socialpreview --sequence --image-format=png --overwrite",
"build-white-logo": "remotion still src/index.tsx LogoWhite logowhite/element-0.png",
"build-product-hunt": "remotion render src/index.tsx ProductHunt producthunt.mp4 --overwrite",
"build-banner-1": "remotion render src/index.tsx Image1 banner-1 --sequence --image-format=png --overwrite",
"build-banner-2": "remotion render src/index.tsx Image2 banner-2 --sequence --image-format=png --overwrite",
"build-banner-3": "remotion render src/index.tsx Image3 banner-3 --sequence --image-format=png --overwrite",
"build-banners": "npm run build-banner-1 && npm run build-banner-2 && npm run build-banner-3",
"build-tutorial-graphics": "remotion render src/index.tsx TutorialGraphic tutorial-graphics --sequence --image-format=png --overwrite",
"build-monochromatic-logo": "remotion render src/index.tsx Monochromatic monochromatic --sequence --image-format=png --overwrite",
"build-recorder": "remotion render --codec=gif --number-of-gif-loops=0 LightModeBanner recorder/light.gif",
"build-recorder-dark": "remotion render --codec=gif --number-of-gif-loops=0 DarkModeBanner recorder/dark.gif",
"upgrade": "npm upgrade @remotion/bundler @remotion/cli @remotion/eslint-config @remotion/renderer remotion",
"test": "eslint 'src' --ext ts,tsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "4.0.132",
"@remotion/eslint-config": "4.0.132",
"@remotion/google-fonts": "4.0.132",
"@remotion/media-utils": "4.0.132",
"@remotion/noise": "4.0.132",
"@remotion/paths": "4.0.132",
"@remotion/shapes": "4.0.132",
"@types/react": "^18.0.7",
"@types/styled-components": "^5.1.7",
"@types/web": "^0.0.93",
"eslint": "^7.15.0",
"hack-font": "^3.3.0",
"polished": "^4.1.3",
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "4.0.132",
"simplex-noise": "^2.4.0",
"styled-components": "^5.2.1",
"svg-path-properties": "^1.0.11",
"svg-path-reverse": "^1.3.0",
"typescript": "^4.6.3",
"xns": "^2.0.7"
}
}