-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "github-unwrapped",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preview": "npx remotion preview remotion/index.tsx",
"render": "npx remotion render remotion/index.tsx main out/unwrapped.mp4",
"deploy": "ts-node deploy.ts"
},
"license": "MIT",
"dependencies": {
"@remotion/bundler": "3.2.9",
"@remotion/cli": "3.2.9",
"@remotion/lambda": "3.2.9",
"@remotion/player": "3.2.9",
"@remotion/renderer": "3.2.9",
"@types/lodash.chunk": "^4.2.6",
"@types/lodash.groupby": "^4.6.6",
"dotenv": "^10.0.0",
"lodash.chunk": "^4.2.0",
"lodash.groupby": "^4.6.0",
"make-color-more-chill": "^0.2.2",
"mongodb": "^4.2.1",
"next": "12.3.1",
"polished": "^4.1.3",
"prettier": "^2.5.1",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"remotion": "3.2.9",
"simplex-noise": "3.0.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/react": "^17.0.37",
"eslint": "8.4.1",
"eslint-config-next": "12.3.1",
"typescript": "^4.5.2"
}
}