{
  "name": "discovery",
  "main": "index.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "eject": "expo eject",
    "publish": "expo publish",
    "test": "jest --watchAll",
    "test:ts": "tsc --noEmit",
    "test:lint": "eslint --ext ts,tsx src/"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "dependencies": {
    "@doc/constants": "workspace:*",
    "@doc/svg-component": "workspace:*",
    "@expo-google-fonts/raleway": "^0.1.0",
    "@expo-google-fonts/source-code-pro": "^0.1.0",
    "@expo-google-fonts/space-mono": "^0.1.0",
    "@expo/vector-icons": "^12.0.0",
    "@gorhom/bottom-sheet": "^3.6.4",
    "@jsamr/react-native-li": "^2.3.0",
    "@mobily/stacks": "^1.1.3",
    "@react-native-community/masked-view": "0.1.10",
    "@react-native-community/slider": "4.1.7",
    "@react-native-picker/picker": "2.1.0",
    "@react-navigation/bottom-tabs": "^5.11.10",
    "@react-navigation/drawer": "^5.12.5",
    "@react-navigation/native": "^5.9.4",
    "@react-navigation/stack": "^5.14.4",
    "@types/color": "^3.0.1",
    "@types/lowlight": "^0.0.1",
    "@types/react-syntax-highlighter": "^13.5.0",
    "color": "^3.1.3",
    "deepmerge": "^4.2.2",
    "expo": "^43.0.0",
    "expo-asset": "~8.4.3",
    "expo-constants": "~12.1.3",
    "expo-font": "~10.0.3",
    "expo-linear-gradient": "~10.0.3",
    "expo-linking": "~2.4.2",
    "expo-splash-screen": "~0.13.4",
    "expo-status-bar": "~1.1.0",
    "expo-web-browser": "~10.0.3",
    "lowlight": "^1.20.0",
    "param-case": "^3.0.4",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.2",
    "react-native-gesture-handler": "~1.10.2",
    "react-native-hsv-color-picker": "^1.0.2",
    "react-native-pager-view": "5.4.6",
    "react-native-paper": "^4.8.1",
    "react-native-reanimated": "~2.2.0",
    "react-native-render-html": "workspace:*",
    "react-native-safe-area-context": "3.3.2",
    "react-native-screens": "~3.8.0",
    "react-native-svg": "12.1.1",
    "react-native-svg-transformer": "^0.14.3",
    "react-native-tab-view": "^3.0.1",
    "react-native-web": "0.17.1",
    "react-native-webview": "11.13.0",
    "react-syntax-highlighter": "^15.4.3",
    "scheduler": "^0.20.2",
    "urijs": "*",
    "use-context-selector": "^1.3.7",
    "zustand": "^3.4.2"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@doc/svgr-conf": "workspace:*",
    "@types/react": "~17.0.21",
    "@types/react-native": "~0.64.12",
    "babel-preset-expo": "8.5.1",
    "ignore-loader": "^0.1.2",
    "jest-expo": "^43.0.0",
    "typescript": "~4.3.5"
  },
  "private": true,
  "installConfig": {
    "hoistingLimits": "workspaces"
  }
}
