forked from gyu-bin/on-you-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.66 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": "onyoufrontend",
"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 . --ext .js,.jsx,.ts,.tsx",
"lint-fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@miblanchard/react-native-slider": "^2.1.0",
"@notifee/react-native": "^7.7.0-0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-camera-roll/camera-roll": "^5.3.1",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/datetimepicker": "6.5.2",
"@react-native-firebase/analytics": "^17.3.2",
"@react-native-firebase/app": "^17.3.0",
"@react-native-firebase/crashlytics": "^17.3.2",
"@react-native-firebase/dynamic-links": "^17.3.2",
"@react-native-firebase/messaging": "^17.3.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-top-tabs": "^6.3.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@reduxjs/toolkit": "^1.9.2",
"axios": "^1.3.4",
"expo": "~47.0.6",
"expo-asset": "~8.7.0",
"expo-blur": "~12.0.1",
"expo-font": "~11.0.1",
"expo-image-picker": "~14.0.2",
"expo-status-bar": "~1.4.2",
"expo-web-browser": "~12.0.0",
"lottie-react-native": "5.1.4",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"query-string": "^7.1.1",
"react": "^18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-background-color": "^0.0.8",
"react-native-calendars": "^1.1292.0",
"react-native-code-push": "^7.1.0",
"react-native-collapsible": "^1.6.0",
"react-native-date-picker": "^4.2.6",
"react-native-device-info": "^10.6.0",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.8.0",
"react-native-iconify": "^0.2.6",
"react-native-image-crop-picker": "^0.38.0",
"react-native-image-picker": "^4.10.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-material-menu": "^2.0.0",
"react-native-modalize": "^2.1.1",
"react-native-pager-view": "6.0.1",
"react-native-paper": "^4.12.5",
"react-native-pinchable": "^0.2.1",
"react-native-portalize": "^1.0.7",
"react-native-reanimated": "^2.15.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-shadow-2": "^7.0.6",
"react-native-share": "^8.2.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.9.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-toast-notifications": "^3.3.1",
"react-query": "^3.39.2",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"rn-fetch-blob": "^0.12.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.3",
"@types/react": "~18.0.24",
"@types/react-native": "^0.70.6",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.44.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"typescript": "^4.9.3"
},
"resolutions": {
"@types/react": "17.0.43"
},
"private": true
}