-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.73 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
{
"name": "kulture",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^6.0.0",
"@react-native-firebase/analytics": "^12.4.0",
"@react-native-firebase/app": "^12.4.0",
"@react-native-firebase/messaging": "^15.2.0",
"@react-native-seoul/masonry-list": "^1.3.0",
"@react-navigation/material-bottom-tabs": "^5.3.14",
"@react-navigation/material-top-tabs": "5.3.15",
"@react-navigation/native": "^5.8.5",
"@react-navigation/stack": "^5.12.2",
"@sentry/react-native": "^4.2.2",
"axios": "^0.21.1",
"date-fns": "^2.29.1",
"easy-peasy": "^4.0.1",
"lottie-ios": "3.2.3",
"lottie-react-native": "^4.0.3",
"react": "16.13.1",
"react-hook-form": "^7.9.0",
"react-native": "0.63.3",
"react-native-actions-sheet": "^0.4.9",
"react-native-device-info": "^8.1.4",
"react-native-flash-message": "^0.1.23",
"react-native-gesture-handler": "^1.8.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-icon-badge": "^1.1.3",
"react-native-image-picker": "^4.0.4",
"react-native-logs": "^5.0.1",
"react-native-pager-view": "^5.4.0",
"react-native-paper": "^4.7.2",
"react-native-reanimated": "^1.13.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^3.1.8",
"react-native-scalable-image": "^1.1.0",
"react-native-screens": "^2.13.0",
"react-native-skeleton-placeholder": "^4.0.0",
"react-native-snackbar": "^2.4.0",
"react-native-splash-screen": "^3.2.0",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^7.1.0",
"react-native-video": "^5.1.1",
"smartlook-react-native-wrapper": "^1.2.8",
"socket.io-client": "^4.1.3",
"typescript": "^4.7.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.65.0",
"@types/react-native-vector-icons": "^6.4.9",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2",
"typescript": "^3.8.3"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}