-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
93 lines (93 loc) · 3.01 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
{
"name": "v2ex",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --offline",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"postinstall": "npx patch-package"
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.0.1",
"@expo/vector-icons": "^14.0.3",
"@hookform/resolvers": "^2.9.10",
"@react-native-assets/slider": "^7.0.7",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-cookies/cookies": "^6.2.1",
"@react-navigation/drawer": "^7.0.19",
"@react-navigation/native": "^7.0.13",
"@react-navigation/native-stack": "^7.1.14",
"@tanstack/react-query": "^5.12.2",
"@types/spark-md5": "^3.0.2",
"axios": "^0.27.2",
"cheerio": "1.0.0-rc.12",
"color2k": "^2.0.3",
"dayjs": "^1.11.5",
"expo": "~52.0.36",
"expo-blur": "~14.0.3",
"expo-build-properties": "~0.13.2",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.7",
"expo-device": "~7.0.2",
"expo-file-system": "~18.0.11",
"expo-image": "~2.0.6",
"expo-image-picker": "~16.0.6",
"expo-linking": "~7.0.5",
"expo-navigation-bar": "~4.0.8",
"expo-sharing": "~13.0.1",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.27.1",
"highlight.js": "^11.6.0",
"immer": "^10.0.3",
"jotai": "^1.12.0",
"js-base64": "^3.7.5",
"lodash-es": "^4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.39.4",
"react-native": "0.76.7",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-drag-sort": "^2.4.4",
"react-native-drawer-layout": "^4.0.4",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-pager-view": "6.5.1",
"react-native-reanimated": "~3.16.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^4.0.5",
"react-native-toast-message": "^2.2.1",
"react-native-webview": "13.12.5",
"react-native-youtube-iframe": "^2.3.0",
"react-query-kit": "^3.2.0",
"rn-placeholder": "^3.0.3",
"showdown": "^2.1.0",
"spark-md5": "^3.0.2",
"suspend-react": "^0.1.3",
"twrnc": "^4.6.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@react-native-community/eslint-config": "^3.1.0",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/lodash-es": "^4.17.6",
"@types/react": "~18.3.12",
"@types/showdown": "^2.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.23.1",
"prettier": "^2.7.1",
"react-test-renderer": "18.0.0",
"typescript": "~5.3.3"
},
"private": true
}