-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
103 lines (103 loc) · 3.43 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
101
102
103
{
"name": "wisaw",
"version": "7.1.15",
"author": "Echowaves Corp.",
"license": "MIT",
"scripts": {
"start": "npx expo start",
"clear": "npm cache clean --force",
"reset:simulator": "xcrun simctl erase all",
"android": "expo run:android",
"ios": "expo run:ios",
"build": "eas build",
"publish:prod": "eas update --branch production"
},
"dependencies": {
"@apollo/client": "3.7.6",
"@config-plugins/react-native-branch": "8.0.0",
"@expo/metro-config": "~0.18.1",
"@expo/vector-icons": "^14.0.2",
"@openspacelabs/react-native-zoomable-view": "^2.1.6",
"@react-native-community/netinfo": "11.3.1",
"@react-navigation/core": "^6.4.16",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@rneui/base": "4.0.0-rc.8",
"@rneui/themed": "4.0.0-rc.8",
"@rnhooks/keyboard": "1.0.0",
"expo": "^51.0.18",
"expo-av": "~14.0.6",
"expo-background-fetch": "~12.0.1",
"expo-build-properties": "~0.12.3",
"expo-cached-image": "51.0.19",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-file-system": "~17.0.1",
"expo-image-manipulator": "~12.0.5",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
"expo-location": "~17.0.1",
"expo-media-library": "~16.0.4",
"expo-notifications": "~0.28.9",
"expo-screen-orientation": "~7.0.5",
"expo-secure-store": "~13.0.2",
"expo-sms": "~12.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-storage": "51.0.8",
"expo-task-manager": "~11.8.2",
"expo-updates": "~0.25.18",
"expo-video-thumbnails": "~8.0.0",
"graphql": "^16.7.1",
"jotai": "^2.8.4",
"moment": "2.29.4",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-base64": "^0.2.1",
"react-native-branch": "^6.2.2",
"react-native-easy-grid": "^0.2.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-gifted-chat": "2.4.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-super-grid": "5.0.0",
"react-native-swiper": "^1.6.0",
"react-native-toast-message": "2.2.0",
"react-native-web": "~0.19.10",
"react-timer-mixin": "^0.13.4",
"subscriptions-transport-ws": "^0.11.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "7.19.1",
"@babel/runtime": "7.20.13",
"@react-native-community/eslint-config": "3.2.0",
"babel-jest": "^29.4.1",
"babel-plugin-module-resolver": "4.1.0",
"babel-preset-expo": "~11.0.0",
"eslint": "8.24.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.0.4",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-native": "4.0.0",
"jest": "^29.2.1",
"jetifier": "2.0.0",
"prettier": "3.2.4",
"react-native-clean-project": "4.0.1",
"react-test-renderer": "18.2.0"
}
}