forked from Coding-band/Honkai-Stargazer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.19 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
{
"name": "honkai-stargazer",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@e-mine/react-native-html-text": "^0.3.3",
"@expo/webpack-config": "~19.0.1",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-firebase/app": "^18.7.3",
"@react-native-firebase/auth": "^18.7.3",
"@react-native-firebase/firestore": "^18.7.3",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-spring/native": "^9.7.3",
"@types/axios": "^0.14.0",
"@types/cookie": "^0.6.0",
"@types/crypto-js": "^4.2.1",
"@types/lodash": "^4.14.202",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"cookie": "^0.6.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"expo": "~50.0.17",
"expo-blur": "~12.9.2",
"expo-build-properties": "~0.11.1",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.6",
"expo-dev-client": "~3.3.11",
"expo-device": "~5.9.4",
"expo-file-system": "~16.0.6",
"expo-font": "~11.10.2",
"expo-haptics": "~12.8.1",
"expo-image": "~1.10.6",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "~12.7.2",
"expo-media-library": "~15.9.2",
"expo-modules-autolinking": "~1.10.0",
"expo-navigation-bar": "~2.8.1",
"expo-notifications": "~0.27.7",
"expo-sharing": "~11.10.0",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.12",
"i": "^0.3.7",
"lodash": "^4.17.21",
"nanoid": "^5.0.4",
"nativewind": "^2.0.11",
"phosphor-react-native": "^2.0.0",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-click-outside": "^0.1.1",
"react-native-device-info": "^10.12.0",
"react-native-dotenv": "^3.4.10",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.2.3",
"react-native-purchases": "^7.19.0",
"react-native-reanimated": "~3.6.2",
"react-native-root-siblings": "^5.0.1",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-shadow-2": "^7.0.8",
"react-native-svg": "14.1.0",
"react-native-swiper": "^1.6.0",
"react-native-typing-text": "^0.0.3",
"react-native-view-shot": "^3.8.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.6.4",
"react-native-webview-ios-cache-clear": "^1.0.0",
"react-query": "^3.39.3",
"react-redux": "^9.0.2",
"redux": "^5.0.0",
"redux-persist": "^6.0.0",
"tailwind-merge": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"tailwindcss": "<=3.3.2",
"typescript": "^5.1.3"
},
"private": true
}