forked from Nexusoft/nexus-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.24 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": {
"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"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/drawer": "^5.12.4",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"base-64": "^1.0.0",
"color": "^3.1.3",
"colornames": "^1.1.1",
"expo": "~40.0.1",
"expo-asset": "~8.2.2",
"expo-background-fetch": "^9.0.0",
"expo-barcode-scanner": "^10.0.0",
"expo-constants": "~10.0.1",
"expo-font": "~9.0.0",
"expo-notifications": "~0.9.0",
"expo-splash-screen": "^0.9.0",
"expo-updates": "~0.4.2",
"expo-web-browser": "~9.0.0",
"formik": "^2.2.6",
"intl": "^1.2.5",
"moment": "^2.29.1",
"random-seed": "^0.3.0",
"react": "~17.0.1",
"react-dom": "~17.0.1",
"react-native": "~0.63.4",
"react-native-app-intro-slider": "^4.0.4",
"react-native-background-timer": "^2.4.1",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "~1.10.3",
"react-native-paper": "^4.7.2",
"react-native-qrcode-svg": "github:Qrysto/react-native-qrcode-svg#fix",
"react-native-reanimated": "~1.13.2",
"react-native-safe-area-context": "~3.1.9",
"react-native-screens": "~2.18.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "12.1.0",
"react-native-unimodules": "~0.12.0",
"react-native-web": "^0.15.0",
"react-navigation-backhandler": "^2.0.1",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"babel-jest": "~26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-expo": "~8.3.0",
"jest": "~26.6.3",
"jest-expo": "~40.0.2",
"react-devtools": "^4.10.1",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "~17.0.1"
},
"private": true,
"name": "nexus-mobile",
"version": "0.8.2-1",
"builddate": "Mar, 2nd 2021",
"builddatecore": "Feb, 22nd 2021"
}