-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 880 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 880 Bytes
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
{
"name": "demo-mux-video-react-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:secure": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mux/assets": ">=0.1.0",
"@mux/blurup": "^1.0.1",
"@mux/mux-audio": ">=0.2.0",
"@mux/mux-audio-react": ">=0.2.0",
"@mux/mux-player": ">=1.0.0-beta.0",
"@mux/mux-player-react": ">=1.0.0-beta.0",
"@mux/mux-uploader-react": ">=1.0.0-beta.0",
"@mux/mux-video": ">=0.3.0",
"@mux/mux-video-react": ">=0.3.0",
"media-chrome": "^4.9.0",
"next": "^14.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"water.css": "2"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"eslint-config-next": "^14.2.2"
}
}