-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.12 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
{
"name": "music-videos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"start-video": "remotion preview ./remotion/index.tsx"
},
"dependencies": {
"@dunika/media-recorder-hooks": "*",
"@deepgram/sdk": "^3.3.3",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@remotion/bundler": "4.0.74",
"@remotion/cli": "4.0.74",
"@remotion/eslint-plugin": "4.0.74",
"@remotion/google-fonts": "4.0.74",
"@remotion/layout-utils": "4.0.74",
"@remotion/media-utils": "4.0.74",
"@remotion/motion-blur": "4.0.74",
"@remotion/paths": "4.0.74",
"@remotion/player": "4.0.74",
"@remotion/renderer": "4.0.74",
"@remotion/shapes": "4.0.74",
"@remotion/tailwind": "4.0.74",
"@superpoweredsdk/web": "^2.6.8",
"@tanstack/react-query": "^5.17.19",
"eslint-config-dunika": "0.0.0",
"execa": "^8.0.1",
"filenamify": "^6.0.0",
"fluent-ffmpeg": "^2.1.2",
"install": "^0.13.0",
"ky": "^1.7.0",
"ky-universal": "^0.12.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"next": "14.0.3",
"npm": "^10.8.2",
"openai": "^4.25.0",
"path-exists": "^5.0.0",
"promise-limit": "^2.7.0",
"react": "^18",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "^18",
"react-player": "^2.16.0",
"react-use-audio-player": "^2.2.0",
"react-use-event-hook": "^0.9.6",
"recordrtc": "^5.6.2",
"remotion": "4.0.74",
"remotion-animated": "^2.0.0",
"string-template": "^1.0.0",
"tone": "^14.9.17",
"unstated-next": "^1.1.0",
"use-remotion-player": "^0.0.2",
"wavesurfer-react": "^3.0.2",
"wavesurfer.js": "^7.7.14"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.25",
"@types/mime-types": "^2.1.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/recordrtc": "^5.6.14",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}