-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.27 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
{
"name": "WeechatNative",
"version": "1.3.0",
"private": true,
"scripts": {
"start": "expo start",
"test": "jest",
"lint": "eslint .",
"android": "expo run:android",
"ios": "expo run:ios",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/elements": "^2.2.4",
"@react-navigation/native": "^7.0.13",
"@react-navigation/native-stack": "^7.1.14",
"@reduxjs/toolkit": "^2.2.3",
"date-fns": "^4.1.0",
"emoji-regex": "^10.3.0",
"expo": "^52.0.17",
"expo-clipboard": "~7.0.0",
"expo-dev-client": "~5.0.5",
"expo-device": "~7.0.1",
"expo-document-picker": "~13.0.1",
"expo-file-system": "~18.0.0",
"expo-image-picker": "~16.0.3",
"expo-notifications": "~0.29.11",
"expo-splash-screen": "~0.29.16",
"expo-updates": "~0.26.10",
"patch-package": "^8.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-drawer-layout": "^4.0.4",
"react-native-gesture-handler": "~2.20.2",
"react-native-parsed-text": "^0.0.22",
"react-native-reanimated": "~3.16.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-redux": "^9.1.1",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.1.6",
"@eslint/compat": "^1.2.2",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.4.0",
"@types/react": "~18.3.12",
"babel-jest": "^29.5.0",
"babel-preset-expo": "~12.0.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"prettier": "^3.2.5",
"typescript": "^5.3.0",
"typescript-eslint": "^8.14.0"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-parsed-text",
"@reduxjs/toolkit",
"date-fns",
"emoji-regex",
"patch-package",
"react-redux",
"redux",
"redux-thunk",
"reselect"
]
}
}
}
}