-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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
53
54
55
{
"name": "remotion-template-ncloud",
"version": "1.0.0",
"description": "My Remotion video",
"sideEffects": [
"*.css"
],
"repository": {},
"license": "UNLICENSED",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
},
"dependencies": {
"@aws-sdk/client-s3": "^3.627.0",
"@remotion/bundler": "4.0.194",
"@remotion/cli": "4.0.194",
"@remotion/media-utils": "^4.0.194",
"@remotion/zod-types": "4.0.194",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"query-string": "^9.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "4.0.194",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.194",
"@remotion/tailwind": "4.0.194",
"@types/express": "^4.17.21",
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.5",
"@types/react": "^18.0.26",
"@types/web": "^0.0.143",
"concurrently": "^8.2.2",
"eslint": "^8.43.0",
"prettier": "^3.2.5",
"ts-node-dev": "^2.0.0",
"typescript": "5.4.5"
},
"scripts": {
"ncloud-proxy": "dotenv ts-node-dev ncloud-proxy/server.ts",
"start": "concurrently 'npm run ncloud-proxy' 'remotion studio'",
"build": "remotion render MyComp out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"packageManager": "npm@10.5.1"
}