-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·66 lines (66 loc) · 2.17 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
{
"name": "cyberwaifu-v2-mobile",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^19.0.0",
"@georstat/react-native-image-cache": "^3.1.0",
"@livekit/react-native": "^2.2.0",
"@livekit/react-native-expo-plugin": "^1.0.0",
"@livekit/react-native-webrtc": "^114.1.5",
"@react-native-assets/slider": "^7.0.7",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-navigation/material-bottom-tabs": "^6.2.19",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@supersami/rn-foreground-service": "^2.1.1",
"axios": "^1.6.5",
"axios-cookiejar-support": "^5.0.0",
"eas": "^0.1.0",
"eas-cli": "^7.8.1",
"expo": "^50.0.19",
"expo-av": "~13.10.6",
"expo-build-properties": "~0.11.1",
"expo-clipboard": "~5.0.1",
"expo-dev-client": "~3.3.12",
"expo-document-picker": "~11.10.1",
"expo-file-system": "~16.0.9",
"expo-image-picker": "~14.7.1",
"expo-linking": "~6.2.2",
"expo-sharing": "~11.10.0",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-devtools": "^5.0.2",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-awesome-slider": "^2.4.6",
"react-native-element-dropdown": "^2.10.4",
"react-native-file-access": "^3.0.5",
"react-native-gesture-handler": "~2.14.0",
"react-native-image-viewing": "^0.2.2",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.6",
"tough-cookie": "^4.1.3",
"@config-plugins/react-native-webrtc": "8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.47",
"@types/react-test-renderer": "^18.0.7",
"typescript": "^5.3.3"
},
"private": true
}