-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 949 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 949 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
33
34
35
36
37
{
"name": "template-tts-azure",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"upgrade": "remotion upgrade",
"lint": "eslint src && tsc"
},
"private": true,
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@aws-sdk/client-s3": "3.986.0",
"@remotion/cli": "^4.0.0",
"@remotion/media-utils": "^4.0.0",
"@remotion/zod-types": "^4.0.0",
"md5": "2.3.0",
"microsoft-cognitiveservices-speech-sdk": "1.17.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"remotion": "^4.0.0"
},
"devDependencies": {
"@types/node": "20.12.14",
"@remotion/eslint-config-flat": "^4.0.0",
"@remotion/eslint-plugin": "^4.0.0",
"@types/md5": "2.3.0",
"@types/react": "19.2.7",
"eslint": "9.19.0",
"prettier": "3.8.1",
"tsx": "4.19.3",
"typescript": "5.9.3",
"zod": "4.3.6"
}
}