-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 978 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
{
"name": "vda-2024",
"version": "1.0.0",
"description": "Vidéo de présentation 2024 de l'association One Panthéon",
"scripts": {
"start": "remotion studio",
"build": "remotion render HelloWorld out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "4.0.21",
"@remotion/google-fonts": "^4.0.21",
"@remotion/paths": "4.0.21",
"@remotion/zod-types": "4.0.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "4.0.21",
"remotion-animated": "^1.0.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.21",
"@remotion/tailwind": "4.0.21",
"@types/react": "^18.0.26",
"@types/web": "^0.0.86",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"remotion-time": "^0.0.2",
"typescript": "^4.9.4"
},
"packageManager": "[email protected]"
}