-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.37 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
{
"scripts": {
"devtools": "react-devtools",
"start": "npx react-native start",
"android": "npx react-native run-android",
"ios": "npx react-native run-ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"resolutions": {
"react-native-gradle-plugin": "0.71.4"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-navigation/bottom-tabs": "^6.5.2",
"@react-navigation/drawer": "^6.5.6",
"@react-navigation/elements": "^1.3.12",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.10",
"@types/react-native": "~0.62.13",
"base-64": "^1.0.0",
"deprecated-react-native-prop-types": "^3.0.1",
"expo": "^46.0.19",
"expo-asset": "^8.6.3",
"expo-background-fetch": "^10.0.1",
"expo-barcode-scanner": "^11.4.0",
"expo-constants": "^13.0.1",
"expo-font": "^10.0.0",
"expo-notifications": "~0.16.0",
"expo-splash-screen": "^0.16.2",
"expo-web-browser": "^11.0.0",
"formik": "^2.2.9",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"lodash.isstring": "^4.0.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "~18.0.0",
"react-native": "^0.70.15",
"react-native-app-intro-slider": "^4.0.4",
"react-native-background-timer": "^2.4.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-gradle-plugin": "0.71.4",
"react-native-paper": "^4.12.5",
"react-native-qrcode-svg": "^6.2.0",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "~3.1.9",
"react-native-screens": "^3.22.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^13.6.0",
"react-native-web": "^0.16.0",
"react-navigation-backhandler": "^2.0.1",
"react-redux": "^7.2.9",
"redux": "^4.2.0",
"typescript": "~3.9.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"babel-jest": "~26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-expo": "~8.3.0",
"jest": "~26.6.3",
"react-devtools": "^4.27.1",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "^17.0.2"
},
"private": true,
"name": "nexus-mobile",
"version": "0.9.9-2",
"builddate": "Oct, 15th 2024",
"builddatecore": "Jun, 22nd 2024"
}