-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"type-check": "tsc"
},
"homepage": "https://github.com/altpd13/mumble-next",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@zeit/next-sass": "^1.0.1",
"@zeit/next-workers": "^1.0.0",
"drop-stream": "^1.0.0",
"eslint": "^7.15.0",
"jest": "^26.6.3",
"keyboardjs": "^2.6.4",
"mumble-client": "1.3.0",
"mumble-client-codecs-browser": "git+https://github.com/altpd13/mumble-client-codecs-browser.git",
"next": "latest",
"node-sass": "^4.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"subworkers": "^1.0.1",
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"audio-context": "^1.0.3",
"bytebuffer": "^5.0.1",
"eslint-plugin-react-hooks": "^4.2.0",
"getusermedia": "^2.0.1",
"libcelt7.js": "0.0.1",
"libopus.js": "0.0.1",
"libsamplerate.js": "^1.0.0",
"microphone-stream": "^5.1.0",
"mumble-client-websocket": "github:johni0702/mumble-client-websocket#5b0ed8d",
"mumble-streams": "git+https://github.com/altpd13/mumble-streams.git",
"reuse-pool": "^1.0.2",
"stream-chunker": "^1.2.8",
"to-arraybuffer": "^1.0.1",
"typescript": "4.0",
"voice-activity-detection": "^0.0.5",
"web-audio-buffer-queue": "^1.1.0"
},
"license": "MIT"
}