-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
73 lines (73 loc) · 2.42 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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@adapty/react-native-ui": "^2.1.0",
"@react-native-async-storage/async-storage": "1.23",
"@react-native-community/datetimepicker": "~7.6.1",
"@react-native-segmented-control/segmented-control": "2.5",
"@react-navigation/elements": "^1.2.1",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.2",
"@reduxjs/toolkit": "^2.2.5",
"accordion-collapse-react-native": "^1.1.1",
"axios": "^1.7.2",
"base-64": "^1.0.0",
"dayjs": "^1.11.3",
"expo": "^50.0.7",
"expo-dev-client": "~3.3.8",
"expo-device": "~5.9.3",
"expo-document-picker": "~11.10.1",
"expo-file-system": "~16.0.6",
"expo-image-picker": "~14.7.1",
"expo-linking": "~6.2.2",
"expo-localization": "~14.8.3",
"expo-mail-composer": "~12.7.1",
"expo-screen-orientation": "~6.4.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"i18n-js": "^3.9.2",
"markdown-it-task-lists": "^2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-adapty": "~2.10.0",
"react-native-bouncy-checkbox": "^2.1.1",
"react-native-drax": "~0.10.0",
"react-native-dropdown-picker": "^5.3.0",
"react-native-elements": "^3.4.2",
"react-native-file-viewer": "^2.1.5",
"react-native-floating-action": "^1.22.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-google-mobile-ads": "^12.6.0",
"react-native-markdown-display": "^7.0.2",
"react-native-material-menu": "^1.2.0",
"react-native-pager-view": "6.2.3",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-tab-view": "^3.3.0",
"react-native-toast-message": "^2.0.2",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.19.12",
"react-native-webview": "13.6.4",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"tslib": "^2.6.3"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.7",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2"
},
"private": true,
"name": "deck-react-native",
"packageManager": "[email protected]"
}