-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 4.93 KB
/
package.json
File metadata and controls
152 lines (152 loc) · 4.93 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "inferrlm",
"main": "index.tsx",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"test": "jest --watchAll",
"lint": "expo lint",
"eas-build-post-install": "if [ \"$EAS_BUILD_PLATFORM\" = \"ios\" ]; then xcodebuild -downloadComponent MetalToolchain; fi"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/plist": "^0.3.5",
"@expo/vector-icons": "^15.0.3",
"@inferrlm/react-native-mlx": "0.4.2-alpha.10",
"@op-engineering/op-sqlite": "^15.2.7",
"@react-native-ai/apple": "0.12.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/slider": "^5.1.2",
"@react-native-google-signin/google-signin": "^16.0.0",
"@react-native-ml-kit/text-recognition": "^2.0.0",
"@react-native-rag/op-sqlite": "^0.2.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.1.1",
"device-info": "file:./modules/device-info",
"eas": "^0.1.0",
"eventemitter3": "^5.0.1",
"expo": "54.0.33",
"expo-apple-authentication": "~8.0.8",
"expo-asset": "~12.0.12",
"expo-background-task": "~1.0.10",
"expo-blur": "~15.0.8",
"expo-camera": "~17.0.10",
"expo-constants": "~18.0.13",
"expo-crypto": "~15.0.8",
"expo-dev-client": "~6.0.20",
"expo-device": "~8.0.10",
"expo-document-picker": "~14.0.8",
"expo-file-system": "~19.0.21",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",
"expo-image-manipulator": "~14.0.8",
"expo-image-picker": "~17.0.10",
"expo-keep-awake": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-localization": "~17.0.8",
"expo-media-library": "~18.2.1",
"expo-network": "~8.0.8",
"expo-router": "~6.0.23",
"expo-secure-store": "~15.0.8",
"expo-sharing": "~14.0.8",
"expo-splash-screen": "~31.0.13",
"expo-sqlite": "~16.0.10",
"expo-status-bar": "~3.0.9",
"expo-symbols": "~1.0.8",
"expo-system-ui": "~6.0.9",
"expo-task-manager": "~14.0.9",
"expo-updates": "~29.0.16",
"expo-web-browser": "~15.0.10",
"firebase": "^12.2.1",
"install": "^0.13.0",
"jest-expo": "~54.0.17",
"llama.rn": "0.11.5",
"local-server": "file:./modules/local-server",
"npm": "^11.8.0",
"pdf-image": "file:./modules/pdf-image",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-code-highlighter": "^1.3.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-in-app-review": "^4.4.2",
"react-native-mathjax-svg": "^0.9.9",
"react-native-nitro-markdown": "^0.5.3",
"react-native-nitro-modules": "^0.35.0",
"react-native-paper": "^5.15.0",
"react-native-pdf-renderer": "^2.3.0",
"react-native-qrcode-styled": "^0.4.0",
"react-native-rag": "^0.2.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-tcp-socket": "^6.4.1",
"react-native-webview": "13.15.0",
"react-syntax-highlighter": "^15.6.6",
"transfer": "file:./modules/transfer"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/helpers": ">=7.26.10",
"@babel/runtime": "^7.27.6",
"@react-native/gradle-plugin": "^0.78.1",
"@types/jest": "^29.5.12",
"@types/react": "~19.1.10",
"@types/react-test-renderer": "^18.3.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^8.57.0",
"eslint-config-expo": "~10.0.0",
"expo-build-properties": "~1.0.10",
"jest": "^29.2.1",
"patch-package": "^8.0.0",
"react-test-renderer": "19.0.0",
"typescript": "~5.9.2"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@react-native-ai/apple",
"@react-native-rag/op-sqlite",
"@vercel/oidc",
"eas",
"firebase",
"react-syntax-highlighter",
"@react-native-ml-kit/text-recognition",
"react-native-tcp-socket"
],
"listUnknownPackages": false
}
}
},
"engines": {
"node": ">=16.0.0 <25.0.0"
},
"resolutions": {
"form-data": "^4.0.4",
"@eslint/plugin-kit": "^0.3.4",
"on-headers": "^1.1.0",
"markdown-it": "^14.0.0",
"react-native-windows": "npm:react-native@0.79.6"
},
"overrides": {
"markdown-it": "^14.0.0",
"image-size": "^1.2.1",
"undici": "^6.21.2",
"form-data": "^4.0.4",
"@eslint/plugin-kit": "^0.3.4",
"on-headers": "^1.1.0",
"prismjs": "^1.30.0",
"tmp": "^0.2.4",
"react-native-windows": "npm:react-native@0.79.6"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}