This project manages its dependencies using npm. Learn more
package.json 2.99 KB
{
  "name": "Agile",
  "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-community/async-storage": "^1.12.1",
    "@react-native-community/masked-view": "^0.1.10",
    "@react-native-community/netinfo": "^5.9.10",
    "@ubaids/react-native-material-textfield": "^0.16.3",
    "accordion-collapse-react-native": "^0.4.0",
    "jwt-decode": "^3.1.2",
    "native-base": "^2.15.2",
    "radio-buttons-react-native": "^1.0.4",
    "react": "16.13.1",
    "react-native": "0.63.4",
    "react-native-action-button": "^2.8.5",
    "react-native-big-calendar": "^2.1.0",
    "react-native-calendars": "^1.1266.0",
    "react-native-chart-kit": "^6.11.0",
    "react-native-communications": "^2.2.1",
    "react-native-custom-dropdown": "^1.0.1",
    "react-native-datepicker": "^1.7.2",
    "react-native-daterange-picker": "^1.5.1",
    "react-native-device-info": "^8.0.1",
    "react-native-dropdown-menu": "^2.0.0",
    "react-native-dropdown-picker": "^4.0.4",
    "react-native-events-calendar": "^1.0.8",
    "react-native-gesture-handler": "^1.9.0",
    "react-native-indicators": "^0.17.0",
    "react-native-keyboard-aware-scroll-view": "^0.9.3",
    "react-native-material-textfield": "git+https://github.com/javarahulsharma/react-native-material-textfield.git",
    "react-native-modal": "^13.0.0",
    "react-native-modal-selector": "^2.0.3",
    "react-native-multiple-select": "^0.5.7",
    "react-native-onesignal": "^4.1.1",
    "react-native-paper": "^4.7.1",
    "react-native-picker-select": "^8.0.4",
    "react-native-progress": "^4.1.2",
    "react-native-pure-chart": "^0.0.24",
    "react-native-radio-button-group": "^1.0.3",
    "react-native-reanimated": "^1.13.2",
    "react-native-responsive-screen": "^1.4.2",
    "react-native-safe-area-context": "^3.1.9",
    "react-native-screens": "^2.17.1",
    "react-native-searchable-dropdown": "^1.1.3",
    "react-native-simple-modal": "^9.0.1",
    "react-native-simple-toast": "^1.1.3",
    "react-native-snackbar": "^2.3.2",
    "react-native-sqlite-storage": "^5.0.0",
    "react-native-super-timepicker": "^1.1.6",
    "react-native-svg": "^12.1.1",
    "react-native-svg-charts": "^5.4.0",
    "react-native-swipe-list-view": "^3.2.6",
    "react-native-vector-icons": "^8.0.0",
    "react-native-whc-toast": "^1.0.0",
    "react-navigation": "^4.4.3",
    "react-navigation-drawer": "^2.6.0",
    "react-navigation-stack": "^2.10.2",
    "react-navigation-tabs": "^2.11.0",
    "sharingan-rn-modal-dropdown": "^1.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.13",
    "@babel/runtime": "^7.12.13",
    "@react-native-community/eslint-config": "^2.0.0",
    "babel-jest": "^26.6.3",
    "eslint": "^7.19.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.65.0",
    "react-test-renderer": "16.13.1"
  },
  "jest": {
    "preset": "react-native"
  }
}