forked from olyasir/ocr_app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.77 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
{
"name": "exec-ocr-app",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@qvac/rag": "^0.4.2",
"@react-native-async-storage/async-storage": "^2.2.0",
"@tetherto/sdk-dev": "0.5.0-tmp.runid-21213159706",
"bare-abort-controller": "^1.0.0",
"bare-buffer": "^3.4.2",
"bare-channel": "^5.2.2",
"bare-console": "^6.1.0",
"bare-dns": "^2.1.4",
"bare-events": "^2.8.2",
"bare-fs": "^4.5.2",
"bare-http1": "^4.2.3",
"bare-https": "^2.1.2",
"bare-inspector": "^6.0.0",
"bare-os": "^3.6.2",
"bare-pack": "^1.5.1",
"bare-path": "^3.0.0",
"bare-rpc": "^1.1.0",
"bare-runtime": "^1.26.0",
"bare-stream": "^2.7.0",
"bare-timers": "^3.2.0",
"bare-tty": "^5.0.3",
"bare-url": "^2.3.2",
"expo": "~54.0.31",
"expo-build-properties": "^1.0.10",
"expo-camera": "~17.0.10",
"expo-crypto": "~15.0.8",
"expo-document-picker": "~14.0.8",
"expo-file-system": "^19.0.21",
"expo-image-manipulator": "~14.0.8",
"expo-image-picker": "^17.0.10",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.21",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"expo-web-browser": "~15.0.10",
"gunzip-maybe": "^1.4.2",
"hyperdb": "^5.0.1",
"llm-splitter": "^0.2.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-bare-kit": "^0.11.5",
"react-native-executorch": "^0.6.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"tar-stream": "^3.1.7"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}