-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
97 lines (97 loc) · 2.65 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "edumeet-client",
"version": "0.2.0",
"private": true,
"description": "The Edumeet service client",
"author": "Håvar Aambø Fosstveit <[email protected]>",
"license": "MIT",
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@feathersjs/authentication-client": "^5.0.30",
"@feathersjs/feathers": "^5.0.30",
"@feathersjs/rest-client": "^5.0.30",
"@feathersjs/socketio-client": "^5.0.30",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@mui/x-date-pickers": "^7.22.0",
"@observertc/client-monitor-js": "^3.11.0",
"@observertc/samples-encoder": "^2.2.12",
"@reduxjs/toolkit": "^1.9.7",
"awaitqueue": "^3.0.2",
"bowser": "^2.11.0",
"debug": "^4.3.7",
"dompurify": "^3.1.6",
"file-saver": "^2.0.5",
"fscreen": "^1.2.0",
"hark": "^1.2.3",
"marked": "^9.1.6",
"material-react-table": "^3.0.1",
"mediasoup-client": "^3.7.16",
"moment": "^2.29.4",
"native-file-system-adapter": "^3.0.1",
"notistack": "^3.0.1",
"ortc-p2p": "github:havfo/ortc-p2p#0.1.1",
"random-string": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-flip-toolkit": "^7.2.4",
"react-intl": "^6.7.0",
"react-qrcode-logo": "^3.0.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.26.2",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"reselect": "^4.1.8",
"socket.io-client": "^4.8.0",
"typescript": "^5.6.2",
"uuid": "^9.0.1",
"webtorrent": "^2.5.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint . --ext .ts,.tsx"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/dompurify": "^3.0.5",
"@types/file-saver": "^2.0.7",
"@types/fscreen": "^1.0.4",
"@types/hark": "^1.2.5",
"@types/node": "^20.16.5",
"@types/random-string": "^0.0.30",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-redux": "^7.1.33",
"@types/redux-logger": "^3.0.13",
"@types/sdp-transform": "^2.4.9",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.8",
"@types/webtorrent": "^0.109.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.36.1",
"rollup-plugin-visualizer": "^5.12.0",
"vite": "^4.5.5",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.3.2"
}
}