-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 3.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "taskstock",
"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"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.3.0",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-community/slider": "^4.5.0",
"@react-native-firebase/analytics": "^18.8.0",
"@react-native-firebase/app": "^18.8.0",
"@react-native-firebase/messaging": "^18.8.0",
"@react-native-google-signin/google-signin": "^11.0.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-seoul/kakao-login": "^5.3.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/material-top-tabs": "^6.6.5",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.20",
"@reduxjs/toolkit": "^2.0.1",
"dayjs": "^1.11.10",
"expo": "~49.0.15",
"expo-asset": "~8.10.1",
"expo-font": "~11.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-splash-screen": "~0.20.5",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-calendars": "^1.1302.0",
"react-native-date-picker": "^4.3.5",
"react-native-device-info": "^10.12.0",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-emoji-selector": "^0.2.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-google-mobile-ads": "^13.0.2",
"react-native-haptic-feedback": "^2.2.0",
"react-native-image-picker": "^7.1.0",
"react-native-keychain": "^8.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-oss-license": "^0.7.0",
"react-native-outside-press": "^1.2.2",
"react-native-pager-view": "6.2.0",
"react-native-permissions": "^4.0.4",
"react-native-portalize": "^1.0.7",
"react-native-push-notification": "^8.1.1",
"react-native-radio-buttons-group": "^3.0.7",
"react-native-reanimated": "~3.3.0",
"react-native-redash": "^18.1.3",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-shadow-2": "^7.0.8",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.9.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.0",
"react-redux": "^9.0.4",
"recoil": "^0.7.7",
"redux": "^5.0.0",
"styled-components": "^6.1.1",
"victory-native": "^36.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.10",
"@types/react": "^18.2.39",
"@types/react-native-push-notification": "^8.1.4",
"@types/react-redux": "^7.1.33",
"@types/react-test-renderer": "^18.0.7",
"@types/styled-components": "^5.1.34",
"@types/styled-components-react-native": "^5.2.5",
"react-native-dotenv": "^3.4.9",
"typescript": "^5.3.2"
},
"private": true
}