Files
Schnappix/node_modules/@expo/cli/package.json
T

174 lines
4.7 KiB
JSON

{
"name": "@expo/cli",
"version": "54.0.25",
"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",
"generate-graphql-code": "graphql-codegen --config graphql-codegen.yml"
},
"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": {
"@0no-co/graphql.web": "^1.0.8",
"@expo/code-signing-certificates": "^0.0.6",
"@expo/config": "~12.0.13",
"@expo/config-plugins": "~54.0.4",
"@expo/devcert": "^1.2.1",
"@expo/env": "~2.0.8",
"@expo/image-utils": "^0.8.8",
"@expo/json-file": "^10.0.16",
"@expo/metro": "~54.2.0",
"@expo/metro-config": "~54.0.16",
"@expo/osascript": "^2.3.8",
"@expo/package-manager": "^1.9.10",
"@expo/plist": "^0.4.9",
"@expo/prebuild-config": "^54.0.8",
"@expo/schema-utils": "^0.1.8",
"@expo/spawn-async": "^1.7.2",
"@expo/ws-tunnel": "^1.0.1",
"@expo/xcpretty": "^4.3.0",
"@react-native/dev-middleware": "0.81.5",
"@urql/core": "^5.0.6",
"@urql/exchange-retry": "^1.3.0",
"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",
"env-editor": "^0.4.1",
"expo-server": "^1.0.7",
"freeport-async": "^2.0.0",
"getenv": "^2.0.0",
"glob": "^13.0.0",
"lan-network": "^0.2.1",
"minimatch": "^9.0.0",
"node-forge": "^1.3.3",
"npm-package-arg": "^11.0.0",
"ora": "^3.4.0",
"picomatch": "^4.0.3",
"pretty-bytes": "^5.6.0",
"pretty-format": "^29.7.0",
"progress": "^2.0.3",
"prompts": "^2.3.2",
"qrcode-terminal": "0.11.0",
"require-from-string": "^2.0.2",
"requireg": "^0.2.2",
"resolve": "^1.22.2",
"resolve-from": "^5.0.0",
"resolve.exports": "^2.0.3",
"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",
"tar": "^7.5.2",
"terminal-link": "^2.1.1",
"undici": "^6.18.2",
"wrap-ansi": "^7.0.0",
"ws": "^8.12.1"
},
"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.1",
"@expo/multipart-body-parser": "^1.0.0",
"@expo/ngrok": "4.1.3",
"@graphql-codegen/cli": "^2.16.3",
"@graphql-codegen/typescript": "^2.8.7",
"@graphql-codegen/typescript-operations": "^2.5.12",
"@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/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": "^5.0.8",
"find-process": "^1.4.7",
"jest-runner-tsd": "^6.0.0",
"klaw-sync": "^6.0.0",
"memfs": "^3.2.0",
"nock": "14.0.0-beta.7",
"node-html-parser": "^6.1.5",
"nullthrows": "^1.1.1",
"playwright": "^1.53.1",
"taskr": "^1.1.0",
"tree-kill": "^1.2.2",
"tsd": "^0.28.1"
},
"gitHead": "45c60e10956764bbac6c62454890eeb25c74bbd6"
}