-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 829 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 829 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
{
"name": "maplibre-example",
"version": "1.0.0",
"description": "A Remotion example demonstrating MapLibre GL JS camera animations",
"scripts": {
"start": "remotion studio",
"build": "remotion render MyComp out/video.mp4 --concurrency=1",
"upgrade": "remotion upgrade",
"test": "eslint src && tsc"
},
"repository": {},
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@remotion/cli": "4.0.457",
"@turf/turf": "^7.3.5",
"maplibre-gl": "^5.24.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"remotion": "4.0.457"
},
"devDependencies": {
"@remotion/eslint-config-flat": "4.0.457",
"@types/react": "19.2.7",
"@types/web": "0.0.166",
"eslint": "9.19.0",
"prettier": "3.8.1",
"typescript": "5.9.3"
},
"packageManager": "npm@10.9.2"
}