-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.79 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 3.79 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
{
"name": "foxtrot",
"version": "1.20.16",
"private": true,
"scripts": {
"android": "react-native run-android --no-packager && react-native start",
"ios": "react-native run-ios",
"lint": "prettier --write \"src/**/*.{js,ts,tsx}\" \"*.{js,ts,tsx}\" && eslint . --fix",
"start": "react-native start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"postinstall": "patch-package"
},
"dependencies": {
"@likashefqet/react-native-image-zoom": "^4.3.0",
"@op-engineering/op-sqlite": "^15.2.14",
"@react-native-clipboard/clipboard": "~1.16.3",
"@react-native-community/netinfo": "^12.0.1",
"@react-native-documents/picker": "~11.0.4",
"@react-native-firebase/app": "~23.8.8",
"@react-native-firebase/messaging": "~23.8.8",
"@react-native-vector-icons/material-design-icons": "~12.5.0",
"@react-navigation/bottom-tabs": "^7.18.2",
"@react-navigation/drawer": "~7.12.2",
"@react-navigation/native": "~7.3.3",
"@react-navigation/stack": "~7.10.5",
"@reduxjs/toolkit": "^2.12.0",
"@shopify/flash-list": "^2.3.2",
"axios": "^1.18.0",
"buffer": "^6.0.3",
"react": "^19.1.0",
"react-native": "^0.80.3",
"react-native-bootsplash": "^7.3.2",
"react-native-compressor": "^2.0.2",
"react-native-create-thumbnail": "^2.2.0",
"react-native-device-info": "^15.0.2",
"react-native-elements": "~3.4.3",
"react-native-fs": "~2.20.0",
"react-native-full-screen-notification-incoming-call": "^1.1.0",
"react-native-gesture-handler": "~2.30.1",
"react-native-image-picker": "^8.2.1",
"react-native-incall-manager": "^4.2.1",
"react-native-keychain": "~10.0.0",
"react-native-mmkv": "^4.3.1",
"react-native-nitro-modules": "^0.35.9",
"react-native-nitro-sound": "^0.2.15",
"react-native-paper": "^5.15.3",
"react-native-push-notification": "^8.1.1",
"react-native-quick-base64": "^3.0.0",
"react-native-quick-crypto": "^1.1.5",
"react-native-reanimated": "~3.18.2",
"react-native-safe-area-context": "~5.4.1",
"react-native-screens": "~4.11.1",
"react-native-svg": "^15.15.5",
"react-native-toast-message": "^2.3.3",
"react-native-video": "^6.19.2",
"react-native-vision-camera": "^4.7.3",
"react-native-webrtc": "~124.0.7",
"react-redux": "~9.3.0"
},
"devDependencies": {
"@babel/core": "~7.29.7",
"@babel/preset-env": "~7.29.7",
"@babel/preset-typescript": "^7.29.7",
"@babel/runtime": "~7.29.7",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@react-native-community/cli": "~19.1.2",
"@react-native-community/cli-platform-android": "~19.1.2",
"@react-native-community/cli-platform-ios": "~19.1.2",
"@react-native/babel-preset": "^0.80.3",
"@react-native/eslint-config": "^0.80.3",
"@react-native/metro-config": "^0.80.3",
"@react-native/typescript-config": "^0.80.3",
"@types/jest": "^30.0.0",
"@types/node": "~24.13.2",
"@types/react": "~19.2.17",
"@types/react-native-push-notification": "^8.1.4",
"@types/react-redux": "~7.1.34",
"@types/sql.js": "^1.4.11",
"babel-jest": "^30.4.1",
"babel-plugin-module-resolver": "~5.0.3",
"eslint": "^8.57.1",
"jest": "^30.4.2",
"patch-package": "^8.0.1",
"prettier": "~2.8.8",
"sql.js": "^1.14.1",
"ts-jest": "^29.4.11",
"typescript": "~5.9.3"
},
"engines": {
"node": ">=22"
},
"op-sqlite": {
"sqlcipher": true
}
}