-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.68 KB
/
Copy pathpackage.json
File metadata and controls
134 lines (134 loc) · 4.68 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "androidircx",
"version": "1.9.34",
"private": true,
"license": "GPL-3.0-or-later",
"scripts": {
"android": "react-native run-android",
"ci:quality": "yarn format-check && yarn lint:ci && yarn type-check",
"ci:verify": "yarn ci:quality && yarn test:ci",
"format": "prettier --write \"**/*\" --ignore-unknown",
"format-check": "prettier --check \"**/*\" --ignore-unknown",
"metro": "react-native start --host 0.0.0.0 --reset-cache",
"ios": "react-native run-ios",
"lint": "eslint .",
"lint:ci": "eslint . --max-warnings=0",
"type-check": "tsc --noEmit",
"pre-push-check": "yarn ci:quality",
"postinstall": "patch-package",
"start": "react-native start",
"test": "jest",
"test:ci": "jest --ci --coverage --runInBand",
"tx:pull": "node scripts/transifex/pull.js",
"tx:push": "node scripts/transifex/push.js",
"tx:merge-sr": "node scripts/transifex/merge-missing-keys.js"
},
"dependencies": {
"@noble/curves": "^2.2.0",
"@notifee/react-native": "^9.1.8",
"@react-native-async-storage/async-storage": "^3.1.1",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/slider": "^5.2.0",
"@react-native-documents/picker": "^12.0.1",
"@react-native-firebase/app": "25.1.0",
"@react-native-firebase/app-check": "25.1.0",
"@react-native-firebase/crashlytics": "25.1.0",
"@react-native-picker/picker": "^2.11.4",
"@react-native/new-app-screen": "0.86.0",
"@shopify/flash-list": "2.3.2",
"@transifex/native": "^8.0.1",
"@transifex/react": "^8.0.1",
"buffer": "^6.0.3",
"node-forge": "^1.4.0",
"prismjs": "^1.30.0",
"prop-types": "^15.8.1",
"react": "19.2.7",
"react-native": "0.86.0",
"react-native-battery-optimization-check": "^1.0.8",
"react-native-bootsplash": "7.3.2",
"react-native-config": "^1.6.1",
"react-native-fs": "^2.20.0",
"react-native-google-mobile-ads": "^16.4.0",
"react-native-iap": "15.3.3",
"react-native-keyboard-controller": "1.21.12",
"react-native-keychain": "^10.0.0",
"react-native-libsodium": "^1.7.0",
"react-native-localize": "^3.7.0",
"react-native-make": "^1.0.1",
"react-native-nfc-manager": "^3.17.2",
"react-native-nitro-image": "0.15.1",
"react-native-nitro-modules": "0.35.10",
"react-native-nitro-sound": "^0.2.15",
"react-native-qrcode-svg": "^6.3.21",
"react-native-reanimated": "4.5.0",
"react-native-safe-area-context": "^5.8.0",
"react-native-share": "^12.3.1",
"react-native-sound": "^0.13.0",
"react-native-svg": "^15.15.5",
"react-native-tcp-socket": "6.4.1",
"react-native-vector-icons": "^10.3.0",
"react-native-video": "^6.19.2",
"react-native-vision-camera": "5.0.11",
"react-native-vision-camera-barcode-scanner": "5.0.11",
"react-native-webrtc": "^124.0.7",
"react-native-worklets": "0.10.0",
"text-encoding": "^0.7.0",
"tslib": "^2.8.1",
"zustand": "^5.0.14"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@babel/runtime": "^7.29.7",
"@eslint/compat": "2.1.0",
"@react-native-community/cli": "20.2.0",
"@react-native-community/cli-platform-android": "20.2.0",
"@react-native-community/cli-platform-ios": "20.2.0",
"@react-native/babel-preset": "0.86.0",
"@react-native/eslint-config": "0.86.0",
"@react-native/jest-preset": "0.86.0",
"@react-native/metro-config": "0.86.0",
"@react-native/typescript-config": "0.86.0",
"@testing-library/react-native": "^14.0.1",
"@transifex/cli": "^8.0.1",
"@types/jest": "30.0.0",
"@types/node": "26.0.1",
"@types/node-forge": "^1.3.14",
"@types/react": "^19.2.17",
"@types/react-test-renderer": "^19.1.0",
"babel-jest": "30.4.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "10.5.0",
"jest": "30.4.2",
"jest-environment-node": "30.4.1",
"patch-package": "^8.0.1",
"prettier": "3.8.5",
"react-test-renderer": "19.2.7",
"test-renderer": "1.2.0",
"typescript": "6.0.3"
},
"engines": {
"node": ">=24"
},
"resolutions": {
"@expo/plist/@xmldom/xmldom": "0.9.10",
"plist/@xmldom/xmldom": "0.8.13",
"fast-xml-parser": "5.7.0",
"fast-xml-builder": "1.2.0",
"flatted": "3.4.2",
"yaml": "2.8.3",
"picomatch": "4.0.4",
"postcss": "8.5.15",
"uuid": "14.0.0",
"@babel/core": "7.29.7",
"@babel/preset-env": "7.29.7",
"@babel/runtime": "7.29.7",
"@babel/plugin-transform-modules-systemjs": "7.29.7",
"@protobufjs/utf8": "1.1.1",
"protobufjs": "7.6.4",
"js-yaml": "4.2.0",
"shell-quote": "1.8.4",
"form-data": "4.0.6",
"@grpc/grpc-js": "1.9.16"
}
}