-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 5.27 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 5.27 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
{
"name": "@readany/app-expo",
"version": "1.3.4",
"private": true,
"main": "index.js",
"expo": {
"entryPoint": "./index.js",
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-tcp-socket",
"react-native-track-player"
],
"listUnknownPackages": false
}
}
},
"scripts": {
"start": "APP_VARIANT=development pnpm run build:reader && APP_VARIANT=development node scripts/configure-native-variant.js && APP_VARIANT=development expo start --dev-client --scheme readany-dev",
"start:clear": "APP_VARIANT=development pnpm run build:reader && APP_VARIANT=development node scripts/configure-native-variant.js && APP_VARIANT=development expo start --dev-client --scheme readany-dev --clear",
"start:dev": "pnpm run start",
"start:dev:clear": "pnpm run start:clear",
"preandroid": "pnpm run build:reader",
"android": "expo run:android",
"android:dev": "APP_VARIANT=development pnpm run build:reader && APP_VARIANT=development expo run:android --device",
"preios": "pnpm run build:reader && node scripts/configure-native-variant.js",
"ios": "expo run:ios",
"ios:dev": "APP_VARIANT=development pnpm run build:reader && APP_VARIANT=development node scripts/configure-native-variant.js && APP_VARIANT=development expo run:ios --device",
"ios:simulator": "APP_VARIANT=development pnpm run build:reader && APP_VARIANT=development node scripts/configure-native-variant.js && APP_VARIANT=development expo run:ios",
"preprebuild": "pnpm run build:reader",
"prebuild": "expo prebuild",
"build:reader": "node scripts/build-reader.js",
"sync:native-variant": "node scripts/configure-native-variant.js",
"lint": "biome check .",
"eas-build-pre-install": "bash scripts/eas-install-ios-build-tools.sh",
"eas-build-post-install": "pnpm run build:reader && node scripts/configure-native-variant.js",
"eas:device:create": "pnpm exec eas device:create",
"eas:build:android": "APP_VARIANT=production pnpm exec eas build --profile production --platform android",
"eas:build:android:dev": "APP_VARIANT=development pnpm exec eas build --profile development --platform android",
"eas:build:android:preview": "APP_VARIANT=preview pnpm exec eas build --profile preview --platform android",
"eas:build:ios": "APP_VARIANT=production pnpm exec eas build --profile production --platform ios",
"eas:build:ios:dev": "APP_VARIANT=development pnpm exec eas build --profile development --platform ios",
"eas:build:ios:simulator": "APP_VARIANT=development pnpm exec eas build --profile development-simulator --platform ios",
"eas:build:ios:preview": "APP_VARIANT=preview pnpm exec eas build --profile preview --platform ios"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.712.0",
"@dr.pogodin/react-native-fs": "^2.38.2",
"@dr.pogodin/react-native-static-server": "^0.26.2",
"@langchain/anthropic": "^1.3.21",
"@langchain/core": "^1.1.29",
"@langchain/deepseek": "^1.0.15",
"@langchain/google-genai": "^2.1.21",
"@langchain/langgraph": "^1.2.0",
"@langchain/openai": "^1.2.11",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/bottom-tabs": "^7.15.5",
"@react-navigation/native": "^7.1.33",
"@react-navigation/native-stack": "^7.14.4",
"@readany/core": "workspace:*",
"@zip.js/zip.js": "^2.7.52",
"expo": "~54.0.33",
"expo-asset": "~12.0.12",
"expo-av": "~16.0.8",
"expo-battery": "~10.0.8",
"expo-build-properties": "1.0.10",
"expo-camera": "~17.0.10",
"expo-clipboard": "~8.0.8",
"expo-constants": "~18.0.13",
"expo-crypto": "~15.0.8",
"expo-dev-client": "~6.0.20",
"expo-document-picker": "~14.0.8",
"expo-file-system": "~19.0.21",
"expo-font": "~14.0.11",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-media-library": "~18.2.0",
"expo-network": "~8.0.8",
"expo-secure-store": "~15.0.8",
"expo-sharing": "~14.0.8",
"expo-speech": "~14.0.8",
"expo-splash-screen": "~31.0.13",
"expo-sqlite": "~16.0.10",
"expo-status-bar": "~3.0.9",
"i18next": "^25.8.13",
"lucide-react-native": "^0.577.0",
"pako": "^2.1.0",
"punycode": "^2.3.1",
"react": "19.1.0",
"react-devtools-core": "^7.0.1",
"react-i18next": "^16.5.4",
"react-native": "~0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-markdown-display": "^7.0.2",
"react-native-qrcode-svg": "^6.3.21",
"react-native-reanimated": "4.1.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.16.0",
"react-native-svg": "~15.12.1",
"react-native-tcp-socket": "^6.4.1",
"react-native-track-player": "^4.1.2",
"react-native-view-shot": "^4.0.3",
"react-native-webview": "~13.15.0",
"react-native-worklets": "0.5.1",
"text-encoding": "^0.7.0",
"whatwg-fetch": "^3.6.20",
"zustand": "^5.0.5"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/pako": "^2.0.4",
"@types/react": "^19.1.17",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-import-meta": "^2.3.2",
"eas-cli": "^18.11.0",
"esbuild": "^0.27.3",
"react-native-svg-transformer": "^1.5.3",
"typescript": "^5.9.3"
}
}