{
  "name": "pivot-expo",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "dev": "expo start",
    "test": "jest --verbose",
    "test:one": "jest --verbose",
    "test:watch": "jest --verbose --watch",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "storybook": "start-storybook -p 6006 -c .storybook watch-css -s ./src",
    "build:storybook": "npx build-storybook",
    "bootstrap": "yarn schema",
    "getRootSchema": "ts-node -r tsconfig-paths/register scripts/index.ts getRootSchema",
    "cleanSchema": "rm -rf ./src/expo-schema/types/root.graphql",
    "schema": "yarn getRootSchema && yarn codegen",
    "codegen": "graphql-codegen --config codegen.yml",
    "web": "expo start --web --https",
    "lint": "npx tsc --noEmit && npx eslint src/**/*.{ts,tsx}",
    "eject": "expo eject",
    "build": "yarn bootstrap && npx expo export:web",
    "start": "expo start",
    "update": "eas update --auto",
    "build:app": "eas build",
    "publish": "expo publish --release-channel=pr-${{ github.event.number }} --non-interactive"
  },
  "dependencies": {
    "@apollo/client": "~3.5.8",
    "@emotion/native": "~11.0.0",
    "@emotion/react": "~11.7.1",
    "@emotion/styled": "~11.6.0",
    "@expo/config": "^7.0.0",
    "@gorhom/portal": "~1.0.13",
    "@lexical/react": "~0.3.11",
    "@react-native-async-storage/async-storage": "~1.17.3",
    "@react-native-community/netinfo": "9.3.0",
    "@react-navigation/bottom-tabs": "~6.3.1",
    "@react-navigation/drawer": "~6.2.0",
    "@react-navigation/native": "~6.0.7",
    "@react-navigation/native-stack": "~6.3.0",
    "@sentry/react-native": "4.2.2",
    "@shopify/flash-list": "1.1.0",
    "@storybook/addon-viewport": "~6.5.9",
    "@storybook/theming": "~6.4.13",
    "@types/styled-system": "~5.1.15",
    "apollo-link-debounce": "~3.0.0",
    "apollo-link-logger": "2.0.0",
    "apollo-link-queue": "~3.1.0",
    "apollo-link-serialize": "4.0.0",
    "apollo3-cache-persist": "~0.13.0",
    "buffer": "~6.0.3",
    "date-fns": "~2.28.0",
    "date-fns-tz": "~1.3.6",
    "dotenv": "~16.0.0",
    "expo": "^46.0.0",
    "expo-app-loading": "~2.1.0",
    "expo-application": "~4.2.2",
    "expo-auth-session": "~3.7.1",
    "expo-av": "~12.0.4",
    "expo-constants": "~13.2.4",
    "expo-dev-client": "~1.2.1",
    "expo-device": "~4.3.0",
    "expo-error-recovery": "~3.2.0",
    "expo-font": "~10.2.0",
    "expo-linking": "~3.2.2",
    "expo-notifications": "~0.16.1",
    "expo-random": "~12.3.0",
    "expo-splash-screen": "~0.16.2",
    "expo-status-bar": "~1.4.0",
    "expo-updates": "~0.14.5",
    "formik": "~2.2.9",
    "graphql": "~16.3.0",
    "graphql-ws": "~5.5.5",
    "i18next": "~21.6.14",
    "lexical": "~0.3.11",
    "jwt-decode": "^3.1.2",
    "lodash": "~4.17.21",
    "lodash.omit": "~4.5.0",
    "lodash.pick": "~4.4.0",
    "moti": "~0.17.1",
    "react": "18.0.0",
    "react-dom": "18.0.0",
    "react-i18next": "~11.16.1",
    "react-native": "0.69.5",
    "react-native-email-link": "~1.13.1",
    "react-native-gesture-handler": "~2.5.0",
    "react-native-reanimated": "~2.9.1",
    "react-native-safe-area-context": "4.3.1",
    "react-native-screens": "~3.15.0",
    "react-native-svg": "12.3.0",
    "react-native-svg-transformer": "~1.0.0",
    "react-native-switch": "~1.5.1",
    "react-native-web": "~0.18.7",
    "react-native-web-hooks": "~3.0.2",
    "react-router-dom": "~6.3.0",
    "sentry-expo": "~5.0.0",
    "storybook-addon-themes": "~6.1.0",
    "styled-system": "~5.1.5",
    "subscriptions-transport-ws": "~0.11.0"
  },
  "devDependencies": {
    "@babel/core": "^7.18.6",
    "@babel/preset-typescript": "~7.16.7",
    "@expo/webpack-config": "^0.17.0",
    "@graphql-codegen/cli": "~2.5.0",
    "@graphql-codegen/fragment-matcher": "~3.2.1",
    "@graphql-codegen/typescript": "~2.4.3",
    "@graphql-codegen/typescript-graphql-files-modules": "~2.1.1",
    "@graphql-codegen/typescript-operations": "~2.2.4",
    "@graphql-codegen/typescript-react-apollo": "~3.2.5",
    "@storybook/addon-actions": "~6.4.13",
    "@storybook/addon-controls": "~6.4.13",
    "@storybook/addon-docs": "~6.4.13",
    "@storybook/addon-links": "~6.4.13",
    "@storybook/addon-ondevice-actions": "~5.3.23",
    "@storybook/addon-ondevice-knobs": "~5.3.25",
    "@storybook/addon-react-native-web": "~0.0.18",
    "@storybook/addons": "~6.4.13",
    "@storybook/react": "~6.4.13",
    "@storybook/react-native": "~5.3.25",
    "@testing-library/react": "~12.1.2",
    "@testing-library/react-hooks": "~7.0.2",
    "@types/jest": "~27.4.0",
    "@types/lodash.omit": "~4.5.6",
    "@types/lodash.pick": "~4.4.6",
    "@types/react": "~18.0.0",
    "@types/react-native": "~0.69.1",
    "@typescript-eslint/eslint-plugin": "~5.10.1",
    "@typescript-eslint/parser": "~5.10.1",
    "babel-loader": "~8.2.3",
    "eslint": "~8.7.0",
    "eslint-config-airbnb": "~19.0.4",
    "eslint-config-airbnb-typescript": "~16.1.0",
    "eslint-plugin-import": "~2.25.4",
    "eslint-plugin-jest": "~26.0.0",
    "eslint-plugin-jsx-a11y": "~6.5.1",
    "eslint-plugin-prettier": "~4.0.0",
    "eslint-plugin-react": "~7.28.0",
    "eslint-plugin-react-hooks": "~4.3.0",
    "jest": "^26.6.3",
    "jest-expo": "^45.0.0",
    "module-resolver": "~1.0.0",
    "pivot-graphql": "*",
    "react-test-renderer": "17.0.1",
    "ts-node": "~10.4.0",
    "typescript": "^4.6.3"
  },
  "private": false
}
