{ "name": "hyperspace", "version": "1.0.0", "private": true, "devDependencies": { "@material-ui/core": "^3.9.3", "@material-ui/icons": "^3.0.2", "@types/jest": "24.0.11", "@types/node": "11.11.6", "@types/react": "16.8.8", "@types/react-dom": "16.8.3", "@types/react-router-dom": "^4.3.1", "@types/react-swipeable-views": "latest", "megalodon": "^0.6.0", "moment": "^2.24.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-router-dom": "^5.0.0", "react-scripts": "2.1.8", "react-swipeable-views": "^0.13.1", "typescript": "3.3.4000", "notistack": "^0.5.1", "react-web-share-api": "^0.0.2" }, "scripts": { "start": "BROWSER='Safari Technology Preview' 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" ] }