-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.3 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": "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": "node bin/expotools.js",
"lint": "eslint ./src"
},
"author": "support@expo.dev",
"license": "MIT",
"dependencies": {
"@expo/commander": "2.21.1",
"@expo/json-file": "^8.2.36",
"@expo/spawn-async": "^1.7.0",
"@expo/swiftlint": "^0.2.0",
"@expo/xcodegen": "2.18.0-patch.1",
"@expo/xdl": "^59.2.1",
"@octokit/rest": "^19.0.4",
"aws-sdk": "^2.814.0",
"body-parser": "^1.20.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.2",
"cwait": "^1.1.2",
"diff": "^5.1.0",
"express": "^4.17.3",
"folder-hash": "^4.0.2",
"fs-extra": "^10.1.0",
"glob": "^7.2.0",
"glob-promise": "^4.2.2",
"gradle-upgrade-interactive": "^0.7.4",
"http-proxy": "^1.18.1",
"inquirer": "^8.2.2",
"ip": "^1.1.5",
"jsondiffpatch": "^0.4.1",
"junit-report-builder": "^1.3.0",
"klaw-sync": "^6.0.0",
"lodash": "^4.17.21",
"marked": "^1.1.0",
"minimatch": "^3.0.4",
"ncp": "^2.0.0",
"node-fetch": "^2.6.7",
"npm-packlist": "^5.1.3",
"nullthrows": "^1.1.1",
"open": "^8.4.0",
"pacote": "^13.1.1",
"parse-diff": "^0.9.0",
"plist": "^3.0.6",
"pretty-bytes": "^5.6.0",
"qrcode-terminal": "^0.12.0",
"recursive-omit-by": "^2.0.0",
"semver": "^7.3.7",
"sharp": "^0.30.5",
"strip-ansi": "^6.0.0",
"terminal-link": "^2.1.1",
"typedoc": "^0.22.15",
"uuid": "^3.1.0",
"xcode": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@types/diff": "^5.0.2",
"@types/folder-hash": "^4.0.2",
"@types/fs-extra": "^9.0.13",
"@types/http-proxy": "^1.17.9",
"@types/inquirer": "^8.2.1",
"@types/ip": "^1.1.0",
"@types/klaw-sync": "^6.0.1",
"@types/node": "16.11.43",
"@types/node-fetch": "^2.6.2",
"@types/semver": "^7.3.12",
"@types/uuid": "^3.4.4",
"eslint": "^8.29.0",
"eslint-config-universe": "^11.1.1",
"eslint-plugin-lodash": "^7.4.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
}
}