-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.12 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 3.12 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
{
"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.1.0",
"@hookform/resolvers": "^5.0.1",
"@react-native-assets/slider": "^7.0.7",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native-community/netinfo": "11.4.1",
"@react-native-cookies/cookies": "^6.2.1",
"@react-navigation/drawer": "^7.0.19",
"@react-navigation/native": "^7.1.24",
"@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": "~54.0.26",
"expo-blur": "~15.0.7",
"expo-build-properties": "~1.0.9",
"expo-clipboard": "~8.0.7",
"expo-constants": "~18.0.10",
"expo-device": "~8.0.9",
"expo-file-system": "~19.0.19",
"expo-image": "~3.0.10",
"expo-image-picker": "~17.0.8",
"expo-linking": "~8.0.9",
"expo-navigation-bar": "~5.0.9",
"expo-sharing": "~14.0.7",
"expo-splash-screen": "~31.0.11",
"expo-status-bar": "~3.0.8",
"expo-updates": "~29.0.14",
"highlight.js": "^11.6.0",
"immer": "^10.0.3",
"jotai": "^1.12.0",
"js-base64": "^3.7.5",
"lodash-es": "^4.17.21",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.56.1",
"react-native": "0.81.5",
"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.28.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-pager-view": "6.9.1",
"react-native-reanimated": "~4.1.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-system-navigation-bar": "^2.8.0",
"react-native-tab-view": "^4.0.11",
"react-native-toast-message": "^2.2.1",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"react-native-youtube-iframe": "^2.3.0",
"react-query-kit": "^3.2.0",
"showdown": "^2.1.0",
"spark-md5": "^3.0.2",
"suspend-react": "^0.1.3",
"twrnc": "^4.6.0",
"zod": "^3.24.3"
},
"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": "~19.1.10",
"@types/showdown": "^2.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"eslint": "^8.23.1",
"prettier": "^2.7.1",
"react-test-renderer": "18.0.0",
"typescript": "~5.9.2"
},
"private": true
}