-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
108 lines (108 loc) · 3.7 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "learnX",
"version": "15.1.1",
"private": true,
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
"scripts": {
"postinstall": "patch-package",
"pod": "cd ios && RCT_NEW_ARCH_ENABLED=0 pod install && RCT_NEW_ARCH_ENABLED=0 pod update && cd ..",
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"typecheck": "tsc",
"prettier": "prettier --write src/"
},
"dependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@react-native-async-storage/async-storage": "2.1.0",
"@react-native-clipboard/clipboard": "1.15.0",
"@react-native-community/cli": "15.1.3",
"@react-native-community/cli-platform-android": "15.1.3",
"@react-native-community/cli-platform-ios": "15.1.3",
"@react-native-cookies/cookies": "6.2.1",
"@react-native/babel-preset": "0.76.5",
"@react-native/eslint-config": "0.76.5",
"@react-native/metro-config": "0.76.5",
"@react-native/typescript-config": "0.76.5",
"@react-navigation/bottom-tabs": "7.2.0",
"@react-navigation/native": "7.0.14",
"@react-navigation/native-stack": "7.2.0",
"@reduxjs/toolkit": "2.5.0",
"@types/he": "1.2.3",
"@types/jest": "29.5.14",
"@types/mime-types": "2.1.4",
"@types/promise.allsettled": "1.0.6",
"@types/react": "18.3.18",
"@types/react-native-share-menu": "5.0.5",
"@types/react-native-vector-icons": "6.4.18",
"@types/semver": "7.5.8",
"axios": "1.7.9",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-preval": "5.1.0",
"buffer": "6.0.3",
"darkreader": "4.9.96",
"dayjs": "1.11.13",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"expo": "52.0.23",
"expo-background-fetch": "13.0.3",
"expo-calendar": "14.0.5",
"expo-document-picker": "13.0.1",
"expo-file-system": "18.0.6",
"expo-haptics": "14.0.0",
"expo-image-picker": "16.0.3",
"expo-intent-launcher": "12.0.1",
"expo-notifications": "0.29.11",
"expo-secure-store": "14.0.0",
"expo-task-manager": "12.0.3",
"fuse.js": "7.0.0",
"graphql": "16.10.0",
"graphql-request": "7.1.2",
"he": "1.2.0",
"mime-types": "2.1.35",
"patch-package": "8.0.0",
"path": "0.12.7",
"prettier": "3.4.2",
"promise.allsettled": "1.0.7",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-blob-util": "0.21.2",
"react-native-device-info": "14.0.2",
"react-native-draggable-flatlist": "4.0.1",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.21.2",
"react-native-localize": "3.3.0",
"react-native-pager-view": "6.6.1",
"react-native-paper": "5.12.5",
"react-native-paper-dates": "0.22.28",
"react-native-pdf": "6.7.6",
"react-native-reanimated": "3.16.6",
"react-native-safe-area-context": "5.0.0",
"react-native-screens": "4.4.0",
"react-native-share": "12.0.3",
"react-native-share-menu": "6.0.0",
"react-native-tab-view": "4.0.5",
"react-native-url-polyfill": "2.0.0",
"react-native-vector-icons": "10.2.0",
"react-native-webview": "13.12.5",
"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.6.3",
"thu-learn-lib": "github:robertying/thu-learn-lib",
"typesafe-actions": "5.1.0",
"typescript": "5.7.2"
},
"pnpm": {
"overrides": {
"@types/react": "$@types/react"
}
}
}