-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
211 lines (211 loc) · 7.09 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
{
"name": "react-native-test-app",
"version": "0.0.1-dev",
"description": "react-native-test-app provides a test app for all supported platforms as a package",
"keywords": [
"android",
"app",
"ios",
"macos",
"react",
"react-native",
"test",
"test-app",
"testing",
"windows"
],
"homepage": "https://github.com/microsoft/react-native-test-app",
"license": "MIT",
"author": {
"name": "Microsoft Open Source",
"email": "[email protected]"
},
"files": [
"*.md",
"ReactTestApp-DevSupport.podspec",
"android/**/*.gradle",
"android/android-manifest.js",
"android/app/lint.xml",
"android/app/src",
"!android/app/src/test",
"android/autolink.mjs",
"android/gradle-wrapper.js",
"android/support/src",
"common",
"example/_gitignore",
"example/android/gradle",
"example/android/gradle.properties",
"example/android/gradlew*",
"example/windows/_gitignore",
"example/{metro,react-native}.config.js",
"ios",
"macos",
"plugins",
"react-native.config.js",
"schema.json",
"scripts/*.js",
"scripts/*.mjs",
"scripts/config-plugins",
"scripts/embed-manifest",
"scripts/utils",
"test-app.gradle",
"test_app.rb",
"visionos",
"windows",
"!.clang-format"
],
"main": "scripts/configure-projects.js",
"bin": {
"configure-test-app": "scripts/configure.mjs",
"init": "scripts/init.mjs",
"init-test-app": "scripts/init.mjs",
"install-windows-test-app": "windows/test-app.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/react-native-test-app.git"
},
"scripts": {
"format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm')",
"format:js": "prettier --write --log-level error $(git ls-files '*.[cm]js' '*.[jt]s' '*.tsx' '*.yml' 'CONTRIBUTING.md' 'README.md' 'test/**/*.json' ':!:.yarn/releases')",
"format:swift": "swiftformat $(git ls-files '*.swift')",
"generate:code": "node scripts/internal/generate-manifest.mjs",
"generate:docs": "node scripts/internal/generate-manifest-docs.mjs",
"generate:schema": "node scripts/internal/generate-schema.mjs",
"lint:commit": "git log --format='%s' origin/trunk..HEAD | tail -1 | npx @rnx-kit/[email protected]",
"lint:js": "eslint $(git ls-files '*.[cm]js' '*.[jt]s' '*.tsx' ':!:*.config.js' ':!:.yarn/releases') && tsc && tsc --project tsconfig.cjs.json",
"lint:kt": "ktlint --relative 'android/app/src/**/*.kt'",
"lint:rb": "bundle exec rubocop",
"lint:swift": "swiftlint",
"prepack": "node scripts/internal/pack.mjs pre",
"postpack": "node scripts/internal/pack.mjs post",
"release-notes": "node scripts/internal/release-notes.mjs",
"set-react-version": "node scripts/internal/set-react-version.mjs",
"show-affected": "node --import tsx scripts/build/affected.ts",
"test": "node scripts/internal/test.mjs",
"test:js": "node --import tsx --test $(git ls-files '*.test.ts')",
"test:matrix": "node scripts/testing/test-matrix.mjs",
"test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('./test/test_*.rb').each { |file| require(file) }\""
},
"dependencies": {
"@rnx-kit/react-native-host": "^0.5.0",
"ajv": "^8.0.0",
"cliui": "^8.0.0",
"fast-xml-parser": "^4.0.0",
"prompts": "^2.4.0",
"semver": "^7.3.5",
"uuid": "^10.0.0"
},
"peerDependencies": {
"@callstack/react-native-visionos": "0.73 - 0.76",
"@expo/config-plugins": ">=5.0",
"react": "17.0.1 - 19.0",
"react-native": "0.66 - 0.76 || >=0.77.0-0 <0.77.0",
"react-native-macos": "^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.76",
"react-native-windows": "^0.0.0-0 || 0.66 - 0.76"
},
"peerDependenciesMeta": {
"@callstack/react-native-visionos": {
"optional": true
},
"@expo/config-plugins": {
"optional": true
},
"react-native-macos": {
"optional": true
},
"react-native-windows": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@expo/config-plugins": "^8.0.0",
"@microsoft/eslint-plugin-sdl": "^1.0.0",
"@react-native-community/cli": "^14.0.0",
"@react-native-community/template": "^0.75.0",
"@rnx-kit/eslint-plugin": "^0.8.0",
"@rnx-kit/tsconfig": "^2.0.0",
"@types/js-yaml": "^4.0.5",
"@types/mustache": "^4.0.0",
"@types/node": "^20.0.0",
"@types/prompts": "~2.4.0",
"@types/semver": "^7.3.6",
"@types/uuid": "^10.0.0",
"eslint": "^9.12.0",
"eslint-plugin-wdio": "^9.0.0",
"js-yaml": "^4.1.0",
"memfs": "^4.0.0",
"minimatch": "^9.0.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-native": "^0.75.0",
"react-native-macos": "^0.75.2",
"react-native-windows": "^0.75.0",
"semantic-release": "^24.0.0",
"suggestion-bot": "^3.0.0",
"tsx": "^4.16.2",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=16.17"
},
"packageManager": "[email protected]",
"resolutions": {
"@appium/base-driver/axios": "^1.7.7",
"@appium/docutils": "link:./example",
"@appium/support/@types/semver": "^7.5.8",
"@appium/support/archiver": "^7.0.1",
"@appium/support/axios": "^1.7.7",
"@appium/support/semver": "^7.6.3",
"@appium/support/teen_process": "^2.2.0",
"@colors/colors": "^1.6.0",
"@expo/config-plugins/glob": "^7.1.6",
"@expo/json-file/@babel/code-frame": "^7.10.4",
"@microsoft/eslint-plugin-sdl/eslint-plugin-react": "^7.35.2",
"@pnpm/network.ca-file/graceful-fs": "~4.2.10",
"@react-native-community/cli": "^14.0.0",
"@react-native-community/cli-platform-android": "^14.0.0",
"@react-native-community/cli-platform-apple": "^14.0.0",
"@react-native-community/cli-platform-ios": "^14.0.0",
"@react-native/assets-registry": "^0.75.0",
"@react-native/codegen": "^0.75.0",
"@react-native/community-cli-plugin": "^0.75.0",
"@react-native/community-cli-plugin/@react-native-community/cli-server-api": "^14.0.0",
"@react-native/community-cli-plugin/@react-native-community/cli-tools": "^14.0.0",
"@react-native/gradle-plugin": "^0.75.0",
"@react-native/js-polyfills": "^0.75.0",
"@react-native/normalize-colors": "^0.75.0",
"@react-native/virtualized-lists": "^0.75.0",
"@semantic-release/npm/npm": "link:./example",
"appium/@types/semver": "^7.5.8",
"appium/ajv": "^8.17.1",
"appium/axios": "^1.7.7",
"appium/semver": "^7.6.3",
"appium/teen_process": "^2.2.0",
"appium/ws": "^8.18.0",
"appium/yaml": "^2.6.0",
"argparse/sprintf-js": "^1.0.2",
"body-parser": "~1.20.3",
"bplist-creator": "~0.1.1",
"bplist-parser": "~0.3.2",
"compression/bytes": "^3.0.0",
"express/qs": "^6.13.0",
"safe-buffer": "~5.2.1"
},
"workspaces": [
"example"
],
"defaultPlatformPackages": {
"android": "react-native",
"ios": "react-native",
"macos": "react-native-macos",
"visionos": "@callstack/react-native-visionos",
"windows": "react-native-windows"
},
"prettier": "./.github/prettierrc.json",
"release": {
"extends": "./.github/semantic-release.json"
}
}