-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "react-native-bluetooth-state-manager-workspace",
"workspaces": [
"apps/*",
"packages/*"
],
"resolutions": {
"react": "18.3.1",
"react-native": "0.77.0"
},
"trustedDependencies": [
"@swc/core",
"nitro-codegen",
"nx",
"react-native-bluetooth-state-manager",
"react-native-nitro-modules"
],
"devDependencies": {
"@expo/cli": "~0.21.8",
"@nx/expo": "21.1.2",
"@nx/js": "21.1.2",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react-native": "~12.9.0",
"@types/react": "~18.3.12",
"babel-preset-expo": "~12.0.1",
"jest-expo": "~52.0.2",
"nx": "21.1.2",
"prettier": "^3.5.3",
"react-test-renderer": "~18.3.1",
"typescript": "^5.8.3"
},
"dependencies": {
"@expo/metro-config": "~0.19.4",
"@expo/metro-runtime": "~4.0.0",
"expo": "~52.0.11",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-native": "0.76.3",
"react-native-nitro-modules": "^0.29.4",
"react-native-svg": "~15.8.0",
"react-native-svg-transformer": "~1.5.0",
"react-native-web": "~0.19.13"
},
"patchedDependencies": {
"nx@21.1.2": "patches/nx@21.1.2.patch"
}
}