-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 4.05 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 4.05 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
{
"name": "trender",
"version": "7.1.0",
"version_number": 129,
"private": true,
"scripts": {
"android": "react-native run-android",
"android:release": "react-native run-android --mode=release",
"ios": "react-native run-ios",
"ios:release": "react-native run-ios --mode Release",
"start": "react-native start",
"test": "jest",
"test:typescript": "tsc --noEmit",
"lint": "eslint .",
"build:android": "cd android ; ./gradlew bundleRelease",
"build:ios": "yarn install && cd ios && rm -rf build && rm -rf Pods && rm PodFile.lock && pod install --repo-update && cd ..",
"update": "yarn upgrade-interactive",
"upgrade": "react-native upgrade",
"clear": "react-native start --reset-cache",
"doctor": "react-native doctor",
"install:preprod": "yarn add ../trender-client/dist"
},
"dependencies": {
"@flyerhq/react-native-keyboard-accessory-view": "^2.4.0",
"@flyerhq/react-native-link-preview": "^1.6.0",
"@hcaptcha/react-native-hcaptcha": "^1.7.2",
"@notifee/react-native": "^7.8.2",
"@react-native-camera-roll/camera-roll": "^7.8.3",
"@react-native-clipboard/clipboard": "1.14.1",
"@react-native-firebase/app": "^20.3.0",
"@react-native-firebase/messaging": "^20.3.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/material-bottom-tabs": "^6.2.29",
"@react-navigation/material-top-tabs": "^6.6.14",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"@realm/react": "^0.9.0",
"@reduxjs/toolkit": "^2.2.7",
"@stripe/stripe-react-native": "^0.38.4",
"axios": "^1.7.3",
"dayjs": "^1.11.12",
"i18next": "^23.12.2",
"react": "18.2.0",
"react-i18next": "^15.0.1",
"react-native": "0.74.5",
"react-native-chart-kit": "^6.12.0",
"react-native-config": "^1.5.3",
"react-native-date-picker": "^5.0.4",
"react-native-device-info": "^11.1.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.18.1",
"react-native-image-crop-picker": "^0.41.2",
"react-native-image-modal": "^3.0.8",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^3.2.1",
"react-native-mmkv": "2.12.2",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "^6.3.3",
"react-native-paper": "5.12.5",
"react-native-permissions": "^4.1.5",
"react-native-reanimated": "^3.15.0",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.34.0",
"react-native-select-dropdown": "^4.0.1",
"react-native-svg": "^15.5.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.1.0",
"react-native-video": "^6.4.3",
"react-native-video-controls": "^2.8.1",
"react-native-vision-camera": "^4.5.1",
"react-native-webview": "^13.10.5",
"react-redux": "^9.1.2",
"realm": "^12.12.1",
"redux": "^5.0.1",
"trender-client": "^6.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.87",
"@react-native/eslint-config": "0.74.87",
"@react-native/metro-config": "0.74.87",
"@react-native/typescript-config": "0.74.87",
"@realm/babel-plugin": "^0.2.0",
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.6",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-native-video": "^5.0.20",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.6.4"
}