-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
64 lines (64 loc) · 1.74 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
{
"name": "with-mux-video",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "yarn lint && next build",
"start": "next start",
"lint": "yarn eslint . --ext .js,.jsx,.ts,.tsx",
"format": "yarn lint",
"test": "jest",
"tsc": "tsc"
},
"dependencies": {
"@google-cloud/vision": "^2.3.2",
"@mux/blurhash": "^0.1.2",
"@mux/mux-node": "^8.2.1",
"@mux/mux-player-react": "^3.1.0",
"@mux/mux-uploader-react": "^1.0.3",
"@mux/mux-video-react": "^0.12.0",
"@mux/upchunk": "^3.4.0",
"@types/probe-image-size": "^7.0.0",
"copy-to-clipboard": "^3.3.1",
"got": "^11.8.3",
"hls.js": "~1.5.11",
"js-cookie": "^3.0.1",
"media-chrome": "^4.2.2",
"micro": "9.3.5-canary.3",
"mux-embed": "^5.3.3",
"next": "^12.0.10",
"plyr": "^3.6.3",
"probe-image-size": "^7.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^0.2.0"
},
"devDependencies": {
"@types/dom-mediacapture-record": "^1.0.7",
"@types/hls.js": "^1.0.0",
"@types/jest": "^27.4.1",
"@types/js-cookie": "^3.0.1",
"@types/react": "17.0.2",
"@types/webrtc": "^0.0.26",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.1",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"eslint": "^7.9.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"jest": "^27.5.1",
"next-secure-headers": "^2.0.0",
"nock": "^13.0.11",
"typescript": "^4.0.2"
},
"resolutions": {
"normalize-url": "^4.5.1",
"node-fetch": "^2.6.7"
}
}