{ "name": "@karaolidis/terminally-online", "version": "0.0.1", "private": true, "scripts": { "postinstall": "patch-package", "android": "react-native run-android", "start": "react-native start", "build": "tsc", "test": "jest", "lint": "eslint .", "all": "npm run build && npm run test && npm run lint", "compile": "export $(cat .env | xargs) && cd android && ./gradlew assembleRelease && cd .." }, "dependencies": { "@react-navigation/bottom-tabs": "^6.5.8", "@react-navigation/drawer": "^6.6.3", "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "@realm/react": "^0.5.1", "react": "18.2.0", "react-native": "0.72.1", "react-native-gesture-handler": "^2.12.0", "react-native-paper": "^5.9.1", "react-native-reanimated": "2.2.4", "react-native-safe-area-context": "^4.6.4", "react-native-screens": "^3.22.1", "react-native-vector-icons": "^9.2.0", "realm": "^11.10.1" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.7", "@tsconfig/react-native": "^3.0.2", "@types/jest": "^29.5.2", "@types/metro-config": "^0.76.3", "@types/react": "^18.2.14", "@types/react-native-vector-icons": "^6.4.13", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.2.1", "eslint": "^8.44.0", "eslint-plugin-jest": "^27.2.2", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-unicorn": "^47.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "0.76.5", "patch-package": "^7.0.0", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "typescript": "^4.8.4" }, "engines": { "node": ">=16" } }