UNPKG

xdl

Version:

The Expo Development Library

132 lines (131 loc) 3.83 kB
{ "name": "xdl", "version": "47.0.0", "description": "The Expo Development Library", "main": "build/xdl.js", "files": ["build", "binaries", "caches", "scripts"], "scripts": { "start": "yarn run build && yarn run watch", "build": "cross-env NODE_ENV=production gulp clean && gulp build", "prepublish": "yarn build", "watch": "gulp watch", "test": "jest --config jest/unit-test-config.json", "integration-tests": "jest --config jest/integration-test-config.json", "flow-typed": "flow-typed install --flowVersion=\"$(flow version | awk '{ print $9 }')\"" }, "repository": { "type": "git", "url": "git+https://github.com/exponent/xdl.git" }, "author": "support@expo.io", "license": "MIT", "bugs": { "url": "https://github.com/exponent/xdl/issues" }, "homepage": "https://github.com/exponent/xdl#readme", "powertools": { "group": "dev-tools" }, "dependencies": { "@expo/bunyan": "^1.8.10", "@expo/json-file": "^5.3.0", "@expo/osascript": "^1.8.0", "@expo/schemer": "1.1.0", "@expo/spawn-async": "^1.2.8", "analytics-node": "^2.1.0", "auth0": "^2.7.0", "auth0-js": "^7.4.0", "axios": "^0.16.1", "bluebird": "^3.4.7", "body-parser": "^1.15.2", "concat-stream": "^1.6.0", "decache": "^4.1.0", "delay-async": "^1.0.0", "es6-error": "^4.0.2", "exists-async": "^2.0.0", "express": "^4.13.4", "file-type": "^4.0.0", "form-data": "^2.1.4", "freeport-async": "^1.1.1", "fs-extra": "^4.0.2", "getenv": "^0.7.0", "glob": "^7.0.3", "globby": "^6.1.0", "hasbin": "^1.2.3", "home-dir": "^1.0.0", "indent-string": "^3.1.0", "instapromise": "2.0.7-rc.1", "joi": "^10.0.2", "jsonfile": "^2.3.1", "jsonschema": "^1.1.0", "jsonwebtoken": "^7.2.1", "lodash": "^4.14.1", "md5hex": "^1.0.0", "mkdirp": "^0.5.1", "mkdirp-promise": "^5.0.0", "mv": "^2.1.1", "mz": "^2.6.0", "ncp": "^2.0.0", "opn": "^4.0.2", "plist": "2.1.0", "querystring": "^0.2.0", "raven": "^2.1.1", "raven-js": "^3.17.0", "react-redux": "^5.0.2", "read-chunk": "^2.0.0", "redux": "^3.6.0", "redux-logger": "^2.7.4", "replace-string": "^1.1.0", "request": "^2.74.0", "request-progress": "^3.0.0", "semver": "^5.3.0", "slugid": "^1.1.0", "slugify": "^1.0.2", "source-map-support": "^0.4.2", "tar": "^4.0.2", "tree-kill": "^1.1.0", "url": "^0.11.0", "util.promisify": "^1.0.0", "uuid": "^3.0.1", "xmldom": "^0.1.27", "yesno": "^0.0.1" }, "devDependencies": { "@expo/ngrok": "2.3.0", "babel-cli": "^6.14.0", "babel-eslint": "^7.1.0", "babel-jest": "^19.0.0", "babel-plugin-module-resolver": "^2.4.0", "babel-plugin-transform-flow-strip-types": "^6.21.0", "babel-plugin-transform-inline-imports-commonjs": "^1.2.0", "babel-plugin-transform-runtime": "^6.12.0", "babel-preset-es2015": "^6.14.0", "babel-preset-es2015-node6": "^0.4.0", "babel-preset-stage-1": "^6.5.0", "cross-env": "^3.1.3", "eslint": "^3.9.1", "eslint-config-exponent": "^5.0.1", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-flowtype": "^2.25.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-react": "^6.6.0", "extend": "^3.0.0", "flow-bin": "^0.37.4", "flow-typed": "^2.0.0", "gulp": "github:gulpjs/gulp#4.0", "gulp-babel": "^6.1.2", "gulp-changed": "^1.3.1", "gulp-cli": "^1.2.2", "gulp-plumber": "^1.1.0", "gulp-rename": "^1.2.2", "gulp-shell": "^0.5.2", "gulp-sourcemaps": "^1.6.0", "gulplog": "^1.0.0", "hashids": "^1.1.1", "jest": "^19.0.2", "mock-fs": "^3.12.1", "promise-print": "^2.3.0", "react": "16.0.0-alpha.12", "rimraf": "^2.5.4" } }