-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 906 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
{
"name": "remotion_test",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview src/index.tsx",
"build": "remotion render src/index.tsx RedditTitleComp out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc",
"server": "ts-node server.tsx"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "3.2.4",
"@remotion/eslint-config": "3.2.4",
"@types/express": "^4.17.13",
"axios": "^0.27.2",
"eslint": "^8.14.0",
"express": "^4.18.1",
"prettier": "^2.2.1",
"qs": "^6.11.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "^3.2.4",
"ts-node": "^10.9.1",
"typescript": "^4.6.3"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/react": "^18.0.6",
"@types/web": "^0.0.61"
}
}