-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.81 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@freetube/yt-dash-manifest-generator": "^1.1.1",
"@heroicons/react": "^2.0.11",
"@silvermine/videojs-quality-selector": "^1.2.5",
"axios": "^0.27.2",
"babel-plugin-macros": "^3.1.0",
"change-case": "^4.1.2",
"dashjs": "^3.1.3",
"lit": "^2.3.1",
"luxon": "^3.0.3",
"mux.js": "^6.2.0",
"next": "latest",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-onclickoutside": "^6.12.2",
"react-show-more-text": "^1.5.2",
"react-simple-snackbar": "^1.1.11",
"title-case": "^3.0.3",
"video.js": "^7.12.1",
"videojs": "^1.0.0",
"videojs-contrib-dash": "^4.0.0",
"videojs-contrib-hls": "^5.15.0",
"videojs-contrib-quality-levels": "^2.1.0",
"videojs-hls-quality-selector": "^1.1.4",
"videojs-hotkeys": "^0.2.28",
"videojs-http-source-selector": "^1.1.6",
"videojs-overlay": "^2.1.4",
"videojs-vtt-thumbnails": "^0.0.13",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@types/luxon": "^3.0.0",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/react-onclickoutside": "^6.7.4",
"@types/react-show-more-text": "^1.4.2",
"@types/video.js": "^7.3.46",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}