-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.16 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
{
"name": "myapp1",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@adapty/react-native-ui": "^2.1.2",
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@expo/metro-runtime": "~3.1.3",
"@langchain/core": "^0.1.60",
"@langchain/openai": "^0.0.28",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-clipboard/clipboard": "^1.14.0",
"@react-native-firebase/analytics": "^19.2.2",
"@react-native-firebase/app": "^19.2.2",
"@react-native-firebase/in-app-messaging": "^19.2.2",
"@react-native-firebase/remote-config": "^19.2.2",
"@react-navigation/native": "^6.1.14",
"@react-navigation/native-stack": "^6.9.22",
"@react-navigation/stack": "^6.3.25",
"axios": "^1.6.7",
"base-64": "^1.0.0",
"core-js": "^3.36.0",
"expo": "^50.0.0",
"expo-build-properties": "~0.11.1",
"expo-clipboard": "~5.0.1",
"expo-font": "~11.10.3",
"expo-linear-gradient": "^12.7.2",
"expo-navigation-bar": "~2.8.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-web-browser": "~12.8.2",
"firebase": "^10.8.1",
"langchain": "^0.1.36",
"lottie-react-native": "^6.7.0",
"node-fetch": "^3.3.2",
"openai": "^4.38.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-adapty": "^2.10.1",
"react-native-asset": "^2.1.1",
"react-native-fetch-api": "^3.0.0",
"react-native-get-random-values": "^1.11.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-polyfill-globals": "^3.1.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-splash-screen": "^3.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.6",
"stream": "^0.0.2",
"text-encoding": "^0.7.0",
"web-streams-polyfill": "3.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/core-js": "^2.5.8",
"reactotron-react-native": "^5.1.6"
},
"private": true
}