25 lines
510 B
JSON
25 lines
510 B
JSON
{
|
|
"name": "openvidu-insecure-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "0.18.0",
|
|
"openvidu-browser": "2.8.0",
|
|
"react": "16.6.3",
|
|
"react-dom": "16.6.3",
|
|
"react-scripts": "2.1.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|