-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.75 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
{
"name": "waither",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint './src/**/*.{ts,tsx,js,jsx}'",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx,js,jsx}'"
},
"dependencies": {
"@actbase/react-daum-postcode": "^1.0.4",
"@expo/metro-config": "^0.17.6",
"@gorhom/bottom-sheet": "^4.6.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-camera-roll/camera-roll": "^7.8.3",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/slider": "^4.5.1",
"@react-native-picker/picker": "^2.7.2",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-native/metro-config": "^0.75.0-main",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@tanstack/react-query": "^5.59.19",
"@types/react": "~18.2.45",
"add": "^2.0.6",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"expo": "~50.0.13",
"expo-linear-gradient": "~12.7.2",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-hook-form": "^7.51.1",
"react-inlinesvg": "^4.1.3",
"react-native": "0.73.5",
"react-native-background-fetch": "^4.2.5",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.12.3",
"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-splash-screen": "^3.3.0",
"react-native-svg": "^15.1.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.0.3",
"react-native-view-shot": "^4.0.0",
"react-native-webview": "^13.10.2",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"recoil": "^0.7.7",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"metro-config": "^0.80.8",
"prettier": "^3.2.5",
"react-native-svg-transformer": "^1.3.0",
"typescript": "^5.4.3"
},
"private": true
}