-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
102 lines (102 loc) · 3.47 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
{
"name": "learnX",
"version": "14.0.1",
"private": true,
"scripts": {
"postinstall": "patch-package && chmod +x scripts/fix_react_native_interactable.sh && ./scripts/fix_react_native_interactable.sh",
"pod": "cd ios && EXPO_USE_SOURCE=1 pod install && cd ..",
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc",
"prettier": "prettier --write src/**/*",
"release": "appcenter codepush release-react -a robertying/learnX-iOS && appcenter codepush release-react -a robertying/learnX-Android"
},
"expo": {
"autolinking": {
"exclude": [
"expo-error-recovery",
"expo-font",
"expo-keep-awake"
]
}
},
"dependencies": {
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@babel/runtime": "7.20.13",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-clipboard/clipboard": "1.11.1",
"@react-native-community/eslint-config": "3.2.0",
"@react-navigation/bottom-tabs": "6.5.5",
"@react-navigation/native": "6.1.4",
"@react-navigation/native-stack": "6.9.10",
"@reduxjs/toolkit": "1.9.2",
"@tsconfig/react-native": "2.0.3",
"@types/jest": "29.4.0",
"@types/mime-types": "2.1.1",
"@types/promise.allsettled": "1.0.3",
"@types/react": "18.0.28",
"@types/react-native": "0.71.2",
"@types/react-native-share": "3.3.3",
"@types/react-native-vector-icons": "6.4.13",
"@types/semver": "7.3.13",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"appcenter": "4.4.5",
"appcenter-analytics": "4.4.5",
"appcenter-crashes": "4.4.5",
"axios": "1.3.3",
"babel-plugin-module-resolver": "5.0.0",
"babel-plugin-preval": "5.1.0",
"darkreader": "4.9.58",
"dayjs": "1.11.7",
"dotenv": "16.0.3",
"eslint": "8.34.0",
"expo": "47.0.13",
"expo-background-fetch": "11.0.1",
"expo-calendar": "11.0.1",
"expo-file-system": "15.1.1",
"expo-haptics": "12.0.1",
"expo-intent-launcher": "10.3.1",
"expo-notifications": "0.17.0",
"expo-secure-store": "12.0.0",
"fuse.js": "6.6.2",
"graphql": "16.6.0",
"graphql-request": "5.1.0",
"metro-react-native-babel-preset": "0.75.0",
"mime-types": "2.1.35",
"patch-package": "6.5.1",
"postinstall-postinstall": "2.1.0",
"prettier": "2.8.4",
"promise.allsettled": "1.0.6",
"react": "18.2.0",
"react-native": "0.71.2",
"react-native-code-push": "7.1.0",
"react-native-device-info": "10.3.0",
"react-native-document-picker": "8.1.3",
"react-native-fs": "2.20.0",
"react-native-interactable": "2.0.1",
"react-native-localize": "2.2.4",
"react-native-pager-view": "6.1.4",
"react-native-paper": "5.2.0",
"react-native-reanimated": "3.0.0-rc.10",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "3.20.0",
"react-native-share": "8.2.0",
"react-native-tab-view": "3.4.0",
"react-native-url-polyfill": "1.3.0",
"react-native-vector-icons": "9.2.0",
"react-native-webview": "11.26.1",
"react-redux": "8.0.5",
"redux": "4.2.1",
"redux-persist": "6.0.0",
"redux-persist-expo-securestore": "2.0.0",
"redux-thunk": "2.4.2",
"semver": "7.3.8",
"thu-learn-lib-no-native": "https://github.com/robertying/thu-learn-lib-no-native.git",
"typesafe-actions": "5.1.0",
"typescript": "4.9.5"
}
}