-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
32 lines (32 loc) · 917 Bytes
/
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
{
"name": "ptwo-house",
"version": "0.1.0",
"description": "Full power of WebRTC to create voice rooms to have a conversations, interviews and discussions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "Sergio Behrends <[email protected]>",
"license": "MIT",
"dependencies": {
"@sentry/browser": "^6.2.0",
"@sentry/integrations": "^6.2.0",
"@sentry/node": "^6.2.0",
"@sentry/webpack-plugin": "^1.14.1",
"classcat": "^4.1.0",
"firebase": "^8.2.9",
"hark": "^1.2.3",
"next": "^10.0.6",
"peerjs": "^1.3.1",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-share": "^4.3.1",
"string-to-color": "^2.2.2",
"uuid-random": "^1.3.2"
}
}