-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.7 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 3.7 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
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
115
116
117
118
119
{
"name": "iwut",
"main": "expo-router/entry",
"version": "0.3.21",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"prepare": "git config --local core.hooksPath .git/hooks && lefthook install --force",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "expo lint",
"typecheck": "tsc --noEmit",
"i18n-check": "bun scripts/i18n-check/index.ts",
"check": "bun run lint && bun run typecheck && bun run i18n-check",
"format": "prettier --write . --ignore-path .gitignore --ignore-path .prettierignore"
},
"dependencies": {
"@bacons/apple-targets": "~5.0.0",
"@bsky.app/expo-image-crop-tool": "~0.5.1",
"@expo/vector-icons": "~15.0.2",
"@preeternal/react-native-cookie-manager": "~6.3.2",
"@react-native-assets/slider": "~11.0.12",
"@react-native-masked-view/masked-view": "0.3.2",
"@sentry/react-native": "~7.11.0",
"@shopify/flash-list": "2.0.2",
"expo": "~57.0.20",
"expo-application": "~57.0.2",
"expo-asset": "~57.0.16",
"expo-background-task": "~57.0.16",
"expo-blur": "~57.0.2",
"expo-build-properties": "~57.0.17",
"expo-calendar": "~57.0.2",
"expo-camera": "~57.0.4",
"expo-clipboard": "~57.0.1",
"expo-constants": "~57.0.17",
"expo-dev-client": "~57.0.18",
"expo-device": "~57.0.1",
"expo-file-system": "~57.0.6",
"expo-font": "~57.0.3",
"expo-haptics": "~57.0.2",
"expo-image": "~57.0.4",
"expo-image-picker": "~57.0.16",
"expo-insights": "~57.0.16",
"expo-linear-gradient": "~57.0.1",
"expo-linking": "~57.0.9",
"expo-localization": "~57.0.1",
"expo-observe": "~57.0.19",
"expo-router": "~57.0.19",
"expo-secure-store": "~57.0.3",
"expo-sharing": "~57.0.18",
"expo-splash-screen": "~57.0.8",
"expo-status-bar": "~57.0.1",
"expo-system-ui": "~57.0.3",
"expo-task-manager": "~57.0.16",
"expo-updates": "~57.0.21",
"expo-web-browser": "~57.0.2",
"jszip": "~3.10.1",
"lucide": "~1.33.0",
"morphicons": "~1.7.0",
"nativewind": "~5.0.0-preview.3",
"node-forge": "~1.4.0",
"qrcode": "~1.5.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.3",
"react-native-css": "~3.0.7",
"react-native-file-logger": "~0.7.3",
"react-native-gesture-handler": "~2.32.0",
"react-native-markdown-renderer": "~4.1.1",
"react-native-mmkv": "~4.3.1",
"react-native-nitro-modules": "~0.36.1",
"react-native-pager-view": "8.0.2",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-svg": "15.15.4",
"react-native-tcp-socket": "~6.4.1",
"react-native-toast-message": "2.5.0",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.10.1",
"tailwindcss": "~4.3.0",
"zustand": "~5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "~4.3.0",
"@types/bun": "~1.3.14",
"@types/react": "~19.2.14",
"eslint": "~9",
"eslint-config-expo": "~57.0.2",
"eslint-config-prettier": "~10.1.8",
"eslint-plugin-prettier": "~5.5.6",
"lefthook": "~2.1.10",
"prettier": "~3.9.6",
"typescript": "~6.0.3"
},
"overrides": {
"lightningcss": "1.30.1"
},
"expo": {
"autolinking": {
"buildFromSource": [
"expo-blur"
]
},
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-tcp-socket"
],
"listUnknownPackages": false
}
}
},
"patchedDependencies": {
"@bsky.app/expo-image-crop-tool@0.5.1": "patches/@bsky.app%2Fexpo-image-crop-tool@0.5.1.patch",
"expo-blur@57.0.2": "patches/expo-blur@57.0.2.patch"
}
}