-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.ncurc.json
More file actions
44 lines (44 loc) · 1004 Bytes
/
.ncurc.json
File metadata and controls
44 lines (44 loc) · 1004 Bytes
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
{
"reject": [
"@eslint/js",
"@expo/fingerprint",
"@expo/metro-runtime",
"@hono/valibot-validator",
"@lifi/sdk",
"@openzeppelin/contracts-v4",
"@openzeppelin/contracts-upgradeable-v4",
"@react-native-async-storage/async-storage",
"@types/react",
"account-abstraction",
"babel-preset-expo",
"eslint",
"expo-asset",
"expo-build-properties",
"expo-camera",
"expo-clipboard",
"expo-dev-client",
"expo-font",
"expo-image",
"expo-insights",
"expo-linear-gradient",
"expo-linking",
"expo-router",
"expo-status-bar",
"expo-system-ui",
"expo-updates",
"expo-web-browser",
"hono-openapi",
"metro-config",
"react",
"react-dom",
"react-native",
"react-native-gesture-handler",
"react-native-quick-crypto",
"react-native-reanimated",
"react-native-safe-area-context",
"react-native-screens",
"react-native-svg",
"react-native-worklets",
"typescript"
]
}