-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "template-tts-google",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"dev": "ts-node src/studio.ts",
"build": "ts-node src/render.ts",
"upgrade": "remotion upgrade",
"lint": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"devDependencies": {
"@remotion/eslint-config": "^4.0.0",
"@types/md5": "2.3.0",
"@types/node": "20.12.14",
"@types/react": "19.0.0",
"eslint": "8.56.0",
"prettier": "3.3.3",
"ts-node": "10.9.1",
"typescript": "5.5.4"
},
"dependencies": {
"@google-cloud/text-to-speech": "4.2.1",
"@remotion/bundler": "^4.0.0",
"@remotion/cli": "^4.0.0",
"@remotion/renderer": "^4.0.0",
"@remotion/zod-types": "^4.0.0",
"@remotion/media-utils": "^4.0.0",
"@types/cors": "2.8.13",
"@types/express": "4.17.13",
"cors": "2.8.5",
"dotenv": "16.0.3",
"express": "4.21.0",
"firebase": "9.19.1",
"md5": "2.3.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"remotion": "^4.0.0",
"zod": "3.22.3"
},
"private": true
}