-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
47 lines (47 loc) · 1.4 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": "open-mind",
"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",
"ts:check": "tsc"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/open-sans": "^0.2.3",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.7",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"expo": "~49.0.6",
"expo-app-loading": "^2.1.1",
"expo-font": "~11.1.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"firebase": "^10.7.1",
"react": "18.2.0",
"react-hook-form": "^7.50.1",
"react-native": "0.71.6",
"react-native-gesture-handler": "~2.9.0",
"react-native-gifted-chat": "^2.0.1",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "~3.20.0",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.1.3",
"redux-thunk": "^2.4.2",
"socket.io-client": "^4.7.5",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}