-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.92 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.92 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
{
"name": "QvaPay",
"version": "1.5.13",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios:build": "cd ios && xcodebuild -workspace QvaPay.xcworkspace -scheme QvaPay -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 16' build",
"ios": "react-native run-ios",
"pods": "cd ios && pod install",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"android:bundle": "cd android && ./gradlew bundleRelease",
"android:apk": "cd android && ./gradlew assembleRelease",
"android:release": "cd android && ./gradlew bundleRelease && ./gradlew assembleRelease",
"android:apk:release": "bash scripts/release-android.sh",
"version:sync": "node scripts/sync-version.js",
"preios": "node scripts/sync-version.js",
"preios:build": "node scripts/sync-version.js",
"preandroid": "node scripts/sync-version.js"
},
"dependencies": {
"@adrianso/react-native-device-brightness": "^1.2.7",
"@d11/react-native-fast-image": "^8.13.0",
"@klarna/react-native-vector-drawable": "^0.5.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-vector-icons/fontawesome6": "^12.4.0",
"@react-navigation/bottom-tabs": "^7.15.9",
"@react-navigation/native": "^7.2.2",
"@react-navigation/native-stack": "^7.14.10",
"@shopify/flash-list": "^2.3.1",
"axios": "^1.14.0",
"lottie-react-native": "^7.3.6",
"react": "^19.2.4",
"react-native": "^0.83.1",
"react-native-animated-numbers": "^0.6.3",
"react-native-blob-util": "^0.24.7",
"react-native-bouncy-checkbox": "^4.1.4",
"react-native-contacts": "^8.0.10",
"react-native-device-info": "^15.0.2",
"react-native-edge-to-edge": "^1.8.1",
"react-native-gesture-handler": "^2.30.1",
"react-native-haptic-feedback": "^2.3.4",
"react-native-iap": "^14.7.19",
"react-native-image-picker": "^8.2.1",
"react-native-in-app-review": "^4.4.2",
"react-native-international-phone-number": "^0.11.6",
"react-native-keychain": "^10.0.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-nitro-modules": "^0.35.2",
"react-native-onesignal": "^5.4.1",
"react-native-passkey": "^3.3.3",
"react-native-qrcode-scanner": "^1.6.0",
"react-native-qrcode-styled": "^0.4.0",
"react-native-reanimated": "4.2.2",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "^4.24.0",
"react-native-sound": "^0.13.0",
"react-native-sse": "^1.2.1",
"react-native-svg": "^15.15.4",
"react-native-vector-image": "^0.6.1",
"react-native-version-check": "^3.5.0",
"react-native-vision-camera": "^4.7.3",
"react-native-worklets": "0.7.4",
"sonner-native": "^0.23.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/runtime": "^7.29.2",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@react-native-community/cli": "^20.1.3",
"@react-native-community/cli-platform-android": "^20.1.3",
"@react-native-community/cli-platform-ios": "^20.1.3",
"@react-native/babel-preset": "^0.83.1",
"@react-native/eslint-config": "^0.83.1",
"@react-native/metro-config": "^0.83.1",
"@react-native/typescript-config": "^0.83.1",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.14",
"@types/react-test-renderer": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"eslint": "^8.57.1",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-jest": "^29.15.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-native": "^5.0.0",
"jest": "^30.3.0",
"prettier": "^3.8.1",
"react-native-svg-transformer": "^1.5.3",
"react-test-renderer": "^19.2.4",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=20"
}
}