1 | {
|
2 | "name": "expo",
|
3 | "version": "33.0.4",
|
4 | "description": "The Expo SDK",
|
5 | "main": "build/ExpoLazy.js",
|
6 | "module": "build/Expo",
|
7 | "types": "build/Expo.d.ts",
|
8 | "sideEffects": [
|
9 | "*.fx.js",
|
10 | "*.fx.web.js"
|
11 | ],
|
12 | "bin": {
|
13 | "expo": "bin/cli.js"
|
14 | },
|
15 | "files": [
|
16 | "bin",
|
17 | "build",
|
18 | "tools",
|
19 | "bundledNativeModules.json",
|
20 | "AppEntry.js"
|
21 | ],
|
22 | "scripts": {
|
23 | "generate-lazy": "expo-module babel --config-file ./babel.config.build.js --source-maps --out-file build/ExpoLazy.js build/Expo.js",
|
24 | "build": "EXPO_NONINTERACTIVE=1 expo-module build && npm run generate-lazy",
|
25 | "clean": "expo-module clean",
|
26 | "lint": "eslint tools",
|
27 | "test": "expo-module test",
|
28 | "prepare": "expo-module prepare && npm run generate-lazy",
|
29 | "prepublishOnly": "expo-module prepublishOnly",
|
30 | "expo-module": "expo-module"
|
31 | },
|
32 | "jest": {
|
33 | "preset": "expo-module-scripts"
|
34 | },
|
35 | "eslintConfig": {
|
36 | "extends": "universe/native",
|
37 | "overrides": {
|
38 | "files": "**/__tests__/*.js",
|
39 | "env": {
|
40 | "node": true
|
41 | }
|
42 | }
|
43 | },
|
44 | "repository": {
|
45 | "type": "git",
|
46 | "url": "https://github.com/expo/expo.git"
|
47 | },
|
48 | "keywords": [
|
49 | "expo"
|
50 | ],
|
51 | "author": "Expo",
|
52 | "license": "MIT",
|
53 | "bugs": {
|
54 | "url": "https://github.com/expo/expo/issues"
|
55 | },
|
56 | "homepage": "https://github.com/expo/expo/tree/master/packages/expo",
|
57 | "dependencies": {
|
58 | "@babel/runtime": "^7.1.2",
|
59 | "@expo/vector-icons": "^10.0.1",
|
60 | "@react-native-community/netinfo": "2.0.10",
|
61 | "@types/fbemitter": "^2.0.32",
|
62 | "@types/invariant": "^2.2.29",
|
63 | "@types/lodash.zipobject": "^4.1.4",
|
64 | "@types/qs": "^6.5.1",
|
65 | "@types/uuid-js": "^0.7.1",
|
66 | "@unimodules/core": "^2.0.0",
|
67 | "@unimodules/react-native-adapter": "^2.0.0",
|
68 | "babel-preset-expo": "^5.0.0",
|
69 | "cross-spawn": "^6.0.5",
|
70 | "expo-ads-admob": "~5.0.1",
|
71 | "expo-ads-facebook": "~5.0.1",
|
72 | "expo-analytics-amplitude": "~5.0.1",
|
73 | "expo-analytics-segment": "~5.0.1",
|
74 | "expo-app-auth": "~5.0.1",
|
75 | "expo-app-loader-provider": "~5.0.1",
|
76 | "expo-asset": "~5.0.1",
|
77 | "expo-av": "~5.0.2",
|
78 | "expo-background-fetch": "~5.0.1",
|
79 | "expo-barcode-scanner": "~5.0.1",
|
80 | "expo-blur": "~5.0.1",
|
81 | "expo-brightness": "~5.0.1",
|
82 | "expo-calendar": "~5.0.1",
|
83 | "expo-camera": "~5.0.1",
|
84 | "expo-constants": "~5.0.1",
|
85 | "expo-contacts": "~5.0.2",
|
86 | "expo-crypto": "~5.0.1",
|
87 | "expo-document-picker": "~5.0.1",
|
88 | "expo-face-detector": "~5.0.1",
|
89 | "expo-facebook": "~5.0.1",
|
90 | "expo-file-system": "~5.0.1",
|
91 | "expo-font": "~5.0.1",
|
92 | "expo-gl": "~5.0.1",
|
93 | "expo-gl-cpp": "~5.0.1",
|
94 | "expo-google-sign-in": "~5.0.1",
|
95 | "expo-haptics": "~5.0.1",
|
96 | "expo-image-manipulator": "~5.0.1",
|
97 | "expo-image-picker": "~5.0.2",
|
98 | "expo-intent-launcher": "~5.0.1",
|
99 | "expo-keep-awake": "~5.0.1",
|
100 | "expo-linear-gradient": "~5.0.1",
|
101 | "expo-local-authentication": "~5.0.1",
|
102 | "expo-localization": "~5.0.1",
|
103 | "expo-location": "~5.0.1",
|
104 | "expo-mail-composer": "~5.0.1",
|
105 | "expo-media-library": "~5.0.1",
|
106 | "expo-payments-stripe": "~5.0.1",
|
107 | "expo-permissions": "~5.0.1",
|
108 | "expo-print": "~5.0.1",
|
109 | "expo-random": "~5.0.1",
|
110 | "expo-secure-store": "~5.0.1",
|
111 | "expo-sensors": "~5.0.1",
|
112 | "expo-sharing": "~5.0.1",
|
113 | "expo-sms": "~5.0.1",
|
114 | "expo-speech": "~5.0.2",
|
115 | "expo-sqlite": "~5.0.1",
|
116 | "expo-task-manager": "~5.0.1",
|
117 | "expo-web-browser": "~5.0.3",
|
118 | "fbemitter": "^2.1.1",
|
119 | "invariant": "^2.2.2",
|
120 | "lodash": "^4.6.0",
|
121 | "lottie-react-native": "2.6.1",
|
122 | "md5-file": "^3.2.3",
|
123 | "nullthrows": "^1.1.0",
|
124 | "pretty-format": "^23.6.0",
|
125 | "prop-types": "^15.6.0",
|
126 | "qs": "^6.5.0",
|
127 | "react-google-maps": "^9.4.5",
|
128 | "react-native-branch": "2.2.5",
|
129 | "react-native-gesture-handler": "1.2.1",
|
130 | "react-native-maps": "0.24.2",
|
131 | "react-native-reanimated": "1.0.1",
|
132 | "react-native-screens": "1.0.0-alpha.22",
|
133 | "react-native-svg": "9.4.0",
|
134 | "react-native-view-shot": "2.6.0",
|
135 | "react-native-webview": "5.8.1",
|
136 | "serialize-error": "^2.1.0",
|
137 | "unimodules-barcode-scanner-interface": "~2.0.1",
|
138 | "unimodules-camera-interface": "~2.0.1",
|
139 | "unimodules-constants-interface": "~2.0.1",
|
140 | "unimodules-face-detector-interface": "~2.0.1",
|
141 | "unimodules-file-system-interface": "~2.0.1",
|
142 | "unimodules-font-interface": "~2.0.1",
|
143 | "unimodules-image-loader-interface": "~2.0.1",
|
144 | "unimodules-permissions-interface": "~2.0.1",
|
145 | "unimodules-sensors-interface": "~2.0.1",
|
146 | "uuid-js": "^0.7.5"
|
147 | },
|
148 | "devDependencies": {
|
149 | "@babel/plugin-transform-modules-commonjs": "^7.1.0",
|
150 | "@types/react": "^16.8.14",
|
151 | "@types/react-native": "^0.57.46",
|
152 | "@types/react-test-renderer": "^16.8.1",
|
153 | "expo-module-scripts": "^1.0.0",
|
154 | "react": "16.8.3",
|
155 | "react-dom": "^16.8.6",
|
156 | "react-native": "0.59.8"
|
157 | },
|
158 | "gitHead": "f213c9be2a909dae42a0a27d8aa4b9eac8e97be1"
|
159 | }
|