UNPKG

3.28 kBJSONView Raw
1{
2 "name": "expo",
3 "version": "39.0.2",
4 "description": "The Expo SDK",
5 "main": "build/ExpoLazy.js",
6 "module": "build/Expo.js",
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 "requiresExtraSetup.json",
21 "AppEntry.js"
22 ],
23 "scripts": {
24 "generate-lazy": "expo-module babel --config-file ./babel.config.build.js --source-maps --out-file build/ExpoLazy.js build/Expo.js",
25 "build": "EXPO_NONINTERACTIVE=1 expo-module build && npm run generate-lazy",
26 "watch": "EXPO_NONINTERACTIVE=1 expo-module build --watch && npm run generate-lazy",
27 "clean": "expo-module clean",
28 "lint": "expo-module lint",
29 "test": "expo-module test",
30 "prepare": "expo-module prepare && npm run generate-lazy",
31 "prepublishOnly": "expo-module prepublishOnly",
32 "expo-module": "expo-module"
33 },
34 "jest": {
35 "preset": "expo-module-scripts"
36 },
37 "repository": {
38 "type": "git",
39 "url": "https://github.com/expo/expo.git",
40 "directory": "packages/expo"
41 },
42 "keywords": [
43 "expo"
44 ],
45 "author": "Expo",
46 "license": "MIT",
47 "bugs": {
48 "url": "https://github.com/expo/expo/issues"
49 },
50 "homepage": "https://github.com/expo/expo/tree/master/packages/expo",
51 "dependencies": {
52 "@babel/runtime": "^7.1.2",
53 "@expo/vector-icons": "^10.0.2",
54 "@unimodules/core": "~5.5.0",
55 "@unimodules/react-native-adapter": "~5.6.0",
56 "babel-preset-expo": "~8.3.0",
57 "badgin": "^1.1.2",
58 "cross-spawn": "^6.0.5",
59 "expo-asset": "~8.2.0",
60 "expo-constants": "~9.2.0",
61 "expo-error-recovery": "~1.3.0",
62 "expo-file-system": "~9.2.0",
63 "expo-font": "~8.3.0",
64 "expo-keep-awake": "~8.3.0",
65 "expo-linear-gradient": "~8.3.0",
66 "expo-linking": "~1.0.4",
67 "expo-location": "~9.0.0",
68 "expo-permissions": "~9.3.0",
69 "expo-splash-screen": "^0.6.1",
70 "expo-sqlite": "~8.4.0",
71 "fbemitter": "^2.1.1",
72 "invariant": "^2.2.2",
73 "lodash": "^4.6.0",
74 "md5-file": "^3.2.3",
75 "nullthrows": "^1.1.0",
76 "pretty-format": "^23.6.0",
77 "react-native-safe-area-context": "3.1.4",
78 "serialize-error": "^2.1.0",
79 "unimodules-app-loader": "~1.3.0",
80 "unimodules-barcode-scanner-interface": "~5.3.0",
81 "unimodules-camera-interface": "~5.3.0",
82 "unimodules-constants-interface": "~5.3.0",
83 "unimodules-face-detector-interface": "~5.3.0",
84 "unimodules-file-system-interface": "~5.3.0",
85 "unimodules-font-interface": "~5.3.0",
86 "unimodules-image-loader-interface": "~5.3.0",
87 "unimodules-permissions-interface": "~5.3.0",
88 "unimodules-sensors-interface": "~5.3.0",
89 "unimodules-task-manager-interface": "~5.3.0",
90 "uuid": "^3.4.0"
91 },
92 "devDependencies": {
93 "@babel/plugin-transform-modules-commonjs": "^7.1.0",
94 "@types/fbemitter": "^2.0.32",
95 "@types/invariant": "^2.2.29",
96 "@types/react": "^16.9.0",
97 "@types/react-native": "~0.63.2",
98 "@types/react-test-renderer": "16.9.0",
99 "@types/uuid": "^3.4.7",
100 "expo-module-scripts": "~1.2.0",
101 "react": "16.13.1",
102 "react-dom": "16.13.1",
103 "react-native": "0.63.2"
104 },
105 "gitHead": "ec7d1cf1605f504c1930fe2c6093e62c9f69ad37"
106}