-
-
Notifications
You must be signed in to change notification settings - Fork 359
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 5.72 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 5.72 KB
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
{
"private": true,
"scripts": {
"build": "lerna run build",
"build:tarball": "lerna run build:tarball",
"downlevel": "lerna run downlevel",
"clean": "lerna run clean",
"circularDepCheck": "lerna run circularDepCheck",
"test": "lerna run test",
"fix": "run-s fix:lerna fix:android fix:kotlin fix:clang fix:swift",
"fix:lerna": "lerna run fix",
"fix:android": "run-s 'java:format fix' java:pmd",
"fix:clang": "run-s 'clang:format fix'",
"fix:swift": "run-s 'swift:lint fix'",
"fix:kotlin": "npx ktlint --relative --format '!**/node_modules/**'",
"lint": "run-s lint:lerna lint:android lint:kotlin lint:clang lint:swift ",
"lint:lerna": "lerna run lint",
"lint:android": "run-s 'java:format lint' java:pmd",
"lint:clang": "run-s 'clang:format lint'",
"lint:swift": "run-s 'swift:lint lint'",
"lint:kotlin": "npx ktlint --relative '!**/node_modules/**'",
"java:format": "./scripts/google-java-format.sh",
"java:pmd": "./scripts/pmd.sh",
"clang:format": "./scripts/clang-format.sh",
"swift:lint": "./scripts/swiftlint.sh",
"run-ios": "cd samples/react-native && yarn react-native run-ios",
"run-android": "cd samples/react-native && yarn react-native run-android",
"set-version-samples": "lerna run set-version"
},
"devDependencies": {
"@naturalcycles/ktlint": "^1.13.0",
"@sentry/cli": "3.3.3",
"downlevel-dts": "^0.11.0",
"google-java-format": "^1.4.0",
"lerna": "^8.1.8",
"npm-run-all2": "^6.2.2",
"pmd-bin": "^2.5.0",
"prettier": "^2.0.5",
"react-native-version": "^4.0.0",
"replace-in-file": "^7.0.1"
},
"workspaces": [
"packages/core",
"dev-packages/e2e-tests",
"dev-packages/type-check",
"dev-packages/utils",
"samples/react-native",
"samples/react-native-macos",
"samples/expo",
"performance-tests/TestAppPlain",
"performance-tests/TestAppSentry"
],
"volta": {
"node": "18.20.8",
"yarn": "3.6.4"
},
"//": [
"Appium has a dependency on @xmldom/xmldom@^0.x, which causes chromedrive build to fail yarn install",
"See: https://github.com/appium/appium-chromedriver/pull/424"
],
"resolutions": {
"appium-chromedriver@npm:5.6.73/@xmldom/xmldom": "0.8.10",
"@istanbuljs/load-nyc-config@npm:1.1.0/js-yaml": "^3.14.2",
"@yarnpkg/parsers@npm:3.0.0-rc.46/js-yaml": "^3.14.2",
"cosmiconfig@npm:5.2.1/js-yaml": "^3.14.2",
"front-matter@npm:4.0.2/js-yaml": "^3.14.2",
"js-yaml": "^4.1.1",
"ajv-formats@npm:2.1.1/ajv": "^8.18.0",
"appium@npm:2.4.1/ajv": "^8.18.0",
"detox@npm:20.46.0/ajv": "^8.18.0",
"@eslint/eslintrc@npm:2.1.4/ajv": "^6.14.0",
"@eslint/eslintrc@npm:3.3.3/ajv": "^6.14.0",
"eslint@npm:8.57.0/ajv": "^6.14.0",
"eslint@npm:8.57.1/ajv": "^6.14.0",
"eslint@npm:9.39.2/ajv": "^6.14.0",
"express@npm:4.19.2/path-to-regexp": "0.1.12",
"@eslint/config-array@npm:0.21.1/minimatch": "^3.1.3",
"@eslint/eslintrc@npm:2.1.4/minimatch": "^3.1.3",
"@eslint/eslintrc@npm:3.3.3/minimatch": "^3.1.3",
"@expo/fingerprint@npm:0.6.1/minimatch": "^3.1.3",
"@humanwhocodes/config-array@npm:0.11.14/minimatch": "^3.1.3",
"@humanwhocodes/config-array@npm:0.13.0/minimatch": "^3.1.3",
"@lerna/create@npm:8.1.8/minimatch": "^3.1.3",
"eslint-plugin-import@npm:2.31.0/minimatch": "^3.1.3",
"eslint-plugin-import@npm:2.32.0/minimatch": "^3.1.3",
"eslint-plugin-node@npm:11.1.0/minimatch": "^3.1.3",
"eslint-plugin-react@npm:7.35.0/minimatch": "^3.1.3",
"eslint-plugin-react@npm:7.37.5/minimatch": "^3.1.3",
"eslint@npm:8.57.0/minimatch": "^3.1.3",
"eslint@npm:8.57.1/minimatch": "^3.1.3",
"eslint@npm:9.39.2/minimatch": "^3.1.3",
"glob@npm:6.0.4/minimatch": "^3.1.3",
"glob@npm:7.1.6/minimatch": "^3.1.3",
"glob@npm:7.2.3/minimatch": "^3.1.3",
"jake@npm:10.9.2/minimatch": "^3.1.3",
"lerna@npm:8.1.8/minimatch": "^3.1.3",
"multimatch@npm:5.0.0/minimatch": "^3.1.3",
"node-dir@npm:0.1.17/minimatch": "^3.1.3",
"test-exclude@npm:6.0.0/minimatch": "^3.1.3",
"filelist@npm:1.0.4/minimatch": "^5.1.8",
"glob@npm:8.1.0/minimatch": "^5.1.8",
"readdir-glob@npm:1.1.3/minimatch": "^5.1.8",
"glob@npm:9.3.5/minimatch": "^8.0.6",
"@expo/cli@npm:0.24.11/minimatch": "^9.0.7",
"@expo/fingerprint@npm:0.12.4/minimatch": "^9.0.7",
"@expo/metro-config@npm:0.20.13/minimatch": "^9.0.7",
"@npmcli/arborist@npm:7.5.4/minimatch": "^9.0.7",
"@npmcli/map-workspaces@npm:3.0.6/minimatch": "^9.0.7",
"@nx/devkit@npm:19.6.4/minimatch": "^9.0.7",
"@sentry/node@npm:10.31.0/minimatch": "^9.0.7",
"@tufjs/models@npm:2.0.1/minimatch": "^9.0.7",
"@typescript-eslint/typescript-estree@npm:6.21.0/minimatch": "^9.0.7",
"@typescript-eslint/typescript-estree@npm:7.18.0/minimatch": "^9.0.7",
"@typescript-eslint/typescript-estree@npm:8.50.0/minimatch": "^9.0.7",
"@typescript-eslint/typescript-estree@npm:8.54.0/minimatch": "^9.0.7",
"editorconfig@npm:1.0.4/minimatch": "^9.0.7",
"glob@npm:10.4.1/minimatch": "^9.0.7",
"glob@npm:10.4.5/minimatch": "^9.0.7",
"ignore-walk@npm:6.0.5/minimatch": "^9.0.7",
"npm-run-all2@npm:6.2.2/minimatch": "^9.0.7",
"nx@npm:19.6.4/minimatch": "^9.0.7",
"webdriverio@npm:8.40.5/minimatch": "^9.0.7",
"glob@npm:13.0.0/minimatch": "^10.2.3",
"axios": "^1.13.5",
"fast-xml-parser": "^5.3.6",
"form-data": "4.0.5",
"qs": "^6.14.2",
"lodash": "^4.17.23",
"tar-fs": "^3.1.1",
"on-headers": "^1.1.0",
"diff": "^5.2.2",
"tar": "^7.5.10",
"tmp": "^0.2.4"
},
"version": "0.0.0",
"name": "sentry-react-native",
"packageManager": "yarn@3.6.4+sha512.e70835d4d6d62c07be76b3c1529cb640c7443f0fe434ef4b6478a5a399218cbaf1511b396b3c56eb03bc86424cff2320f6167ad2fde273aa0df6e60b7754029f"
}