-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.89 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
{
"name": "zeta-pos",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint-fix": "eslint --fix ."
},
"dependencies": {
"-": "^0.0.1",
"@babel/preset-env": "^7.16.11",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "4.0.0",
"@react-native-community/netinfo": "7.1.3",
"@react-navigation/drawer": "^6.3.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"@redux-devtools/extension": "^3.2.2",
"axios": "^0.26.0",
"babel-plugin-inline-dotenv": "^1.7.0",
"date-fns": "^2.28.0",
"expo": "~44.0.0",
"expo-app-loading": "^1.3.0",
"expo-application": "~4.0.1",
"expo-cli": "^5.4.0",
"expo-constants": "~13.0.1",
"expo-device": "^4.1.1",
"expo-font": "^10.0.5",
"expo-keep-awake": "^10.0.2",
"expo-permissions": "^13.1.1",
"expo-secure-store": "^11.1.1",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"expo-system-ui": "^1.1.1",
"expo-updates": "~0.11.7",
"formik": "^2.2.9",
"i18n-js": "^3.8.0",
"prop-types": "^15.8.1",
"react": "17.0.1",
"react-devtools-core": "^4.24.3",
"react-dom": "17.0.1",
"react-error-boundary": "^3.1.4",
"react-freeze": "^1.0.0",
"react-native": "0.64.3",
"react-native-dropdown-picker": "^5.3.0",
"react-native-easy-grid": "^0.2.2",
"react-native-gesture-handler": "~2.1.0",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-modalize": "^2.0.13",
"react-native-paper": "^4.11.2",
"react-native-reanimated": "~2.3.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-root-toast": "^3.3.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-web": "0.17.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"sentry-expo": "^4.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.11.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-module-resolver": "^1.4.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"expo-dev-client": "~0.8.6",
"typescript": "~4.3.5"
},
"private": true
}