-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
85 lines (85 loc) · 2.41 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "shortvid.io",
"version": "1.0.0",
"private": true,
"description": "Repository to generate meetup trailers for social network like Twitter, Reddit, Slack to announce speakers and talks and sponsors 📣",
"repository": {},
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "remotion preview remotion/index.tsx",
"run:studio": "remotion studio remotion/index.tsx",
"browser": "remotion browser ensure",
"upgrade": "remotion upgrade",
"lint": "eslint remotion app src __test__ --ext ts,tsx,js,jsx",
"test": "jest",
"build": "next build",
"dev": "next dev",
"test:format": "pnpm lint && tsc",
"serve": "node server.mjs"
},
"dependencies": {
"@remotion/bundler": "4.0.223",
"@remotion/cli": "4.0.223",
"@remotion/google-fonts": "4.0.223",
"@remotion/lottie": "4.0.223",
"@remotion/noise": "4.0.223",
"@remotion/player": "4.0.223",
"@remotion/renderer": "4.0.223",
"@remotion/shapes": "4.0.223",
"@remotion/zod-types": "4.0.223",
"@types/jest": "29.5.14",
"@vercel/analytics": "^1.0.0",
"body-parser": "1.20.3",
"cors": "2.8.5",
"express": "4.21.1",
"jest": "29.7.0",
"lottie-web": "5.12.2",
"luxon": "^3.4.4",
"morgan": "1.10.0",
"next": "14.2.10",
"next-themes": "0.3.0",
"node-fetch": "^3.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"remotion": "4.0.223",
"zod": "3.23.8"
},
"devDependencies": {
"@iconify/react": "^5.0.0",
"@remotion/eslint-plugin": "4.0.223",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/lodash": "4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "20.16.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/testing-library__jest-dom": "5.14.9",
"@types/web": "0.0.175",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"debug": "4.3.7",
"eslint": "8.57.1",
"eslint-config-next": "^14.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "9.1.6",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "^3.0.3",
"lodash": "4.17.21",
"postcss": "8.4.47",
"postcss-nested": "6.2.0",
"prettier": "3.3.3",
"pretty-quick": "4.0.0",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"yargs": "17.7.2"
},
"packageManager": "[email protected]"
}