forked from lyonjs/shortvid.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.07 KB
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
{
"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 📣",
"license": "MIT",
"repository": {},
"scripts": {
"start": "remotion preview remotion/index.tsx",
"run:studio": "remotion studio remotion/index.tsx",
"browser": "remotion browser ensure",
"upgrade": "remotion upgrade",
"lint": "oxlint --config oxlint.json remotion app src",
"lint:fix": "oxlint --config oxlint.json --fix remotion app src",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"build": "next build",
"dev": "next dev",
"test:format": "pnpm lint && tsc",
"generate:demo": "bash scripts/generate-demo.sh"
},
"dependencies": {
"@remotion/bundler": "4.0.436",
"@remotion/cli": "4.0.436",
"@remotion/google-fonts": "4.0.436",
"@remotion/lottie": "4.0.436",
"@remotion/noise": "4.0.436",
"@remotion/player": "4.0.436",
"@remotion/renderer": "4.0.436",
"@remotion/shapes": "4.0.436",
"@remotion/zod-types": "4.0.436",
"lottie-web": "5.13.0",
"luxon": "^3.4.4",
"next": "16.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"remotion": "4.0.436",
"zod": "3.25.76"
},
"devDependencies": {
"@iconify/react": "^5.0.0",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/luxon": "^3.4.2",
"@types/node": "20.16.6",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/web": "0.0.343",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "10.4.27",
"debug": "4.4.3",
"husky": "9.1.7",
"jsdom": "^27.4.0",
"oxfmt": "^0.41.0",
"oxlint": "^1.42.0",
"postcss": "8.5.8",
"postcss-nested": "6.2.0",
"tailwindcss": "3.4.19",
"typescript": "5.9.3",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.15.9"
}