-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.98 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.98 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "learnX",
"version": "16.4.0",
"private": true,
"packageManager": "[email protected]+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"scripts": {
"postinstall": "patch-package",
"pod": "cd ios && pod install && pod update && cd ..",
"start": "react-native start --client-logs",
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"typecheck": "tsc",
"prettier": "prettier --write src/"
},
"dependencies": {
"@babel/core": "7.29.0",
"@babel/plugin-transform-export-namespace-from": "7.27.1",
"@babel/preset-env": "7.29.0",
"@babel/runtime": "7.28.6",
"@bottom-tabs/react-navigation": "1.1.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-clipboard/clipboard": "1.16.3",
"@react-native-community/cli": "20.1.2",
"@react-native-community/cli-platform-android": "20.1.2",
"@react-native-community/cli-platform-ios": "20.1.2",
"@react-native-cookies/cookies": "6.2.1",
"@react-native-vector-icons/get-image": "12.3.0",
"@react-native-vector-icons/material-design-icons": "12.4.2",
"@react-native-vector-icons/material-icons": "12.4.2",
"@react-native/babel-preset": "0.84.1",
"@react-native/eslint-config": "0.84.1",
"@react-native/metro-config": "0.84.1",
"@react-native/typescript-config": "0.84.1",
"@react-navigation/bottom-tabs": "7.15.5",
"@react-navigation/native": "7.1.33",
"@react-navigation/native-stack": "7.14.5",
"@reduxjs/toolkit": "2.11.2",
"@shopify/flash-list": "2.3.0",
"@types/he": "1.2.3",
"@types/jest": "30.0.0",
"@types/mime-types": "3.0.1",
"@types/promise.allsettled": "1.0.6",
"@types/react": "19.2.14",
"@types/react-native-share-menu": "5.0.5",
"@types/react-native-vector-icons": "6.4.18",
"@types/semver": "7.7.1",
"axios": "1.13.6",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-preval": "5.1.0",
"buffer": "6.0.3",
"darkreader": "4.9.120",
"dayjs": "1.11.20",
"dotenv": "17.3.1",
"eslint": "8",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"expo": "55.0.6",
"expo-background-task": "55.0.9",
"expo-blur": "55.0.9",
"expo-calendar": "55.0.9",
"expo-crypto": "55.0.9",
"expo-document-picker": "55.0.8",
"expo-file-system": "55.0.10",
"expo-haptics": "55.0.8",
"expo-image-picker": "55.0.12",
"expo-intent-launcher": "55.0.8",
"expo-secure-store": "55.0.8",
"expo-task-manager": "55.0.9",
"fuse.js": "7.1.0",
"graphql": "16.13.1",
"graphql-request": "7.4.0",
"he": "1.2.0",
"katex": "0.16.38",
"mime-types": "3.0.2",
"patch-package": "8.0.1",
"path": "0.12.7",
"prettier": "3.8.1",
"promise.allsettled": "1.0.7",
"react": "19.2.3",
"react-native": "0.84.1",
"react-native-blob-util": "0.24.7",
"react-native-bottom-tabs": "1.1.0",
"react-native-device-info": "15.0.2",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.30.0",
"react-native-localize": "3.7.0",
"react-native-pager-view": "8.0.0",
"react-native-paper": "5.15.0",
"react-native-paper-dates": "0.23.4",
"react-native-pdf": "7.0.3",
"react-native-reanimated": "4.2.2",
"react-native-reorderable-list": "0.18.0",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.24.0",
"react-native-share": "12.2.6",
"react-native-share-menu": "6.0.0",
"react-native-tab-view": "4.3.0",
"react-native-url-polyfill": "3.0.0",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.7.4",
"react-redux": "9.2.0",
"redux": "5.0.1",
"redux-persist": "6.0.0",
"redux-persist-expo-securestore": "2.0.0",
"redux-thunk": "3.1.0",
"semver": "7.7.4",
"thu-learn-lib": "github:robertying/thu-learn-lib",
"typesafe-actions": "5.1.0",
"typescript": "5.9.3"
}
}