-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
{
"private": true,
"name": "identifier",
"scripts": {},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/react",
"**/react/**",
"**/react-dom",
"**/react-dom/**",
"**/styled-components",
"**/styled-components/**",
"**/react-native",
"**/react-native/**",
"**/expo",
"**/expo/**",
"**/@expo/**",
"**/expo-status-bar",
"**/react-native-maps",
"**/expo-location",
"**/expo-application",
"**/expo-notifications",
"**/expo-permissions",
"**/galio-framework",
"**/reanimated-bottom-sheet",
"**/react-native-gesture-handler",
"**/react-native-reanimated",
"**/expo-constants",
"**/react-native-maps-directions",
"**/@react-navigation/native",
"**/@react-navigation/stack",
"**/react-native-gesture-handler",
"**/react-native-reanimated",
"**/react-native-screens",
"**/react-native-safe-area-context",
"**/@react-native-community/masked-view",
"**/react-native-dotenv",
"**/@react-native-community/async-storage",
"**/expo-task-manager",
"**/react-native-gifted-chat",
"**/react-native-lightbox",
"**/typeorm"
]
},
"devDependencies": {
"prettier": "^2.1.2",
"typescript": "^4.0.5"
}
}