UNPKG

@expo/xdl

Version:
147 lines (146 loc) 4.25 kB
{ "name": "@expo/xdl", "version": "59.2.1", "description": "The Expo Development Library", "main": "build/xdl.js", "files": [ "build", "!**/__integration_tests__/**", "binaries", "caches", "scripts" ], "scripts": { "start": "yarn run prepare && yarn run watch", "build": "tsc --emitDeclarationOnly && gulp build", "prepare": "yarn run clean && yarn run build", "prepack": "gulp caches", "clean": "rimraf build ./tsconfig.tsbuildinfo", "watch": "concurrently \"tsc --emitDeclarationOnly --watch\" \"gulp watch\"", "test": "jest --config jest/unit-test-config.js", "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/master/packages/xdl#readme", "dependencies": { "@expo/bunyan": "4.0.0", "@expo/config": "3.3.30", "@expo/dev-server": "0.1.56", "@expo/devcert": "^1.0.0", "@expo/json-file": "8.2.28-alpha.0", "@expo/osascript": "2.0.24", "@expo/package-manager": "0.0.39-alpha.0", "@expo/plist": "0.0.11", "@expo/schemer": "1.3.27-alpha.0", "@expo/spawn-async": "1.5.0", "@expo/webpack-config": "0.12.60", "@hapi/joi": "^17.1.1", "@types/text-table": "^0.2.1", "analytics-node": "3.5.0", "axios": "0.21.1", "boxen": "4.1.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": "0.7.0", "glob": "7.1.6", "hasbin": "1.2.3", "hashids": "1.1.4", "indent-string": "3.2.0", "internal-ip": "4.3.0", "is-reachable": "^4.0.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", "ncp": "2.0.0", "node-forge": "0.10.0", "p-map": "3.0.0", "p-retry": "4.1.0", "p-timeout": "3.1.0", "package-json": "6.4.0", "pascal-case": "2.0.1", "pretty-bytes": "^5.3.0", "probe-image-size": "~6.0.0", "progress": "2.0.3", "prompts": "^2.3.2", "raven": "2.6.3", "react-dev-utils": "~11.0.1", "read-last-lines": "1.6.0", "replace-string": "1.1.0", "requireg": "^0.2.2", "semver": "7.3.2", "serialize-error": "6.0.0", "slugid": "1.1.0", "slugify": "^1.3.6", "source-map-support": "0.4.18", "split": "1.0.1", "strip-ansi": "^6.0.0", "tar": "4.4.6", "terminal-link": "^2.1.1", "text-table": "^0.2.0", "tree-kill": "1.2.2", "url-join": "4.0.0", "uuid": "3.3.2", "webpack": "4.43.0", "webpack-dev-server": "3.11.0", "xcode": "^2.1.0", "xmldom": "0.1.27" }, "devDependencies": { "@babel/core": "^7.4.5", "@expo/babel-preset-cli": "0.2.18", "@expo/ngrok": "2.4.3", "@types/analytics-node": "^3.1.1", "@types/concat-stream": "^1.6.0", "@types/form-data": "^2.2.0", "@types/fs-extra": "^9.0.1", "@types/getenv": "^0.7.0", "@types/hapi__joi": "^17.1.2", "@types/hashids": "^1.0.30", "@types/lodash": "^4.14.168", "@types/ncp": "^2.0.1", "@types/node-forge": "^0.9.7", "@types/progress": "^2.0.3", "@types/prompts": "^2.0.9", "@types/raven": "^2.5.3", "@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": "^4.0.1", "@types/url-join": "^4.0.0", "@types/uuid": "^3.4.4", "@types/webpack": "4.41.18", "@types/webpack-dev-server": "3.11.0", "concurrently": "^4.1.0", "gulp": "^4.0.0", "gulp-babel": "^8.0.0", "gulp-changed": "^1.3.1", "gulp-cli": "^1.2.2", "gulp-plumber": "^1.1.0", "gulp-shell": "^0.5.2", "gulp-sourcemaps": "^1.6.0", "memfs": "^3.2.0", "rimraf": "^3.0.2" }, "publishConfig": { "access": "public" }, "gitHead": "613642fe06827cc231405784b099cf71c29072df" }