You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
128 lines
3.7 KiB
128 lines
3.7 KiB
{
|
|
"name": "xdl",
|
|
"version": "59.3.0",
|
|
"description": "The Expo Development Library",
|
|
"main": "build/index.js",
|
|
"files": [
|
|
"build",
|
|
"!**/__integration_tests__/**",
|
|
"binaries",
|
|
"caches",
|
|
"static",
|
|
"scripts"
|
|
],
|
|
"scripts": {
|
|
"start": "yarn run prepare && yarn run watch",
|
|
"build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\",\"src/**/__integration_tests__/*\"",
|
|
"prepare": "yarn run clean && yarn run build",
|
|
"prepack": "node scripts/updateCaches.js",
|
|
"clean": "rimraf build ./tsconfig.tsbuildinfo",
|
|
"watch": "tsc --watch --preserveWatchOutput",
|
|
"test": "jest",
|
|
"integration-tests": "jest --config jest/integration-test-config.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo-cli.git",
|
|
"directory": "packages/xdl"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/expo/expo-cli/tree/main/packages/xdl#readme",
|
|
"dependencies": {
|
|
"@expo/bunyan": "4.0.0",
|
|
"@expo/config": "6.0.24",
|
|
"@expo/config-plugins": "4.1.5",
|
|
"@expo/dev-server": "0.1.115",
|
|
"@expo/devcert": "^1.0.0",
|
|
"@expo/json-file": "8.2.37",
|
|
"@expo/osascript": "2.0.33",
|
|
"@expo/package-manager": "0.0.56",
|
|
"@expo/plist": "0.0.20",
|
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
"@expo/schemer": "1.4.4",
|
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
|
"@expo/spawn-async": "1.5.0",
|
|
"@expo/webpack-config": "0.17.4",
|
|
"axios": "0.21.1",
|
|
"better-opn": "^3.0.1",
|
|
"boxen": "^5.0.1",
|
|
"bplist-parser": "^0.3.0",
|
|
"chalk": "^4.0.0",
|
|
"concat-stream": "1.6.2",
|
|
"decache": "4.4.0",
|
|
"express": "4.16.4",
|
|
"form-data": "^2.3.2",
|
|
"freeport-async": "2.0.0",
|
|
"fs-extra": "9.0.0",
|
|
"getenv": "^1.0.0",
|
|
"glob": "7.1.6",
|
|
"hasbin": "1.2.3",
|
|
"internal-ip": "4.3.0",
|
|
"is-reachable": "^4.0.0",
|
|
"is-root": "^2.1.0",
|
|
"json-schema-deref-sync": "^0.13.0",
|
|
"latest-version": "5.1.0",
|
|
"lodash": "^4.17.19",
|
|
"md5hex": "1.0.0",
|
|
"minimatch": "3.0.4",
|
|
"mv": "2.1.1",
|
|
"node-forge": "0.10.0",
|
|
"nullthrows": "1.1.1",
|
|
"p-map": "3.0.0",
|
|
"p-retry": "4.1.0",
|
|
"p-timeout": "3.1.0",
|
|
"package-json": "6.4.0",
|
|
"pretty-bytes": "^5.3.0",
|
|
"probe-image-size": "~6.0.0",
|
|
"progress": "2.0.3",
|
|
"prompts": "^2.3.2",
|
|
"react-dev-utils": "~11.0.1",
|
|
"requireg": "^0.2.2",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "7.3.2",
|
|
"serialize-error": "6.0.0",
|
|
"source-map-support": "0.4.18",
|
|
"split": "1.0.1",
|
|
"strip-ansi": "^6.0.0",
|
|
"tar": "^6.0.5",
|
|
"terminal-link": "^2.1.1",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "1.2.2",
|
|
"url-join": "4.0.0",
|
|
"uuid": "^8.0.0",
|
|
"webpack": "4.43.0",
|
|
"webpack-dev-server": "3.11.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.5",
|
|
"@expo/ngrok": "4.1.0",
|
|
"@types/concat-stream": "^1.6.0",
|
|
"@types/form-data": "^2.2.0",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/getenv": "^0.7.0",
|
|
"@types/hashids": "^1.0.30",
|
|
"@types/node-forge": "^0.9.7",
|
|
"@types/react-dev-utils": "~9.0.4",
|
|
"@types/semver": "^6.0.0",
|
|
"@types/source-map-support": "^0.5.0",
|
|
"@types/split": "^1.0.0",
|
|
"@types/strip-ansi": "^5.2.1",
|
|
"@types/tar": "^6.1.1",
|
|
"@types/text-table": "^0.2.1",
|
|
"@types/url-join": "^4.0.0",
|
|
"@types/uuid": "^8.3.1",
|
|
"@types/webpack": "4.41.18",
|
|
"@types/webpack-dev-server": "3.11.0",
|
|
"@types/wrap-ansi": "^3.0.0",
|
|
"hashids": "1.1.4",
|
|
"tempy": "^0.7.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|