-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"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-functions": "ts-node deploy.ts"
},
"license": "MIT",
"dependencies": {
"@remotion/bundler": "3.3.80",
"@remotion/cli": "3.3.80",
"@remotion/lambda": "3.3.80",
"@remotion/noise": "3.3.80",
"@remotion/paths": "3.3.80",
"@remotion/player": "3.3.80",
"@remotion/renderer": "3.3.80",
"@types/lodash.chunk": "^4.2.6",
"@types/lodash.samplesize": "^4.2.7",
"@types/node-fetch": "^2.6.2",
"cookies-next": "^2.1.1",
"dotenv": "^10.0.0",
"lodash.chunk": "^4.2.0",
"lodash.samplesize": "^4.2.0",
"mongodb": "^4.12.1",
"next": "12.3.1",
"node-fetch": "^2.6.7",
"polished": "^4.1.3",
"prettier": "^2.8.1",
"prettier-plugin-organize-imports": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"remotion": "3.3.80",
"roughjs": "^4.5.2",
"simplex-noise": "3.0.0",
"svg-round-corners": "^0.4.1",
"three": "^0.149.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",
"vitest": "^0.25.6"
}
}