This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.13 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
{
"name": "sesohaeng",
"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",
"test:lint": "eslint .",
"test:typescript": "tsc"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/cli-debugger-ui": "^11.2.0",
"@react-native-community/datetimepicker": "6.5.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"expo": "~47.0.6",
"expo-application": "~5.0.1",
"expo-auth-session": "~3.8.0",
"expo-crypto": "~12.0.0",
"expo-dev-client": "~2.0.1",
"expo-image": "^1.2.3",
"expo-image-picker": "~14.0.2",
"expo-random": "~13.0.0",
"expo-status-bar": "~1.4.2",
"expo-web-browser": "~12.0.0",
"fast-xml-parser": "^4.2.2",
"form-data": "^4.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-gesture-handler": "~2.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.3.2",
"react-native-modal-datetime-picker": "14.0.1",
"react-native-modal-selector": "^2.1.2",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-web": "~0.18.9",
"react-native-webview": "11.23.1",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/qs": "^6.9.7",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"@types/redux-logger": "^3.0.9",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"react-devtools": "^4.27.3",
"typescript": "^4.6.3"
},
"private": true
}