-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 896 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 896 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
{
"name": "template-three",
"version": "1.0.0",
"description": "A React Three Fiber Project",
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"upgrade": "remotion upgrade",
"lint": "eslint src && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@react-three/fiber": "9.2.0",
"@remotion/cli": "^4.0.0",
"@remotion/media": "^4.0.0",
"@remotion/three": "^4.0.0",
"@remotion/zod-types": "^4.0.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"remotion": "^4.0.0",
"three": "0.178.0",
"zod": "4.3.6",
"mediabunny": "1.39.2"
},
"devDependencies": {
"@remotion/eslint-config-flat": "^4.0.0",
"@types/react": "19.2.7",
"@types/three": "0.170.0",
"@types/web": "0.0.166",
"eslint": "9.19.0",
"prettier": "3.8.1",
"typescript": "5.9.3"
},
"private": true
}