{ "name": "simplewebrtc-demo-talky", "version": "1.0.0", "private": true, "dependencies": { "@andyet/simplewebrtc": "^1.9.1", "@types/jest": "^24.0.9", "@types/lodash-es": "^4.17.2", "@types/react": "^16.8.6", "@types/react-dom": "^16.8.2", "@types/react-modal": "^3.8.1", "@types/react-router": "^4.4.4", "@types/react-router-dom": "^4.3.1", "@types/styled-components": "^4.1.11", "braces": "^2.3.2", "lodash-es": "^4.17.11", "material-icons-svg": "^1.0.0", "react": "^16.8.3", "react-dom": "^16.8.3", "react-modal": "^3.8.1", "react-redux": "^5.1.1", "react-router": "^4.4.0-beta.6", "react-router-dom": "^4.4.0-beta.6", "react-scripts": "^2.1.8", "redux": "^4.0.1", "redux-thunk": "^2.3.0", "styled-components": "^4.1.3", "tslint": "^5.13.1", "typescript": "^3.3.3333" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "fix-lint": "tslint --fix --project ." }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ "last 2 Chrome versions", "last 2 Firefox versions", "last 2 Safari versions", "last 2 Edge versions" ] }