-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
111 lines (111 loc) · 4.07 KB
/
package.json
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
{
"name": "umall",
"version": "3.3.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPhone 15 Pro Max\"",
"iosTrue": "react-native run-ios --device",
"iosBig": "react-native run-ios --simulator=\"iPad Pro 13-inch (M4)\"",
"lint": "eslint .",
"start": "react-native start --reset-cache --experimental-debugger",
"test": "jest",
"postinstall": "patch-package"
},
"dependencies": {
"@alessiocancian/react-native-actionsheet": "^3.2.0",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@gorhom/bottom-sheet": "^5.0.6",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-camera-roll/camera-roll": "^7.8.3",
"@react-native-clipboard/clipboard": "^1.14.3",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-firebase/analytics": "21.6.1",
"@react-native-firebase/app": "21.6.1",
"@react-native-menu/menu": "^1.1.7",
"@react-native/gradle-plugin": "^0.75.4",
"@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",
"@rneui/base": "^4.0.0-rc.5",
"@rneui/themed": "^4.0.0-rc.5",
"axios": "^1.7.9",
"deprecated-react-native-prop-types": "^5.0.0",
"fbjs": "^3.0.5",
"i18next": "^23.16.8",
"mobx": "^6.13.5",
"mobx-react": "^9.1.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"patch-package": "^8.0.0",
"qs": "^6.13.1",
"react": "18.3.1",
"react-content-loader": "^6.2.1",
"react-i18next": "^15.1.3",
"react-native": "0.75.4",
"react-native-animated-nav-tab-bar": "^3.1.11",
"react-native-animated-splash-screen": "^2.0.5",
"react-native-blob-util": "^0.19.11",
"react-native-compressor": "^1.9.0",
"react-native-easy-toast": "^2.3.0",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.20.2",
"react-native-haptic-feedback": "^2.3.3",
"react-native-html-parser": "^0.1.0",
"react-native-htmlview": "^0.17.0",
"react-native-hyperlink": "^0.0.22",
"react-native-image-header-scroll-view": "^1.0.0",
"react-native-image-picker": "^7.1.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-interactable": "^2.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-loading-dots": "^1.3.5",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-modal-dropdown": "^1.0.2",
"react-native-pager-view": "^6.4.1",
"react-native-permissions": "^5.2.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "3.15.5",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-restart": "0.0.24",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^3.34.0",
"react-native-simple-toast": "^3.3.1",
"react-native-size-matters": "^0.4.2",
"react-native-super-grid": "^6.0.1",
"react-native-svg": "^15.7.1",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.1",
"react-native-touchable-scale": "^2.2.0",
"react-native-ui-lib": "^7.34.5",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "^13.12.5",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.25.6",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.57.1",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}