forked from zingolabs/zingo-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 4.94 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 4.94 KB
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": "zingodelegator",
"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": {
"@bottom-tabs/react-navigation": "^1.0.2",
"@callstack/liquid-glass": "^0.6.0",
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-regular-svg-icons": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@gorhom/bottom-sheet": "^5.2.6",
"@noble/hashes": "^2.0.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/netinfo": "github:j-piasecki/react-native-netinfo#@jpiasecki/new-arch",
"@react-native-picker/picker": "^2.11.2",
"@react-navigation/drawer": "^7.5.8",
"@react-navigation/elements": "^2.6.4",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.3.26",
"@react-navigation/stack": "^7.4.8",
"@sayem314/react-native-keep-awake": "^1.3.1",
"buffer": "^6.0.3",
"i18n-js": "^4.5.1",
"js-base64": "^3.7.8",
"lifehash": "^0.0.2",
"lodash": "^4.17.21",
"lucide-react-native": "^0.563.0",
"moment": "^2.30.1",
"patch-package": "^8.0.0",
"prop-types": "^15.8.1",
"randomcolor": "^0.6.2",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-biometrics": "^3.0.1",
"react-native-bottom-tabs": "^1.0.2",
"react-native-bouncy-checkbox": "^4.1.2",
"react-native-context-menu-view": "^1.20.0",
"react-native-device-info": "^14.1.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-gifted-charts": "^1.4.64",
"react-native-keychain": "^10.0.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.5.2",
"react-native-pager-view": "^6.9.1",
"react-native-permissions": "^5.4.2",
"react-native-picker-select": "^9.3.1",
"react-native-qrcode-svg": "^6.3.15",
"react-native-reanimated": "4.1.0",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "^4.16.0",
"react-native-svg": "^15.13.0",
"react-native-tab-view": "^4.1.3",
"react-native-toastier": "^2.0.4",
"react-native-vision-camera": "^4.7.2",
"react-native-worklets": "^0.5.1",
"recyclerlistview": "^4.2.3",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.81.4",
"@react-native/eslint-config": "^0.81.1",
"@react-native/metro-config": "0.81.4",
"@react-native/typescript-config": "0.81.4",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.16",
"@types/node": "^24.5.2",
"@types/randomcolor": "^0.5.9",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.1.0",
"@types/url-parse": "^1.4.11",
"babel-jest": "^30.1.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"depcheck": "^1.4.7",
"detox": "^20.41.3",
"eslint": "8.57.0",
"jest": "^30.1.3",
"prettier": "^3.6.2",
"react-native-svg-transformer": "^1.5.2",
"react-test-renderer": "19.1.0",
"rimraf": "^6.0.1",
"typescript": "5.5.4"
},
"engines": {
"node": ">=20"
},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|react-navigation|@react-navigation/.*))"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}