forked from mybigday/llama.rn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 991 Bytes
/
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
{
"name": "RNLlamaExample",
"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",
"@react-native-clipboard/clipboard": "^1.13.1",
"json5": "^2.2.3",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-blob-util": "^0.19.1",
"react-native-document-picker": "^9.0.1",
"react-native-safe-area-context": "^4.7.1"
},
"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"
}
}