forked from rgommezz/react-native-chatgpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 972 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 972 Bytes
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": "example",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~47.0.12",
"expo-secure-store": "~12.0.0",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gifted-chat": "^1.1.1",
"react-native-paper": "^5.1.4",
"react-native-safe-area-context": "4.4.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.9",
"react-native-webview": "11.23.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@expo/webpack-config": "^0.17.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-native": "^0.71.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.1.0"
},
"private": true
}