-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
62 lines (62 loc) · 1.97 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
{
"name": "wukong",
"version": "1.3.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build:ios": "eas build -p ios --local",
"build:ios:sim": "eas build -p ios --profile development-simulator --local",
"build:android": "eas build -p android --local",
"build:android:dev": "eas build -p android -e development --local",
"build:android:apk": "eas build -p android -e preview --local"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/elements": "^1.3.17",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@shopify/flash-list": "1.6.4",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"camelcase": "^8.0.0",
"color": "^4.2.3",
"dayjs": "^1.11.8",
"expo": "~51.0.20",
"expo-application": "~5.9.1",
"expo-av": "~14.0.6",
"expo-blur": "~13.0.2",
"expo-dev-client": "~4.0.20",
"expo-device": "~6.0.2",
"expo-image": "~1.12.12",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-notifications": "~0.28.9",
"expo-secure-store": "~13.0.2",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"i18n-js": "4.2.2",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-gifted-chat": "^2.4.0",
"react-native-modalfy": "^3.5.1",
"react-native-notifier": "^1.9.0",
"react-native-popup-menu": "^0.16.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-uuid": "^2.0.1",
"recoil": "^0.7.7",
"wukongapi": "^1.0.0",
"wukongimjssdk": "^1.2.10"
},
"devDependencies": {
"@babel/core": "^7.24.0"
},
"private": true
}