-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.58 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
{
"name": "symbl-twilio-video-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@primer/octicons-react": "^10.0.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.26.0",
"clsx": "^1.1.1",
"concurrently": "^5.1.0",
"d3-timer": "^1.0.10",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^8.2.1",
"font-awesome": "^4.7.0",
"fscreen": "^1.0.2",
"is-plain-object": "^4.1.1",
"lodash-es": "^4.17.15",
"lodash.throttle": "^4.1.1",
"moment": "^2.27.0",
"node-fetch": "^2.6.0",
"notyf": "^3.10.0",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.4",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"sequelize": "^6.16.2",
"sequelize-cockroachdb": "^6.0.5",
"twilio": "^3.48.1",
"twilio-video": "^2.7.1",
"uuid": "^8.3.2"
},
"scripts": {
"start": "concurrently npm:server npm:dev",
"dev": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"server": "node server.js"
},
"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"
]
}
}