-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 936 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 936 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
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion studio src/index.tsx",
"build": "remotion render src/index.tsx 3DText out.mp4",
"upgrade": "remotion upgrade",
"server": "ts-node server.tsx",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@react-three/fiber": "^8.8.10",
"@remotion/bundler": "4.0.119",
"@remotion/cli": "4.0.119",
"@remotion/eslint-config": "4.0.119",
"@remotion/renderer": "4.0.119",
"@remotion/three": "4.0.119",
"@types/express": "^4.17.9",
"@types/react": "^17.0.0",
"@types/three": "^0.144.0",
"eslint": "^7.15.0",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^1.1.1",
"react": ">=18.0",
"react-dom": ">=18.0",
"remotion": "4.0.119",
"three-stdlib": "^2.17.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}