-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "animated-weather",
"version": "1.0.0",
"description": "A animated-weather video generator.",
"sideEffects": [
"*.css"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"start:remotion": "remotion preview ./src/remotion/index.ts",
"build:remotion": "remotion render ./src/remotion/index.ts MyComposition out/video.mp4",
"upgrade:remotion": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/bundler": "3.2.31",
"@remotion/cli": "3.2.31",
"@remotion/eslint-plugin": "3.3.36",
"@remotion/player": "3.2.31",
"@remotion/renderer": "3.2.31",
"axios": "0.27.2",
"just-compare": "^2.3.0",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"remotion": "3.2.31"
},
"devDependencies": {
"@remotion/eslint-config": "3.2.31",
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/web": "0.0.61",
"autoprefixer": "10.4.12",
"css-loader": "6.7.1",
"eslint": "8.14.0",
"eslint-config-next": "12.3.1",
"postcss": "8.4.16",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.3",
"prettier": "2.6.2",
"style-loader": "3.3.1",
"tailwindcss": "3.1.8",
"typescript": "4.8.3",
"webpack": "5.72.0"
},
"packageManager": "[email protected]"
}