-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 909 Bytes
/
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
{
"name": "remotion-template-three",
"version": "1.0.0",
"description": "A React Three Fiber Project",
"scripts": {
"start": "remotion preview",
"build": "remotion render Scene out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@react-three/drei": "^9.52.3",
"@react-three/fiber": "^8.8.10",
"@remotion/cli": "^3.0.0",
"@remotion/media-utils": "^3.0.0",
"@remotion/three": "^3.0.0",
"lamina": "^1.1.23",
"maath": "^0.5.1",
"meshline": "^3.1.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "^3.0.0",
"three": "^0.145.0"
},
"devDependencies": {
"@remotion/eslint-config": "^3.0.0",
"@types/react": "^18.0.26",
"@types/three": "^0.144.0",
"@types/web": "^0.0.75",
"eslint": "^8.30.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
}
}