-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
114 lines (114 loc) · 2.88 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
{
"name": "my-workspace",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {},
"devDependencies": {
"@nx/js": "20.0.3",
"nx": "20.0.3"
},
"resolutions": {
"react-native": "0.74.5"
},
"workspaces": {
"packages": [
"packages/*",
"apps/*"
],
"nohoist": [
"**/@mapbox/mapbox-sdk/",
"**/@mapbox/mapbox-sdk/services/direction",
"**/@mapbox/",
"**/@mapbox/**",
"**/react-native-morro-taxi-rn-components",
"**/react-native-morro-taxi-rn-components/**",
"**/react-native-phone-number-input",
"**/react-native-phone-number-input/**",
"**/react-is",
"react-is",
"/node_modules/prop-types/node_modules/react-is",
"**/prop-types",
"**/@react-native-community/cli/node_modules/fs-extra",
"fs-extra",
"**/fs-extra/",
"**/fs-extra/**",
"**/fs-extra-*/**",
"**/cli-*/**",
"**/cli-doctor/**",
"**/@react-native-community_cli/",
"@react-native-community/cli-doctor/",
"**/@react-native-community/**",
"**/@react-native-community-*/",
"**/@react-native-community/",
"**/@babel/core/**",
"**/@babel/core",
"**/@babel-*/**",
"**/@babel-*",
"**/@babel",
"**/babel-*",
"**/babel-*/**",
"**/rnmapbox-*/**",
"**/rnmapbox-*",
"**/rnmapbox/**",
"**/rnmapbox",
"**/twilio",
"**/@twilio",
"**/twilio/**",
"**/@twilio-*",
"**/@expo",
"**/@expo/**",
"**/@expo-*",
"**/@expo-*/**",
"**/expo",
"**/expo/**",
"**/expo-*",
"**/expo-*/**",
"**/eslint",
"**/eslint/**",
"**/eslint-*",
"**/eslint-*/**",
"**/@react",
"**/@react/**",
"**/@react-*",
"**/@react-*/**",
"**/react",
"**/react/**",
"**/react-*",
"**/react-*/**",
"**/jest",
"**/jest/**",
"**/jest-*",
"**/jest-*/**",
"**/@jest",
"**/@jest/**",
"**/@jest-*",
"**/@jest-*/**",
"**/scheduler",
"**/scheduler/**",
"**/react-native",
"**/react-native/**",
"**/react-native-phone-number-input",
"**/react-native-phone-number-input/**",
"**/redux",
"**/redux/**",
"**/redux-*",
"**/redux-*/**",
"**/reduxjs",
"**/reduxjs/**",
"**/reduxjs-*",
"**/reduxjs-*/**",
"**/redux-devtools",
"**/redux-devtools/**",
"**/redux-devtools-*",
"**/redux-devtools-*/**",
"**/redux-devtools-remote",
"**/morro-taxi-rn-components",
"**/morro-taxi-rn-components/**",
"**/morro-taxi-rn-components-*",
"**/morro-taxi-rn-components-*/**"
]
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}