BoilerLiftUp / src / package.json
package.json
Raw
{
  "name": "src",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "start": "expo start --dev-client",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "web": "expo start --web"
  },
  "dependencies": {
    "@expo/ngrok": "^4.1.0",
    "@expo/vector-icons": "^12.0.5",
    "@react-native-community/masked-view": "^0.1.11",
    "@react-navigation/bottom-tabs": "^6.0.5",
    "@react-navigation/native": "^6.0.8",
    "@react-navigation/native-stack": "^6.1.0",
    "@react-navigation/stack": "^6.1.1",
    "axios": "^0.24.0",
    "body-parser": "^1.19.2",
    "cors": "^2.8.5",
    "events": "^3.3.0",
    "expo": "~44.0.2",
    "expo-file-system": "~13.1.4",
    "expo-image-manipulator": "~10.2.0",
    "expo-image-picker": "^12.0.2",
    "expo-splash-screen": "~0.14.1",
    "expo-status-bar": "~1.2.0",
    "express": "^4.17.3",
    "fiction-expo-restart": "^1.1.2",
    "firebase": "^9.6.7",
    "fs": "^0.0.1-security",
    "http": "^0.0.1-security",
    "localstorage-polyfill": "^1.0.1",
    "mongodb": "^4.4.0",
    "mongoose": "^6.2.2",
    "morgan": "^1.10.0",
    "multer": "^1.4.4",
    "native-base": "^3.3.7",
    "net": "^1.0.2",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.3",
    "react-native-chart-kit": "^6.12.0",
    "react-native-elements": "^3.4.2",
    "react-native-gesture-handler": "~2.1.0",
    "react-native-material-tabs": "^4.2.0",
    "react-native-reanimated": "~2.3.1",
    "react-native-safe-area-context": "3.3.2",
    "react-native-screens": "~3.10.1",
    "react-native-select-multiple": "^2.1.0",
    "react-native-svg": "^12.1.1",
    "react-native-vector-icons": "^9.1.0",
    "react-native-web": "0.17.1",
    "react-navigation": "^4.4.4",
    "use-force-update": "^1.0.7"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "nodemon": "^2.0.15"
  },
  "private": true
}