-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
105 lines (105 loc) · 3.64 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
104
105
{
"name": "etis-mobile",
"version": "1.0.0",
"scripts": {
"start": "expo start --go",
"android": "expo run:android -d",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config-plugins": "~8.0.0",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^5.0.4",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@reduxjs/toolkit": "^2.2.5",
"@sentry/react-native": "~5.24.3",
"@shopify/flash-list": "1.6.4",
"@tanstack/react-query": "^5.51.15",
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"cyrillic-to-translit-js": "^3.2.1",
"dayjs": "^1.11.10",
"expo": "~51.0.35",
"expo-application": "~5.9.1",
"expo-asset": "~10.0.8",
"expo-background-fetch": "~12.0.1",
"expo-build-properties": "~0.12.5",
"expo-checkbox": "~3.0.0",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.27",
"expo-device": "~6.0.2",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.7",
"expo-image": "~1.13.0",
"expo-intent-launcher": "~11.0.1",
"expo-linear-gradient": "~13.0.2",
"expo-mail-composer": "~13.0.1",
"expo-navigation-bar": "~3.0.7",
"expo-network": "~6.0.1",
"expo-quick-actions": "^2.0.0",
"expo-secure-store": "~13.0.2",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-store-review": "~7.0.2",
"expo-system-ui": "~3.0.7",
"expo-task-manager": "~11.8.2",
"iconv-lite": "^0.6.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-autoheight-webview": "^1.6.5",
"react-native-context-menu-view": "^1.15.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-markdown-display": "^7.0.2",
"react-native-pager-view": "^7.0.0-rc.0",
"react-native-popover-view": "^5.1.8",
"react-native-radio-buttons-group": "^3.1.0",
"react-native-reanimated": "~3.10.1",
"react-native-recaptcha-that-works": "github:Damego/react-native-recaptcha-that-works",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-shadow-2": "^7.1.0",
"react-native-ssl-public-key-pinning": "^1.2.4",
"react-native-svg": "15.2.0",
"react-native-tab-view": "^3.5.2",
"react-native-ui-datepicker": "^2.0.3",
"react-native-webview": "13.8.6",
"react-redux": "^9.1.2",
"sp-react-native-in-app-updates": "^1.4.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/cheerio": "^0.22.31",
"@types/react": "~18.2.79",
"@types/react-native": "^0.72.2",
"@types/react-redux": "^7.1.28",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "^3.0.3",
"typescript": "~5.3.3"
},
"private": true
}