-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.03 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.03 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
{
"name": "capstone-app",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "yarn install && expo start --reset-cache",
"android": "yarn install && expo start --reset-cache --android",
"ios": "yarn install && expo start --reset-cache --ios"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/datetimepicker": "8.3.0",
"@react-navigation/bottom-tabs": "^7.0.1",
"@react-navigation/material-top-tabs": "^7.0.1",
"@react-navigation/native": "^7.0.0",
"@react-navigation/stack": "^7.0.0",
"@tosspayments/tosspayments-sdk": "^2.3.4",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "53.0.9",
"expo-image-manipulator": "~13.1.7",
"expo-image-picker": "~16.1.4",
"expo-location": "~18.1.5",
"expo-maps": "~0.10.0",
"expo-status-bar": "~2.2.3",
"expo-updates": "~0.28.13",
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-gesture-handler": "~2.24.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.20.1",
"react-native-pager-view": "6.7.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0",
"react-native-svg": "15.11.2",
"react-native-tab-view": "^4.0.1",
"react-native-toast-notifications": "^3.4.0",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "^13.13.5",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.26.0",
"@expo/metro-runtime": "~5.0.4",
"@react-native-community/cli": "^18.0.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "^3.3.3",
"react-dom": "19.0.0",
"react-native-web": "^0.20.0"
},
"private": true
}