This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
88 lines (88 loc) · 2.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "exp",
"version": "56.0.0",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
"files": ["build", "bin"],
"scripts": {
"start": "yarn run build && yarn run watch",
"build": "gulp clean && gulp build",
"watch": "gulp watch",
"prepare": "yarn build",
"pkg": "pkg ."
},
"bin": {
"exp": "./bin/exp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expo/exp.git"
},
"keywords": ["expo", "react-native"],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/exp/issues"
},
"homepage": "https://github.com/expo/exp#readme",
"engines": {
"node": ">=6.9.1"
},
"pkg": {
"scripts": "build/**/*.js"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-inline-imports-commonjs": "^1.2.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^4.12.0",
"eslint-config-universe": "^1.0.6",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-changed": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"pkg": "^4.2.1",
"prettier": "~1.7.4",
"rimraf": "^2.5.2"
},
"dependencies": {
"@expo/bunyan": "^1.8.10",
"@expo/json-file": "^8.0.0",
"@expo/simple-spinner": "^1.0.2",
"@expo/spawn-async": "^1.3.0",
"babel-runtime": "^6.9.2",
"chalk": "^2.0.1",
"cli-table": "^0.3.1",
"commander": "^2.9.0",
"delay-async": "^1.0.0",
"envinfo": "^3.11.1",
"es6-error": "^3.0.0",
"fs-extra": "^4.0.2",
"glob": "^7.0.3",
"indent-string": "^3.1.0",
"inquirer": "^5.0.1",
"lodash": "^4.17.4",
"match-require": "^2.1.0",
"mkdirp": "^0.5.1",
"ora": "^1.3.0",
"progress": "^2.0.0",
"qrcode-terminal": "^0.11.0",
"semver": "^5.0.1",
"slash": "^1.0.0",
"source-map-support": "^0.4.1",
"untildify": "^3.0.2",
"validator": "^10.4.0",
"wordwrap": "^1.0.0",
"xdl": "50.9.0"
},
"optionalDependencies": {
"@expo/traveling-fastlane-darwin": "1.5.0",
"@expo/traveling-fastlane-linux": "1.5.0"
}
}