-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.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
{
"name": "my-app",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.17.5",
"expo": "~45.0.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"history": "^5.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-navigation": "^7.28.0",
"react-native-navigation-hooks": "^6.3.0",
"react-native-paper": "^4.12.1",
"react-native-ridge-list": "^0.3.0",
"react-native-ridge-navigation": "^0.7.26",
"react-native-safe-area-context": "^4.2.5",
"react-native-use-form": "^0.10.2",
"react-native-web": "0.17.7",
"react-query": "^3.39.0",
"react-ridge-state": "^4.2.8"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.66.13",
"patch-package": "^6.4.7",
"typescript": "~4.3.5"
},
"private": true
}