-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
92 lines (92 loc) · 3.03 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "fe",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"build": "expo prebuild",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint app/**/*.{js,jsx,ts,tsx,json}",
"lint:fix": "eslint --fix app/**/*.{js,jsx,ts,tsx,json}"
},
"dependencies": {
"@expo/metro-runtime": "^3.1.3",
"@gorhom/bottom-sheet": "^4.6.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/geolocation": "^3.2.0",
"@react-native-masked-view/masked-view": "0.3.0",
"@react-native-seoul/kakao-login": "^5.3.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@types/react-native-snap-carousel": "^3.8.11",
"axios": "^0.24.0",
"babel-plugin-module-resolver": "^5.0.0",
"dotenv": "^16.4.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"expo": "^50.0.14",
"expo-file-system": "~16.0.8",
"expo-camera": "^14.1.1",
"expo-font": "^11.10.3",
"expo-image-picker": "^14.7.1",
"expo-location": "~16.5.5",
"expo-splash-screen": "^0.26.4",
"expo-status-bar": "~1.11.1",
"haversine": "^1.1.1",
"query-string": "^9.0.0",
"mime": "^4.0.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.73.4",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-gesture-handler": "~2.14.0",
"react-native-map-clustering": "^3.4.2",
"react-native-maps": "^1.11.3",
"react-native-pager-view": "6.2.3",
"react-native-permissions": "^4.1.4",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-shadow-2": "^7.0.8",
"react-native-snap-carousel": "^3.9.1",
"react-native-stopwatch-timer": "^0.0.21",
"react-native-svg": "14.1.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.6",
"react-native-webview": "13.6.4",
"react-redux": "^9.1.0",
"recoil": "^0.7.7",
"redux": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"metro-react-native-babel-preset": "^0.77.0",
"react-native-svg-transformer": "^1.3.0",
"typescript": "^5.1.3"
},
"private": true,
"rnpm": {
"assets": [
"@fonts/"
]
}
}