This project manages its dependencies using npm. Learn more
package.json 1.73 KB
{
  "name": "firstapp",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "^1.17.3",
    "@react-native-community/netinfo": "^7.1.7",
    "@react-native-picker/picker": "^2.4.1",
    "@react-native-voice/voice": "^3.2.3",
    "@react-navigation/drawer": "^6.1.8",
    "@react-navigation/native": "^6.0.6",
    "@react-navigation/native-stack": "^6.2.5",
    "axios": "^0.24.0",
    "native-base": "^3.2.2",
    "react": "17.0.2",
    "react-native": "0.66.2",
    "react-native-audio-record": "^0.2.2",
    "react-native-awesome-alerts": "^1.5.2",
    "react-native-countdown-circle-timer": "^3.0.9",
    "react-native-countdown-component": "^2.7.1",
    "react-native-elements": "^3.4.2",
    "react-native-fontawesome": "^7.0.0",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-orientation-locker": "^1.4.0",
    "react-native-permissions": "^3.2.0",
    "react-native-reanimated": "^2.2.4",
    "react-native-safe-area-context": "^3.3.2",
    "react-native-screens": "^3.9.0",
    "react-native-table-component": "^1.2.1",
    "react-native-tts": "^4.1.0",
    "react-native-vector-icons": "^9.0.0",
    "react-redux": "^7.2.6",
    "redux": "^4.1.2"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "babel-jest": "^26.6.3",
    "eslint": "7.14.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.66.2",
    "react-test-renderer": "17.0.2"
  },
  "jest": {
    "preset": "react-native"
  }
}