xref: /expo/home/package.json (revision 79f4e8ce)
1{
2  "name": "@expo/home",
3  "version": "0.0.1",
4  "main": "__generated__/AppEntry.js",
5  "private": true,
6  "description": "The Expo Go app",
7  "scripts": {
8    "postinstall": "expo-yarn-workspaces postinstall",
9    "test": "jest",
10    "lint": "eslint .",
11    "report": "react-native-bundle-visualizer --entry-file __generated__/AppEntry.js",
12    "generate-graphql-code": "graphql-codegen --config graphql-codegen.yml"
13  },
14  "author": "Expo",
15  "license": "MIT",
16  "jest": {
17    "preset": "jest-expo"
18  },
19  "dependencies": {
20    "@apollo/client": "^3.4.10",
21    "@expo/react-native-action-sheet": "^2.1.0",
22    "@expo/sdk-runtime-versions": "^1.0.0",
23    "@expo/styleguide-native": "^1.0.1",
24    "@expo/vector-icons": "^13.0.0",
25    "@graphql-codegen/introspection": "^2.1.1",
26    "@react-native-async-storage/async-storage": "~1.15.0",
27    "@react-native-community/netinfo": "8.2.0",
28    "@react-navigation/bottom-tabs": "~5.11.1",
29    "@react-navigation/material-bottom-tabs": "~5.3.9",
30    "@react-navigation/native": "~5.8.9",
31    "@react-navigation/stack": "~5.12.6",
32    "date-fns": "^2.28.0",
33    "dedent": "^0.7.0",
34    "es6-error": "^4.1.1",
35    "expo": "~45.0.0-beta.1",
36    "expo-analytics-amplitude": "~11.2.0",
37    "expo-asset": "~8.5.0",
38    "expo-barcode-scanner": "~11.3.0",
39    "expo-blur": "~11.1.0",
40    "expo-camera": "~12.2.0",
41    "expo-constants": "~13.1.0",
42    "expo-device": "~4.2.0",
43    "expo-font": "~10.1.0",
44    "expo-linear-gradient": "~11.3.0",
45    "expo-location": "~14.2.0",
46    "expo-permissions": "~13.2.0",
47    "expo-splash-screen": "~0.15.0",
48    "expo-task-manager": "~10.2.0",
49    "expo-updates": "~0.13.0",
50    "expo-web-browser": "~10.2.0",
51    "graphql": "^15.3.0",
52    "immutable": "^4.0.0",
53    "lodash": "^4.17.19",
54    "path-to-regexp": "^1.8.0",
55    "prop-types": "^15.7.2",
56    "querystring": "^0.2.0",
57    "react": "17.0.2",
58    "react-native": "0.68.2",
59    "react-native-fade-in-image": "^1.6.1",
60    "react-native-gesture-handler": "~2.2.0",
61    "react-native-infinite-scroll-view": "^0.4.5",
62    "react-native-keyboard-aware-scroll-view": "^0.9.5",
63    "react-native-maps": "0.30.1",
64    "react-native-paper": "^4.0.1",
65    "react-native-reanimated": "~2.8.0",
66    "react-native-safe-area-context": "4.2.4",
67    "react-native-screens": "~3.11.1",
68    "react-redux": "^7.2.0",
69    "react-string-replace": "^0.4.4",
70    "reanimated-bottom-sheet": "^1.0.0-alpha.18",
71    "redux": "^4.0.5",
72    "redux-thunk": "^2.3.0",
73    "semver": "^7.3.5",
74    "sha1": "^1.1.1",
75    "url": "^0.11.0"
76  },
77  "devDependencies": {
78    "@graphql-codegen/cli": "^2.2.2",
79    "@graphql-codegen/typescript": "^2.3.1",
80    "@graphql-codegen/typescript-operations": "^2.2.0",
81    "@graphql-codegen/typescript-react-apollo": "^3.2.1",
82    "@types/dedent": "^0.7.0",
83    "@types/jest": "^26.0.24",
84    "@types/lodash": "^4.14.161",
85    "@types/react-redux": "^7.1.16",
86    "@types/semver": "^7.3.6",
87    "@types/sha1": "^1.1.2",
88    "expo-module-scripts": "^2.0.0",
89    "jest-expo": "~45.0.0-beta.1",
90    "react-native-bundle-visualizer": "^3.0.0",
91    "uuid": "^3.3.2"
92  }
93}
94