-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.24 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "keewe",
"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",
"test": "jest tests --coverage --updateSnapshot"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@flyerhq/react-native-link-preview": "^1.6.0",
"@gorhom/bottom-sheet": "^4.4.5",
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/material-top-tabs": "^6.5.3",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@react-navigation/stack": "^6.3.17",
"@tanstack/react-query": "^4.14.3",
"axios": "^0.27.2",
"expo": "^49.0.21",
"expo-app-loading": "~2.1.1",
"expo-asset": "~8.10.1",
"expo-blur": "~12.4.1",
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.5",
"expo-font": "~11.4.0",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-media-library": "~15.4.1",
"expo-notifications": "~0.20.1",
"expo-permissions": "~14.2.1",
"expo-sharing": "~11.5.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-updates": "~0.18.17",
"expo-web-browser": "~12.3.2",
"lodash": "^4.17.21",
"lottie-react-native": "5.1.6",
"mime": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-flying-objects": "^1.2.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-intersection-observer": "^0.0.9",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^4.12.3",
"react-native-reanimated": "~3.3.0",
"react-native-reanimated-carousel": "^3.1.5",
"react-native-root-toast": "^3.3.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-share": "^7.9.1",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "3.7.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.2.2",
"rn-faded-scrollview": "^1.0.13",
"unimodel-core": "^2.0.0",
"vexo-analytics": "^1.3.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/expo": "^33.0.1",
"@types/metro-config": "^0.66.0",
"@types/react": "~18.2.14",
"@types/react-native": "~0.70.6",
"@types/react-query": "^1.2.9",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"prettier": "^2.7.1",
"react-query": "^4.0.0",
"typescript": "^5.1.3"
},
"overrides": {
"@expo/config-plugins": "~6.0.0",
"@expo/prebuild-config": "~6.0.0"
},
"private": true
}