forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.75 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "expotools",
"version": "1.0.0",
"description": "A set of commands and libraries for working within the Expo repository",
"main": "build/expotools.js",
"files": [
"bin",
"build",
"scripts",
"templates"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rm -rf build cache",
"et": "bin/expotools.js",
"postinstall": "expo-module configure"
},
"bin": {
"et": "bin/expotools.js",
"expotools": "bin/expotools.js"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@expo/commander": "2.21.1",
"@expo/json-file": "^8.2.6",
"@expo/spawn-async": "^1.5.0",
"@expo/xcodegen": "2.18.0-patch.1",
"@expo/xdl": "^59.1.0",
"@octokit/rest": "^18.5.3",
"@types/base-64": "^0.1.2",
"@types/concat-stream": "^1.6.0",
"@types/connect": "^3.4.32",
"@types/globby": "^8.0.0",
"@types/http-proxy": "^1.16.2",
"@types/indent-string": "^3.0.0",
"@types/inquirer": "^0.0.43",
"@types/ip": "^0.0.32",
"@types/node": "^10.12.9",
"@types/server-destroy": "^1.0.0",
"@types/source-map-support": "^0.4.1",
"@types/uuid": "^3.4.4",
"@types/ws": "^6.0.1",
"aws-sdk": "^2.357.0",
"base-64": "^0.1.0",
"body-parser": "^1.18.2",
"chalk": "^2.1.0",
"cli-table3": "^0.6.0",
"concat-stream": "^1.6.0",
"connect": "^3.6.3",
"cwait": "^1.1.2",
"express": "^4.16.0",
"folder-hash": "^3.0.0",
"freeport-async": "^1.1.1",
"fs-extra": "^9.0.0",
"glob": "^7.1.2",
"glob-promise": "^3.4.0",
"globby": "^7.1.1",
"hash-files": "^1.1.1",
"hotel": "^0.8.7",
"http-proxy": "^1.18.1",
"indent-string": "^3.2.0",
"inquirer": "^7.1.0",
"ip": "^1.1.5",
"jsondiffpatch": "^0.3.11",
"junit-report-builder": "^1.3.0",
"klaw-sync": "^6.0.0",
"lodash": "^4.17.19",
"marked": "^1.1.0",
"minimatch": "^3.0.4",
"ncp": "^2.0.0",
"npm-packlist": "^2.1.2",
"nullthrows": "^1.1.0",
"open": "^7.1.0",
"ora": "^3.4.0",
"pacote": "^11.2.7",
"parse-diff": "^0.8.1",
"plist": "^3.0.1",
"qrcode-terminal": "^0.12.0",
"recursive-omit-by": "^2.0.0",
"semver": "^5.4.1",
"semver-regex": "^3.1.1",
"server-destroy": "^1.0.1",
"sharp": "^0.26.0",
"source-map-support": "^0.5.9",
"strip-ansi": "^6.0.0",
"tar": "^4.4.10",
"terminal-link": "^2.1.1",
"transformer-proxy": "^0.3.4",
"typedoc": "^0.20.35",
"uuid": "^3.1.0",
"ws": "^6.1.0",
"xcode": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/fs-extra": "^9.0.0",
"@types/klaw-sync": "^6.0.0",
"babel-preset-expo": "^8.1.0",
"expo-module-scripts": "^1.2.0",
"prettier": "^2.0.4",
"typescript": "^4.0.2"
}
}