forked from expo/exp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.11 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
{
"name": "exp",
"version": "44.0.0b2",
"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 babel",
"watch": "gulp watch",
"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": "^7.1.0",
"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": "^3.9.1",
"eslint-config-expo": "^5.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.6.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"pkg": "^4.2.1",
"rimraf": "^2.5.2"
},
"dependencies": {
"@expo/bunyan": "^1.8.10",
"@expo/json-file": "^5.2.0",
"@expo/ngrok": "2.2.8",
"@expo/simple-spinner": "^1.0.2",
"babel-runtime": "^6.9.2",
"chalk": "^2.0.1",
"commander": "^2.9.0",
"delay-async": "^1.0.0",
"es6-error": "^3.0.0",
"glob": "^7.0.3",
"indent-string": "^3.1.0",
"inquirer": "^2.0.0",
"lodash": "^4.17.4",
"mz": "^2.6.0",
"progress": "^2.0.0",
"qrcode-terminal": "^0.11.0",
"semver": "^5.0.1",
"source-map-support": "^0.4.1",
"untildify": "^3.0.2",
"xdl": "45.0.0"
}
}