-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.72 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
{
"name": "telnyx-meet",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build:pwa": "NODE_ENV=production next build",
"build": "next build",
"lint": "next lint --max-warnings=0",
"start": "next start"
},
"dependencies": {
"@bugsnag/js": "^7.10.1",
"@bugsnag/plugin-react": "^7.10.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@telnyx/rtc-diagnostics": "^0.0.0-alpha.1",
"@telnyx/video": "1.0.1",
"@telnyx/video-processors": "^0.0.0-alpha.4",
"@zeit/next-source-maps": "0.0.4-canary.1",
"bowser": "^2.11.0",
"generate-unique-id": "^2.0.1",
"grommet": "^2.17.4",
"libphonenumber-js": "^1.9.50",
"memory-cache": "^0.2.0",
"next": "12.1.0",
"polished": "^4.1.0",
"puppeteer": "^23.1.0",
"react": "17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "17.0.1",
"react-draggable": "^4.4.4",
"react-hot-toast": "^2.2.0",
"react-resize-detector": "^6.3.3",
"styled-components": "^5.2.1",
"unique-names-generator": "^4.3.1",
"uuid": "^8.3.2",
"webrtc-adapter": "^7.7.0"
},
"devDependencies": {
"@bugsnag/source-maps": "^2.3.0",
"@types/node": "18",
"@types/react": "^17.0.1",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/styled-components": "^5.1.11",
"babel-plugin-styled-components": "^2.0.2",
"bugsnag-build-reporter": "^2.0.0",
"eslint": "^7.18.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.5.0",
"typescript": "^4.1.3",
"webpack-bugsnag-plugins": "^1.7.0"
},
"resolutions": {
"eslint-plugin-react": "7.28.0"
}
}