-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.39 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@techfiddle/docext",
"productName": "DocExt",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "npx expo start -c --dev-client",
"android": "npx expo run:android",
"ios": "npx expo run:ios",
"web": "npx expo start --web",
"prebuild": "npx expo prebuild --clean",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@pchmn/expo-material3-theme": "^1.3.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-ml-kit/text-recognition": "^1.5.2",
"@react-navigation/native": "^6.1.17",
"@tamagui/config": "^1.102.2",
"@tamagui/lucide-icons": "^1.102.2",
"@tamagui/portal": "^1.102.2",
"@tamagui/toast": "^1.102.2",
"babel-preset-expo": "^11.0.6",
"burnt": "^0.12.2",
"expo": "~51.0.39",
"expo-application": "~5.9.1",
"expo-build-properties": "~0.12.3",
"expo-dev-client": "~4.0.20",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.6",
"expo-image": "~1.13.0",
"expo-linking": "~6.3.1",
"expo-quick-actions": "^2.0.0",
"expo-router": "~3.5.24",
"expo-splash-screen": "~0.27.7",
"expo-status-bar": "^1.12.1",
"expo-system-ui": "~3.0.4",
"expo-updates": "~0.25.20",
"expo-web-browser": "~13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-blob-util": "^0.19.11",
"react-native-document-scanner-plugin": "^1.0.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-images-to-pdf": "^0.2.1",
"react-native-paper": "^5.12.3",
"react-native-pdf": "^6.7.5",
"react-native-pdf-thumbnail": "^1.3.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "~3.31.1",
"react-native-share": "^10.2.1",
"react-native-super-grid": "^6.0.1",
"react-native-svg": "15.2.0",
"rn-fetch-blob": "^0.12.0",
"sort-json-array": "^0.1.7",
"tamagui": "^1.102.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@expo/metro-config": "~0.18.4",
"@expo/metro-runtime": "~3.2.1",
"@tamagui/babel-plugin": "^1.102.2",
"@types/react": "~18.2.79",
"typescript": "~5.3.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}