-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 934 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
37
38
{
"name": "remotion-globegl",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion studio",
"build": "remotion render GlobeGL out/GlobeGL.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "4.0.216",
"@remotion/zod-types": "4.0.216",
"@turf/turf": "^6.5.0",
"d3": "^7.8.5",
"globe.gl": "^2.32.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-globe.gl": "^2.27.1",
"remotion": "4.0.216",
"satellite.js": "^5.0.0",
"three": "^0.160.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.216",
"@types/d3": "^7.4.3",
"@types/react": "^18.0.26",
"@types/three": "^0.160.0",
"@types/web": "^0.0.86",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"typescript": "^4.9.4"
},
"packageManager": "[email protected]"
}