108 lines
3.2 KiB
JSON
108 lines
3.2 KiB
JSON
{
|
|
"name": "expo",
|
|
"version": "40.0.1",
|
|
"description": "The Expo SDK",
|
|
"main": "build/ExpoLazy.js",
|
|
"module": "build/Expo.js",
|
|
"types": "build/Expo.d.ts",
|
|
"sideEffects": [
|
|
"*.fx.js",
|
|
"*.fx.web.js"
|
|
],
|
|
"bin": {
|
|
"expo": "bin/cli.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"build",
|
|
"tools",
|
|
"bundledNativeModules.json",
|
|
"requiresExtraSetup.json",
|
|
"AppEntry.js"
|
|
],
|
|
"scripts": {
|
|
"generate-lazy": "expo-module babel --config-file ./babel.config.build.js --source-maps --out-file build/ExpoLazy.js build/Expo.js",
|
|
"build": "EXPO_NONINTERACTIVE=1 expo-module build && npm run generate-lazy",
|
|
"watch": "EXPO_NONINTERACTIVE=1 expo-module build --watch && npm run generate-lazy",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"test": "expo-module test",
|
|
"prepare": "expo-module prepare && npm run generate-lazy",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"expo-module": "expo-module"
|
|
},
|
|
"jest": {
|
|
"preset": "expo-module-scripts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/expo"
|
|
},
|
|
"keywords": [
|
|
"expo"
|
|
],
|
|
"author": "Expo",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"homepage": "https://github.com/expo/expo/tree/master/packages/expo",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.1.2",
|
|
"@expo/vector-icons": "^12.0.0",
|
|
"@unimodules/core": "~6.0.0",
|
|
"@unimodules/react-native-adapter": "~5.7.0",
|
|
"babel-preset-expo": "~8.3.0",
|
|
"badgin": "^1.1.2",
|
|
"cross-spawn": "^6.0.5",
|
|
"expo-application": "~2.4.1",
|
|
"expo-asset": "~8.2.1",
|
|
"expo-constants": "~9.3.3",
|
|
"expo-error-recovery": "~1.4.0",
|
|
"expo-file-system": "~9.3.0",
|
|
"expo-font": "~8.4.0",
|
|
"expo-keep-awake": "~8.4.0",
|
|
"expo-linear-gradient": "~8.4.0",
|
|
"expo-linking": "~2.0.1",
|
|
"expo-location": "~10.0.0",
|
|
"expo-permissions": "~10.0.0",
|
|
"expo-secure-store": "~9.3.0",
|
|
"expo-sqlite": "~8.5.0",
|
|
"fbemitter": "^2.1.1",
|
|
"invariant": "^2.2.2",
|
|
"lodash": "^4.6.0",
|
|
"md5-file": "^3.2.3",
|
|
"nullthrows": "^1.1.0",
|
|
"pretty-format": "^26.4.0",
|
|
"react-native-safe-area-context": "3.1.9",
|
|
"serialize-error": "^2.1.0",
|
|
"unimodules-app-loader": "~1.4.0",
|
|
"unimodules-barcode-scanner-interface": "~5.4.0",
|
|
"unimodules-camera-interface": "~5.4.0",
|
|
"unimodules-constants-interface": "~5.4.0",
|
|
"unimodules-face-detector-interface": "~5.4.0",
|
|
"unimodules-file-system-interface": "~5.4.0",
|
|
"unimodules-font-interface": "~5.4.0",
|
|
"unimodules-image-loader-interface": "~5.4.0",
|
|
"unimodules-permissions-interface": "~5.4.0",
|
|
"unimodules-sensors-interface": "~5.4.0",
|
|
"unimodules-task-manager-interface": "~5.4.0",
|
|
"uuid": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
|
|
"@types/fbemitter": "^2.0.32",
|
|
"@types/invariant": "^2.2.29",
|
|
"@types/react": "^16.9.0",
|
|
"@types/react-native": "~0.63.2",
|
|
"@types/react-test-renderer": "16.9.0",
|
|
"@types/uuid": "^3.4.7",
|
|
"expo-module-scripts": "~1.2.0",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-native": "0.63.2"
|
|
},
|
|
"gitHead": "79052e55517135480a94951995005b642b6caa4f"
|
|
}
|