forked from oven-2023/oven-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.99 KB
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": "oven",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@stomp/stompjs": "^7.0.0",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"expo": "~48.0.15",
"expo-font": "~11.1.1",
"expo-linear-gradient": "^12.5.0",
"expo-linking": "~4.0.1",
"expo-splash-screen": "^0.18.2",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-action-button": "^2.8.5",
"react-native-dropdown-picker": "^5.4.6",
"react-native-floating-action": "^1.22.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-global-props": "^1.1.5",
"react-native-ionicons": "^4.6.5",
"react-native-modal": "^13.0.1",
"react-native-optimized-flatlist": "^1.0.4",
"react-native-reanimated": "~2.14.4",
"react-native-recoil-persist": "^0.0.6",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-select-dropdown": "^3.4.0",
"react-native-simple-modal": "^9.0.1",
"react-native-stomp-websocket": "^1.0.8",
"react-native-svg": "^13.14.0",
"react-native-vector-icons": "^10.0.1",
"react-native-view-overflow": "^0.0.5",
"react-native-websocket": "^1.0.2",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"sockjs-client": "^1.6.1",
"stomp": "^0.1.1",
"styled-components": "^5.3.10",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react-native-global-props": "^1.1.3"
},
"private": true
}