{ "name": "AweomeProject", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "eslint": "^4.19.1", "eslint-plugin-react": "^7.9.1", "eslint-plugin-react-native": "^3.2.1", "fast-speedtest-api": "^0.3.1", "net-ping": "^1.2.3", "node-libs-react-native": "^1.0.2", "react": "16.3.1", "react-native": "0.55.4", "react-native-android-wifi": "0.0.25", "react-native-data-table": "^0.2.0", "react-native-elements": "^0.19.1", "react-native-email": "^1.0.1", "react-native-maps": "^0.21.0", "react-native-splash-screen": "^3.0.9", "react-native-table-component": "^1.1.8", "react-native-vector-icons": "^4.6.0", "react-navigation": "^2.3.1", "react-redux": "^5.0.7", "redux": "^4.0.0", "speedtest-net": "^1.4.2", "url": "^0.11.0" }, "devDependencies": { "@types/react": "^16.3.17", "babel-jest": "22.4.4", "babel-preset-react-native": "4.0.0", "jest": "22.4.4", "react-test-renderer": "16.3.1" }, "jest": { "preset": "react-native" } }