-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 1.8 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
{
"name": "remotion-bar-race-chart",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"dev": "remotion studio",
"render": "remotion render"
},
"dependencies": {
"@remotion/animation-utils": "4.0.149",
"@remotion/bundler": "4.0.149",
"@remotion/cli": "4.0.149",
"@remotion/google-fonts": "4.0.149",
"@remotion/layout-utils": "4.0.149",
"@remotion/media-utils": "4.0.149",
"@remotion/motion-blur": "4.0.149",
"@remotion/noise": "4.0.149",
"@remotion/paths": "4.0.149",
"@remotion/player": "4.0.149",
"@remotion/renderer": "4.0.149",
"@remotion/shapes": "4.0.149",
"@remotion/transitions": "4.0.149",
"@remotion/zod-types": "4.0.149",
"@types/d3": "^7.4.3",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"diff-match-patch-es": "^0.1.0",
"lucide-react": "^0.376.0",
"marked": "^12.0.2",
"next": "^14.2.3",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"puppeteer-core": "^22.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remotion": "4.0.149",
"remotion-animated": "^2.0.0",
"tailwind-merge": "^2.3.0",
"tsx": "^4.8.1",
"zod": "^3.23.5"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.149",
"@remotion/tailwind": "4.0.149",
"@tailwindcss/typography": "^0.5.13",
"@types/diff-match-patch": "^1.0.36",
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/web": "^0.0.143",
"daisyui": "^4.10.2",
"dotenv": "^16.4.5",
"eslint": "^9.1.1",
"postcss-nesting": "^12.1.2",
"shiki": "1.4.0",
"typescript": "5.4.5"
},
"sideEffects": [
"*.css"
]
}