-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
103 lines (103 loc) · 3.49 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
{
"private": true,
"name": "disciple-tools-mobile-app",
"version": "1.11.0",
"scripts": {
"build": "tsc",
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"pretty-quick": "pretty-quick --staged",
"postinstall": "patch-package",
"lint": "npx eslint --ext .jsx,.js ./ --fix",
"test": "npx jest --testEnvironment --passWithNoTests node --colors --coverage --updateSnapshot .",
"prepare": "husky install"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/netinfo": "9.3.10",
"@react-native-community/slider": "4.4.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/elements": "^1.3.6",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.4",
"@shopify/flash-list": "1.4.3",
"axios": "^1.1.3",
"deprecated-react-native-prop-types": "^4.0.0",
"expo": "^49.0.7",
"expo-auth-session": "~5.0.2",
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
"expo-contacts": "~12.2.0",
"expo-dev-client": "~2.4.6",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
"expo-haptics": "~12.4.0",
"expo-localization": "~14.3.0",
"expo-mail-composer": "~12.3.0",
"expo-notifications": "~0.20.1",
"expo-permissions": "~14.2.1",
"expo-random": "~13.2.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.11",
"expo-web-browser": "~12.3.2",
"html-entities": "^2.3.2",
"i18n-js": "^3.9.2",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"object-hash": "^3.0.0",
"react": "18.2.0",
"react-content-loader": "^6.0.3",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-action-button": "^2.8.5",
"react-native-dotenv": "^3.3.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-material-menu": "^2.0.0",
"react-native-mentions": "^1.1.4",
"react-native-pager-view": "6.2.0",
"react-native-parsed-text": "0.0.22",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-smooth-pincode-input": "^1.0.9",
"react-native-svg": "13.9.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-tab-view": "3.5.1",
"react-native-toast-message": "^2.1.2",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-persist-expo-filesystem": "^2.0.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-react": "^7.18.6",
"@types/jest": "^29.2.2",
"@types/react": "~18.2.14",
"@types/react-native": "~0.71.5",
"@types/react-test-renderer": "^18.0.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^4.0.0",
"husky": "^8.0.1",
"jest": "^29.2.1",
"patch-package": "^6.5.1",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.3",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^5.1.3"
}
}