forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.65 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
{
"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": "taskr release",
"watch": "taskr",
"clean": "rm -rf build cache",
"et": "node bin/expotools.js",
"lint": "eslint ."
},
"taskr": {
"requires": [
"./taskfile-swc.js"
]
},
"author": "support@expo.dev",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.441.0",
"@expo/commander": "2.21.1",
"@expo/json-file": "^8.2.37",
"@expo/multipart-body-parser": "^1.1.0",
"@expo/plist": "^0.0.20",
"@expo/spawn-async": "^1.7.0",
"@expo/swiftlint": "^0.52.4",
"@expo/xcodegen": "2.18.0-patch.1",
"@expo/xdl": "^59.2.1",
"@linear/sdk": "^2.6.0",
"@octokit/rest": "^19.0.7",
"body-parser": "^1.20.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.2",
"cwait": "^1.1.2",
"diff": "^5.1.0",
"express": "^4.19.2",
"folder-hash": "^4.0.2",
"fs-extra": "^10.1.0",
"glob": "^10.4.1",
"got": "^11.8.6",
"gradle-upgrade-interactive": "^0.7.4",
"http-proxy": "^1.18.1",
"inquirer": "^8.2.2",
"ip": "^1.1.9",
"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",
"openai": "^3.2.1",
"ora": "^5.4.1",
"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.6.0",
"sharp": "^0.32.6",
"strip-ansi": "^6.0.0",
"terminal-link": "^2.1.1",
"typedoc": "0.25.13",
"uuid": "^9.0.0",
"xcode": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@swc/core": "^1.2.126",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.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": "^18.19.34",
"@types/node-fetch": "^2.6.2",
"@types/semver": "^7.5.8",
"@types/uuid": "^9.0.2",
"eslint": "^8.56.0",
"eslint-config-universe": "^13.0.0",
"eslint-plugin-lodash": "^7.4.0",
"prettier": "^3.3.2",
"taskr": "1.1.0",
"typescript": "^5.1.3"
}
}