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

163 lines
4.3 KiB
JSON

{
"name": "@expo/cli",
"version": "55.0.14",
"description": "The Expo CLI",
"main": "build/bin/cli",
"bin": {
"expo-internal": "build/bin/cli"
},
"files": [
"add-module.js",
"internal",
"static",
"build"
],
"scripts": {
"build": "taskr",
"prepare": "taskr release",
"clean": "expo-module clean",
"lint": "expo-module lint",
"typecheck": "expo-module typecheck",
"test": "expo-module test",
"test:e2e": "jest --config e2e/jest.config.js",
"test:playwright": "playwright test --config e2e/playwright.config.ts",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/cli"
},
"keywords": [
"expo",
"cli"
],
"author": "Expo",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
"dependencies": {
"@expo/code-signing-certificates": "^0.0.6",
"@expo/config": "~55.0.8",
"@expo/config-plugins": "~55.0.6",
"@expo/devcert": "^1.2.1",
"@expo/env": "~2.1.1",
"@expo/image-utils": "^0.8.12",
"@expo/json-file": "^10.0.12",
"@expo/log-box": "55.0.7",
"@expo/metro": "~54.2.0",
"@expo/metro-config": "~55.0.9",
"@expo/osascript": "^2.4.2",
"@expo/package-manager": "^1.10.3",
"@expo/plist": "^0.5.2",
"@expo/prebuild-config": "^55.0.8",
"@expo/require-utils": "^55.0.2",
"@expo/router-server": "^55.0.9",
"@expo/schema-utils": "^55.0.2",
"@expo/spawn-async": "^1.7.2",
"@expo/ws-tunnel": "^1.0.1",
"@expo/xcpretty": "^4.4.0",
"@react-native/dev-middleware": "0.83.2",
"accepts": "^1.3.8",
"arg": "^5.0.2",
"better-opn": "~3.0.2",
"bplist-creator": "0.1.0",
"bplist-parser": "^0.3.1",
"chalk": "^4.0.0",
"ci-info": "^3.3.0",
"compression": "^1.7.4",
"connect": "^3.7.0",
"debug": "^4.3.4",
"dnssd-advertise": "^1.1.3",
"expo-server": "^55.0.6",
"fetch-nodeshim": "^0.4.6",
"getenv": "^2.0.0",
"glob": "^13.0.0",
"lan-network": "^0.2.0",
"multitars": "^0.2.3",
"node-forge": "^1.3.3",
"npm-package-arg": "^11.0.0",
"ora": "^3.4.0",
"picomatch": "^4.0.3",
"pretty-format": "^29.7.0",
"progress": "^2.0.3",
"prompts": "^2.3.2",
"resolve-from": "^5.0.0",
"semver": "^7.6.0",
"send": "^0.19.0",
"slugify": "^1.3.4",
"source-map-support": "~0.5.21",
"stacktrace-parser": "^0.1.10",
"structured-headers": "^0.4.1",
"terminal-link": "^2.1.1",
"toqr": "^0.1.1",
"wrap-ansi": "^7.0.0",
"ws": "^8.12.1",
"zod": "^3.25.76"
},
"taskr": {
"requires": [
"./taskfile-swc.js"
]
},
"peerDependencies": {
"expo": "*",
"expo-router": "*",
"react-native": "*"
},
"peerDependenciesMeta": {
"expo-router": {
"optional": true
},
"react-native": {
"optional": true
}
},
"devDependencies": {
"@expo/mcp-tunnel": "~0.2.3",
"@expo/ngrok": "4.1.3",
"@playwright/test": "^1.53.1",
"@swc/core": "^1.11.11",
"@taskr/clear": "^1.1.0",
"@taskr/esnext": "^1.1.0",
"@taskr/watch": "^1.1.0",
"@types/accepts": "^1.3.5",
"@types/connect": "^3.4.33",
"@types/cross-spawn": "^6.0.6",
"@types/debug": "^4.1.7",
"@types/execa": "^0.9.0",
"@types/getenv": "^1.0.0",
"@types/klaw-sync": "^6.0.0",
"@types/node": "^22.14.0",
"@types/npm-package-arg": "^6.1.0",
"@types/picomatch": "^4.0.2",
"@types/progress": "^2.0.5",
"@types/prompts": "^2.0.6",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.5.8",
"@types/send": "^0.17.1",
"@types/source-map-support": "^0.5.10",
"@types/webpack": "~4.41.32",
"@types/webpack-dev-server": "^3.11.0",
"@types/wrap-ansi": "^8.0.1",
"@types/ws": "^8.5.4",
"devtools-protocol": "^0.0.1113120",
"expo-atlas": "^0.4.1",
"expo-module-scripts": "^55.0.2",
"find-process": "^1.4.7",
"jest-runner-tsd": "^6.0.0",
"klaw-sync": "^6.0.0",
"memfs": "^3.2.0",
"nock": "^14.0.10",
"node-html-parser": "^6.1.5",
"playwright": "^1.53.1",
"taskr": "^1.1.0",
"tree-kill": "^1.2.2",
"tsd": "^0.28.1"
},
"gitHead": "a4cc8863fe41188075ad91433917bd8e01abbd59"
}