expo
Version:
149 lines • 3.63 kB
JSON
{
"name": "expo",
"version": "56.0.12",
"description": "The Expo SDK",
"main": "src/Expo.ts",
"module": "src/Expo.ts",
"types": "build/Expo.d.ts",
"sideEffects": [
"*.fx.tsx",
"*.fx.web.tsx",
"./src/winter/*.ts",
"./src/async-require/*.ts"
],
"bin": {
"expo": "bin/cli",
"expo-modules-autolinking": "bin/autolinking",
"fingerprint": "bin/fingerprint"
},
"files": [
"android",
"bin",
"build",
"internal",
"ios",
"scripts",
"src",
"AppEntry.js",
"Expo.podspec",
"bundledNativeModules.json",
"expo-module.config.json",
"metro-config.js",
"metro-config.d.ts",
"dom",
"config",
"config-plugins.js",
"config-plugins.d.ts",
"devtools.js",
"devtools.d.ts",
"fetch.js",
"fetch.d.ts",
"fingerprint.js",
"fingerprint.d.ts",
"local-build-cache-provider.js",
"local-build-cache-provider.d.ts",
"react-native.config.js",
"requiresExtraSetup.json",
"tsconfig.base.json",
"types",
"virtual",
"template.tgz"
],
"jest": {
"preset": "../expo-module-scripts/jest-preset.cjs"
},
"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/main/packages/expo",
"dependencies": {
"@babel/runtime": "^7.20.0",
"@expo/cli": "^56.1.16",
"@expo/config": "~56.0.9",
"@expo/config-plugins": "~56.0.9",
"@expo/devtools": "~56.0.2",
"@expo/dom-webview": "~56.0.5",
"@expo/fingerprint": "^0.19.4",
"@expo/local-build-cache-provider": "^56.0.8",
"@expo/log-box": "^56.0.13",
"@expo/metro": "~56.0.0",
"@expo/metro-config": "~56.0.14",
"@ungap/structured-clone": "^1.3.0",
"babel-preset-expo": "~56.0.15",
"expo-asset": "~56.0.17",
"expo-constants": "~56.0.18",
"expo-file-system": "~56.0.8",
"expo-font": "~56.0.7",
"expo-keep-awake": "~56.0.3",
"expo-modules-autolinking": "~56.0.16",
"expo-modules-core": "~56.0.17",
"pretty-format": "^29.7.0",
"react-refresh": "^0.14.2",
"whatwg-url-minimum": "^0.1.2"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "~19.2.0",
"npm-run-all2": "^8.0.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"rimraf": "^6.1.2",
"web-streams-polyfill": "^3.3.2",
"@expo/dom-webview": "56.0.5",
"expo-updates": "56.0.19",
"@expo/metro-runtime": "56.0.15"
},
"peerDependencies": {
"@expo/dom-webview": "*",
"@expo/metro-runtime": "*",
"react": "*",
"react-native": "*",
"react-dom": "*",
"react-native-web": "*",
"react-native-webview": "*"
},
"peerDependenciesMeta": {
"@expo/dom-webview": {
"optional": true
},
"@expo/metro-runtime": {
"optional": true
},
"react-dom": {
"optional": true
},
"react-native-web": {
"optional": true
},
"react-native-webview": {
"optional": true
}
},
"publishConfig": {
"executableFiles": [
"./scripts/node-binary.sh",
"./scripts/react-native-xcode.sh",
"./scripts/xcode/with-environment.sh",
"./scripts/compose-source-maps.js",
"scripts/resolveAppEntry.js"
]
},
"gitHead": "812dc007aefed0c432c0439fdfe05ee2f4f21da2",
"scripts": {
"build": "tsc",
"clean": "rimraf build",
"lint": "eslint src",
"test": "jest"
}
}