forked from zingolabs/zingo-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 4.79 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
106
107
108
109
110
111
112
113
114
115
116
{
"name": "zingo-mobile",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest --verbose",
"lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
"coverage": "jest --coverage",
"postinstall": "patch-package",
"build:bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && rimraf --glob android/app/src/main/res/drawable* && cd android && ./gradlew assembleRelease -PsplitApk=true && cd ..",
"bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && rimraf --glob android/app/src/main/res/drawable*",
"build:release": "cd android && ./gradlew assembleRelease && cd ..",
"build:release:split": "cd android && ./gradlew assembleRelease -PsplitApk=true && cd ..",
"build:debug": "cd android && ./gradlew assembleDebug && cd ..",
"build:debug:split": "cd android && ./gradlew assembleDebug -PsplitApk=true && cd ..",
"cargo:update": "cd rust && cargo update -p zingolib --aggressive && cd ..",
"cargo:clean": "cd rust && cargo clean && cd .."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/art": "^1.2.0",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/netinfo": "^9.3.9",
"@react-native-picker/picker": "^2.6.1",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@sayem314/react-native-keep-awake": "^1.1.0",
"buffer": "^6.0.3",
"deprecated-react-native-prop-types": "^2.3.0",
"hermes-engine": "^0.11.0",
"i18n-js": "^4.1.1",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.8.1",
"randomcolor": "^0.6.2",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.72.17",
"react-native-biometrics": "^3.0.1",
"react-native-camera": "^4.2.1",
"react-native-device-info": "^11.1.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.20.0",
"react-native-keychain": "^9.0.0",
"react-native-localize": "^3.1.0",
"react-native-option-menu": "^1.1.3",
"react-native-pager-view": "^6.0.1",
"react-native-passcode-auth": "^1.0.0",
"react-native-permissions": "^4.1.5",
"react-native-picker-select": "^9.1.3",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "3.8.0",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "3.29.0",
"react-native-side-menu-updated": "^1.3.2",
"react-native-simple-biometrics": "^1.5.2",
"react-native-snackbar": "^2.6.2",
"react-native-svg": "^13.7.0",
"react-native-svg-charts": "^5.4.0",
"react-native-tab-view": "^3.3.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.12",
"@testing-library/jest-native": "^5.3.3",
"@testing-library/react-native": "^11.5.2",
"@tsconfig/react-native": "^3.0.5",
"@types/enzyme": "^3.10.12",
"@types/i18n-js": "^3.8.3",
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.188",
"@types/randomcolor": "^0.5.7",
"@types/react": "^18.0.24",
"@types/react-native": "^0.70.6",
"@types/react-native-side-menu": "^1.1.2",
"@types/react-native-svg-charts": "^5.0.16",
"@types/react-test-renderer": "^18.0.0",
"@types/url-parse": "^1.4.8",
"babel-jest": "^29.2.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"detox": "20.27.2",
"eslint": "^8.19.0",
"eslint-plugin-ft-flow": "^3.0.11",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "^0.76.9",
"prettier": "^2.4.1",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.5",
"typescript": "4.8.4"
},
"resolutions": {
"react-native-svg": "^13.7.0"
},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|react-navigation|@react-navigation/.*))"
]
}