-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
{
"name": "root",
"private": true,
"workspaces": {
"nohoist": [
"**/react",
"**/react/**",
"**/react-dom",
"**/react-dom/**",
"**/react-native",
"**/react-native/**",
"**/styled-components/**",
"**/styled-components",
"**/styled-components/native",
"**/styled-components/native/**",
"**/@react-navigation",
"**/react-navigation",
"**/react-navigation/**",
"**/@react-navigation/**",
"**/babel-plugin-styled-components/**",
"**/axios",
"**/axios/**",
"**/react-native-config",
"**/react-native-config/**",
"**/react-native-gesture-handler",
"**/react-native-gesture-handler/**",
"**/react-native-reanimated ",
"**/react-native-reanimated/**",
"**/react-native-screens",
"**/react-native-screens/**",
"**/react-native-safe-area-context",
"**/react-native-safe-area-context/**",
"**/@react-native-community",
"**/@react-native-community/**",
"**/@react-native-community/masked-view",
"**/@react-native-community/masked-view/**",
"**/@react-native-community/async-storage",
"**/@react-native-community/async-storage/**",
"**/react-native-paper",
"**/react-native-paper/**",
"**/react-native-vector-icons",
"**/react-native-vector-icons/**"
],
"packages": [
"packages/*"
]
},
"devDependencies": {
"lerna": "^3.20.2"
}
}