forked from edumeet/edumeet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.57 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
{
"name": "edumeet-client",
"version": "0.1.0",
"private": true,
"description": "The Edumeet service client",
"author": "Håvar Aambø Fosstveit <[email protected]>",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@jitsi/rtcstats": "github:jitsi/rtcstats",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.3",
"@observertc/client-monitor-js": "1.3.0",
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^28.1.2",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.7",
"awaitqueue": "^2.4.0",
"bowser": "^2.11.0",
"create-torrent": "^5.0.2",
"debug": "^4.3.3",
"dompurify": "^2.3.6",
"edumeet-common": "edumeet/edumeet-common",
"file-saver": "^2.0.5",
"fscreen": "^1.2.0",
"hark": "^1.2.3",
"https-browserify": "^1.0.0",
"marked": "^4.0.14",
"mediasoup-client": "^3.6.58",
"notistack": "^2.0.4",
"random-string": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flip-toolkit": "^7.0.13",
"react-intl": "^6.0.4",
"react-intl-redux": "^2.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"reselect": "4.0.0",
"typescript": "~4.7.4",
"uuid": "^8.3.2",
"webtorrent": "^1.8.3",
"ws": "^8.8.0"
},
"scripts": {
"start": "HTTPS=true PORT=4443 react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts --openssl-legacy-provider test",
"lint": "eslint . --ext .ts,.tsx",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"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/create-torrent": "^5.0.0",
"@types/debug": "^4.1.7",
"@types/dompurify": "^2.3.3",
"@types/file-saver": "^2.0.5",
"@types/fscreen": "^1.0.1",
"@types/hark": "^1.2.2",
"@types/marked": "^4.0.3",
"@types/random-string": "^0.0.28",
"@types/redux-logger": "^3.0.9",
"@types/uuid": "^8.3.4",
"@types/webtorrent": "^0.109.3",
"@types/wicg-file-system-access": "^2020.9.5",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint-plugin-jest": "^26.1.1"
}
}