-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "dose-main-server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"bootstrap": "^4.4.1",
"cookies": "^0.8.0",
"didyoumean": "^1.2.1",
"hls.js": "^0.13.2",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^9.0.0",
"next": "^13.2.4",
"next-cookies": "^2.0.3",
"node-async-locks": "^2.0.0",
"pg-promise": "^10.5.5",
"plyr": "^3.6.2",
"react": "^18.2.0",
"react-bootstrap": "^1.0.1",
"react-bottom-scroll-listener": "^5.1.0",
"react-dom": "^18.2.0",
"react-iframe": "^1.8.0",
"react-on-screen": "^2.1.1",
"react-toastify": "^9.1.3",
"socket.io-client": "^4.1.3",
"swr": "^2.1.1",
"videojs-contrib-quality-levels": "^2.1.0",
"videojs-hls-quality-selector": "^1.1.4",
"vtt-live-edit": "^1.0.7"
},
"devDependencies": {
"eslint": "8.13.0",
"eslint-config-next": "^13.2.4",
"video.js": "^7.15.4"
}
}