Files
Fluxup_PAP/node_modules/expo/package.json
2026-03-10 16:18:05 +00:00

135 lines
3.3 KiB
JSON

{
"name": "expo",
"version": "55.0.4",
"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"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"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/main/packages/expo",
"dependencies": {
"@babel/runtime": "^7.20.0",
"@expo/cli": "55.0.14",
"@expo/config": "~55.0.8",
"@expo/config-plugins": "~55.0.6",
"@expo/devtools": "55.0.2",
"@expo/fingerprint": "0.16.5",
"@expo/local-build-cache-provider": "55.0.6",
"@expo/log-box": "55.0.7",
"@expo/metro": "~54.2.0",
"@expo/metro-config": "55.0.9",
"@expo/vector-icons": "^15.0.2",
"@ungap/structured-clone": "^1.3.0",
"babel-preset-expo": "~55.0.10",
"expo-asset": "~55.0.8",
"expo-constants": "~55.0.7",
"expo-file-system": "~55.0.10",
"expo-font": "~55.0.4",
"expo-keep-awake": "~55.0.4",
"expo-modules-autolinking": "55.0.8",
"expo-modules-core": "55.0.13",
"pretty-format": "^29.7.0",
"react-refresh": "^0.14.2",
"whatwg-url-minimum": "^0.1.1"
},
"devDependencies": {
"@expo/dom-webview": "^55.0.3",
"@expo/metro-runtime": "^55.0.6",
"@types/node": "^22.14.0",
"@types/react": "~19.2.0",
"@types/react-test-renderer": "~19.1.0",
"expo-module-scripts": "^55.0.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"web-streams-polyfill": "^3.3.2"
},
"peerDependencies": {
"@expo/dom-webview": "*",
"@expo/metro-runtime": "*",
"react": "*",
"react-native": "*",
"react-native-webview": "*"
},
"peerDependenciesMeta": {
"@expo/dom-webview": {
"optional": true
},
"@expo/metro-runtime": {
"optional": true
},
"react-native-webview": {
"optional": true
}
},
"gitHead": "a4cc8863fe41188075ad91433917bd8e01abbd59"
}