-
Notifications
You must be signed in to change notification settings - Fork 431
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.92 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.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
{
"name": "GSYGithubApp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^11.3.1",
"@react-navigation/bottom-tabs": "^7.0.12",
"@react-navigation/drawer": "^7.1.0",
"@react-navigation/material-top-tabs": "^7.0.12",
"@react-navigation/native": "^7.1.3",
"@react-navigation/stack": "^7.1.3",
"base-64": "^1.0.0",
"buffer": "^6.0.3",
"create-react-class": "15.7.0",
"crypto-js": "^4.2.0",
"deprecated-react-native-prop-types": "^5.0.0",
"highlight.js": "^11.9.0",
"i18next": "^25.3.2",
"lottie-react-native": "^7.2.5",
"marked": "^12.0.1",
"moment": "^2.30.1",
"prettier": "^3.6.2",
"prop-types": "^15.8.1",
"react": "19.1.0",
"react-i18next": "^15.6.1",
"react-native": "0.80.2",
"react-native-autolink": "^4.1.0",
"react-native-drawer-layout": "^4.1.12",
"react-native-gesture-handler": "2.27.2",
"react-native-htmlview": "^0.16.0",
"react-native-i18n": "git+https://github.com/CarSmallGuo/react-native-i18n.git",
"react-native-image-crop-picker": "^0.41.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-localize": "^3.0.6",
"react-native-pager-view": "^6.8.1",
"react-native-reanimated": "4.0.1",
"react-native-root-toast": "^3.6.0",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "4.13.1",
"react-native-spinkit-fix-new": "git+https://github.com/CarSmallGuo/react-native-spinkit.git",
"react-native-tab-view": "^3.5.2",
"react-native-textinput-effects": "^0.6.2",
"react-native-vector-icons": "^10.3.0",
"react-native-version-number-fix-new": "git+https://github.com/CarSmallGuo/react-native-version-number.git",
"react-native-webview": "^13.15.0",
"react-redux": "^9.1.2",
"realm": "20.1.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"showdown": "^2.1.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/preset-env": "^7.28.0",
"@babel/runtime": "^7.24.0",
"@react-native-community/cli": "^19.1.1",
"@react-native/eslint-config": "^0.80.2",
"@react-native/metro-config": "^0.80.2",
"babel-jest": "^29.7.0",
"babel-plugin-import": "^1.13.8",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"patch-package": "^8.0.0",
"react-native-worklets": "^0.4.1",
"react-test-renderer": "19.1.0"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(react-native|@react-native|react-redux|@react-navigation)/)"
]
}
}