-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4.52 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
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
{
"name": "onyx",
"main": "app/app.tsx",
"version": "0.0.6",
"license": "AGPL-3.0-only",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "npx expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"build": "yarn build:ios:prod",
"build:android": "yarn build:android:apk",
"build:ios:dev": "eas build --profile development:device --platform ios --local",
"build:ios:prod": "eas build --profile production --platform ios",
"build:android:prod": "npx expo prebuild --platform android && eas build --profile production --platform android",
"build:android:apk": "npx expo prebuild --platform android && eas build --profile production-apk --platform android",
"prebuild:clean": "npx expo prebuild --clean --platform ios",
"submit:ios": "eas submit -p ios",
"t": "tsc --noEmit",
"doctor": "npx expo-doctor",
"copyrepo": "cd ~/code && node md.js ./onyx && cat combined.md | pbcopy",
"copy2": "cd ~/code && node md2.js ./onyx && cat model-system-docs.md | pbcopy",
"update:both": "eas update --channel v0.0.6 --environment production --message",
"update:ios": "eas update --channel v0.0.6 --environment production --platform ios --message",
"update:android": "eas update --channel v0.0.6 -environment production --platform android --message",
"hierarchy": "node scripts/generate-hierarchy.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@ai-sdk/react": "1.0.7",
"@breeztech/react-native-breez-sdk-liquid": "^0.5.1",
"@expo-google-fonts/jetbrains-mono": "^0.2.3",
"@expo/config-plugins": "~9.0.0",
"@expo/metro-runtime": "~4.0.0",
"@expo/vector-icons": "^14.0.2",
"@flyerhq/react-native-chat-ui": "^1.4.3",
"@google/generative-ai": "^0.21.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.15.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"@scure/base": "^1.1.1",
"apisauce": "3.0.1",
"assert": "^1.1.1",
"bech32": "^2.0.0",
"bip32": "^5.0.0-rc.0",
"bip39": "3.1.0",
"buffer": "^6.0.3",
"expo": "~52.0.20",
"expo-av": "~15.0.1",
"expo-blur": "~14.0.1",
"expo-build-properties": "~0.13.1",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-font": "~13.0.2",
"expo-gl": "~15.0.2",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.3",
"expo-localization": "~16.0.0",
"expo-secure-store": "~14.0.0",
"expo-speech": "~13.0.0",
"expo-splash-screen": "~0.29.18",
"expo-sqlite": "~15.0.4",
"expo-status-bar": "~2.0.0",
"expo-symbols": "~0.2.0",
"expo-system-ui": "~4.0.6",
"expo-updates": "~0.26.10",
"expo-web-browser": "~14.0.1",
"i18next": "24.2.0",
"intl-pluralrules": "2.0.1",
"mobx": "6.10.2",
"mobx-react-lite": "4.0.5",
"mobx-state-tree": "5.3.0",
"nostr-tools": "1.13.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.2.0",
"react-native": "0.76.5",
"react-native-document-picker": "^9.3.1",
"react-native-drawer-layout": "^4.1.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-keyboard-controller": "1.15.2",
"react-native-markdown-display": "^7.0.2",
"react-native-mmkv": "^3.2.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"reactotron-core-client": "^2.9.4",
"reactotron-mst": "^3.1.7",
"reactotron-react-js": "^3.3.11",
"reactotron-react-native": "^5.0.5",
"reactotron-react-native-mmkv": "^0.2.6",
"text-encoding-polyfill": "^0.6.7",
"three": "^0.171.0",
"zod": "3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.3.0",
"@types/three": "^0.170.0",
"glob": "10.3.10",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"minimatch": "9.0.3",
"react-test-renderer": "18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false
}
}
}
}