-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.23 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
{
"name": "dutying-mobile-v2",
"main": "expo-router/entry",
"version": "2.0.0",
"scripts": {
"prebuild": "expo prebuild --clean",
"start": "expo start",
"ios": "expo run:ios",
"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",
"tsc": "tsc"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@gorhom/bottom-sheet": "^4.6.4",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-firebase/analytics": "^21.0.0",
"@react-native-firebase/app": "^21.0.0",
"@react-native-firebase/messaging": "^21.0.0",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-navigation/native": "^6.0.2",
"@sentry/react-native": "^6.1.0",
"@tanstack/react-query": "^5.59.0",
"airbridge-expo-sdk": "^2.6.6",
"airbridge-react-native-sdk": "^4.1.0",
"axios": "^1.7.7",
"expo": "~51.0.28",
"expo-apple-authentication": "^6.4.2",
"expo-application": "^5.9.1",
"expo-asset": "^10.0.10",
"expo-calendar": "^13.0.5",
"expo-clipboard": "^6.0.3",
"expo-constants": "^16.0.2",
"expo-device": "^6.0.2",
"expo-font": "~12.0.9",
"expo-image-picker": "^15.0.7",
"expo-linking": "~6.3.1",
"expo-navigation-bar": "^3.0.7",
"expo-notifications": "^0.28.18",
"expo-router": "~3.5.23",
"expo-sharing": "^12.0.1",
"expo-status-bar": "~1.12.1",
"lottie-react-native": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "^2.20.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-outside-press": "^1.2.2",
"react-native-pager-view": "^6.4.1",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.10.5",
"react-native-svg": "^15.7.1",
"react-native-svg-transformer": "^1.5.0",
"react-native-toast-message": "^2.2.1",
"react-native-view-shot": "^3.8.0",
"react-native-webview": "^13.12.3",
"reanimated-color-picker": "^3.0.4",
"zustand": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.7.2",
"@types/node": "^22.7.4",
"@types/react": "~18.2.45",
"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.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-native": "^4.1.0",
"expo-build-properties": "^0.12.5",
"expo-module-scripts": "^3.5.2",
"globals": "^15.10.0",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"prettier": "^3.3.3",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"private": true
}