-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.37 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
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "fillbom-front",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"ios": "expo run:ios",
"prebuild": "expo prebuild --clean",
"android": "expo run:android",
"ios:device": "expo run:ios --device",
"android:device": "expo run:android --device",
"lint": "eslint .",
"test": "jest --watchAll",
"doctor": "npx expo-doctor@latest",
"openapi": "npx openapi-typescript http://api.fillbom.com/v3/api-docs -o src/api/types.ts --skip-validate-spec"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@10play/tentap-editor": "^0.6.0",
"@expo/metro-runtime": "~3.2.3",
"@expo/vector-icons": "^14.0.2",
"@gorhom/bottom-sheet": "^5.0.0-alpha.11",
"@hookform/resolvers": "^3.9.0",
"@mj-studio/react-native-naver-map": "^1.5.10",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-firebase/analytics": "^21.7.1",
"@react-native-firebase/app": "^21.7.1",
"@react-native-firebase/messaging": "^21.7.1",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-navigation/native": "^6.0.2",
"@sentry/react-native": "^6.5.0",
"@tanstack/react-query": "^5.59.13",
"axios": "^1.7.7",
"expo": "~51.0.39",
"expo-apple-authentication": "~6.4.2",
"expo-asset": "~10.0.10",
"expo-background-fetch": "~12.0.1",
"expo-build-properties": "~0.12.5",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.29",
"expo-device": "~6.0.2",
"expo-font": "^12.0.10",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
"expo-location": "~17.0.1",
"expo-notifications": "~0.28.19",
"expo-router": "~3.5.24",
"expo-splash-screen": "~0.27.7",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-task-manager": "~11.8.2",
"expo-web-browser": "~13.0.3",
"immer": "^10.1.1",
"lottie-react-native": "6.7.0",
"openapi-fetch": "^0.12.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.53.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-image-resizer": "^1.4.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "^1.5.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"ts-pattern": "^5.4.0",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.0",
"eslint-config-expo": "^7.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-native": "^4.1.0",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"openapi-typescript": "^7.4.1",
"openapi-typescript-helpers": "^0.0.13",
"prettier": "^3.3.3",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"private": true,
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72",
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"enabled": true
}
}
}
}