-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 898 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
{
"name": "lyon-weather",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview src/index.tsx",
"build": "remotion render src/index.tsx HelloWorld out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "^3.0.0",
"@remotion/eslint-config": "^3.0.0",
"@remotion/lottie": "^3.2.9",
"@types/node": "^18.7.13",
"@types/styled-components": "^5.1.25",
"eslint": "^8.14.0",
"lottie-web": "^5.9.6",
"prettier": "^2.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-is": "^18.2.0",
"remotion": "^3.0.0",
"styled-components": "^5.3.5",
"typescript": "^4.6.3"
},
"devDependencies": {
"@types/react": "^18.0.6",
"@types/web": "^0.0.61"
}
}