forked from mybigday/llama.rn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.43 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
{
"name": "MEDBRNLlama",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "pod-install --quiet",
"postinstall": "patch-package"
},
"dependencies": {
"@flyerhq/react-native-chat-ui": "^1.4.3",
"@langchain/community": "^0.0.43",
"@langchain/core": "^0.1.53",
"@langchain/openai": "^0.0.25",
"@react-native-clipboard/clipboard": "^1.13.1",
"@types/ungap__structured-clone": "^1.2.0",
"@ungap/structured-clone": "^1.2.0",
"langchain": "^0.1.30",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-blob-util": "^0.19.1",
"react-native-document-picker": "^9.0.1",
"react-native-fetch-api": "^3.0.0",
"react-native-get-random-values": "^1.11.0",
"react-native-polyfill-globals": "^3.1.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-url-polyfill": "^2.0.0",
"text-encoding": "^0.7.0",
"web-streams-polyfill": "3.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"babel-plugin-module-resolver": "^5.0.0",
"metro-react-native-babel-preset": "0.76.7",
"patch-package": "^8.0.0"
},
"engines": {
"node": ">=16"
}
}