forked from FelippeChemello/Remotion-TTS-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 799 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 799 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
31
32
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview",
"build": "remotion render HelloWorld out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@aws-sdk/client-s3": "^3.17.0",
"@remotion/cli": "^3.0.0",
"@types/node": "20.0.0",
"md5": "^2.3.0",
"microsoft-cognitiveservices-speech-sdk": "^1.17.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "^3.0.0"
},
"devDependencies": {
"@remotion/eslint-config": "^3.0.0",
"@types/md5": "^2.3.0",
"@types/react": "^18.0.26",
"eslint": "^8.30.0",
"prettier": "^2.8.1",
"ts-node": "^10.0.0",
"typescript": "^4.9.4"
}
}