-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "bimo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.4.0",
"@material-ui/icons": "^3.0.1",
"auth0-js": "^9.8.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^6.1.0",
"draft-js": "^0.10.5",
"draft-js-plugins-editor": "^2.1.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"faker": "^4.1.0",
"massive": "^5.5.1",
"material-ui": "^0.20.2",
"passport": "^0.4.0",
"passport-auth0": "^1.1.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-redux": "^5.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-sound": "^1.2.0",
"react-toastify": "^4.5.2",
"redux": "^4.0.1",
"redux-promise-middleware": "^5.1.1",
"styled-components": "^4.0.3",
"twilio": "^3.23.2",
"twilio-video": "^1.14.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:3005"
}