xref: /expo/home/package.json (revision 86fe77d4)
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    "start": "expo start",
13    "generate-graphql-code": "graphql-codegen --config graphql-codegen.yml"
14  },
15  "author": "Expo",
16  "license": "MIT",
17  "jest": {
18    "preset": "jest-expo"
19  },
20  "dependencies": {
21    "@apollo/client": "^3.4.10",
22    "@expo/styleguide-native": "^1.0.1",
23    "@expo/vector-icons": "^13.0.0",
24    "@gorhom/bottom-sheet": "4.4.6",
25    "@graphql-codegen/introspection": "^2.1.1",
26    "@react-native-async-storage/async-storage": "1.18.2",
27    "@react-native-community/netinfo": "9.3.10",
28    "@react-navigation/bottom-tabs": "~6.4.0",
29    "@react-navigation/elements": "~1.3.6",
30    "@react-navigation/material-bottom-tabs": "~6.2.4",
31    "@react-navigation/native": "~6.0.13",
32    "@react-navigation/stack": "~6.3.2",
33    "@types/react-native": "~0.70.6",
34    "date-fns": "^2.28.0",
35    "dedent": "^0.7.0",
36    "es6-error": "^4.1.1",
37    "expo": "~50.0.0-alpha.0",
38    "expo-asset": "~8.12.0",
39    "expo-barcode-scanner": "~12.7.0",
40    "expo-blur": "~12.7.0",
41    "expo-camera": "~13.7.0",
42    "expo-constants": "~15.1.0",
43    "expo-device": "~5.7.0",
44    "expo-font": "~11.7.0",
45    "expo-linear-gradient": "~12.5.0",
46    "expo-location": "~16.3.0",
47    "expo-splash-screen": "~0.23.0",
48    "expo-task-manager": "~11.5.0",
49    "expo-updates": "~0.21.0",
50    "expo-web-browser": "~12.6.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": "18.2.0",
58    "react-native": "0.72.4",
59    "react-native-fade-in-image": "^1.6.1",
60    "react-native-gesture-handler": "~2.12.0",
61    "react-native-infinite-scroll-view": "^0.4.5",
62    "react-native-keyboard-aware-scroll-view": "^0.9.5",
63    "react-native-maps": "1.7.1",
64    "react-native-paper": "^4.0.1",
65    "react-native-reanimated": "~3.3.0",
66    "react-native-safe-area-context": "4.6.3",
67    "react-native-screens": "~3.22.0",
68    "react-redux": "^7.2.0",
69    "react-string-replace": "^0.4.4",
70    "redux": "^4.0.5",
71    "redux-thunk": "^2.3.0",
72    "semver": "^7.5.3",
73    "sha1": "^1.1.1",
74    "url": "^0.11.0"
75  },
76  "devDependencies": {
77    "@graphql-codegen/cli": "^2.2.2",
78    "@graphql-codegen/typescript": "^2.3.1",
79    "@graphql-codegen/typescript-operations": "^2.2.0",
80    "@graphql-codegen/typescript-react-apollo": "^3.2.1",
81    "@types/dedent": "^0.7.0",
82    "@types/jest": "^29.2.1",
83    "@types/lodash": "^4.14.161",
84    "@types/react": "~18.0.14",
85    "@types/react-redux": "^7.1.16",
86    "@types/semver": "^7.5.0",
87    "@types/sha1": "^1.1.2",
88    "expo-module-scripts": "^3.0.0",
89    "jest-expo": "~50.0.0-alpha.0",
90    "react-native-bundle-visualizer": "^3.0.0",
91    "uuid": "^3.3.2"
92  }
93}
94