-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 4.93 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 4.93 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "katdog",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --appIdSuffix=dev",
"android:prod": "react-native run-android --variant=prodRelease",
"android:qaDebug": "react-native run-android --variant=qaDebug --appIdSuffix=qa",
"android:qaRelease": "react-native run-android --variant=qaRelease --appIdSuffix=qa",
"ios": "react-native run-ios --scheme 'Dev' --configuration Dev.Debug",
"ios:qa": "react-native run-ios --scheme 'Qa' --configuration Qa.Release",
"ios:prod": "react-native run-ios --scheme 'katdog' --configuration Release",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepare": "husky install"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "2.2.2",
"@notifee/react-native": "7.8.0",
"@react-native-async-storage/async-storage": "1.19.4",
"@react-native-camera-roll/camera-roll": "^6.0.2",
"@react-native-community/netinfo": "11.1.0",
"@react-native-firebase/analytics": "18.3.2",
"@react-native-firebase/app": "18.3.2",
"@react-native-firebase/app-distribution": "18.3.2",
"@react-native-firebase/crashlytics": "18.3.2",
"@react-native-firebase/messaging": "18.3.2",
"@react-native-google-signin/google-signin": "10.1.0",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-native-picker/picker": "2.5.0",
"@react-navigation/bottom-tabs": "6.5.8",
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
"@react-navigation/stack": "6.3.17",
"@reduxjs/toolkit": "1.6.2",
"@stream-io/flat-list-mvcp": "0.10.3",
"axios": "0.24.0",
"fbjs": "3.0.5",
"lodash": "4.17.21",
"moment": "2.29.1",
"object-to-formdata": "4.4.1",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-config": "1.5.1",
"react-native-device-info": "10.9.0",
"react-native-document-picker": "9.0.1",
"react-native-dots-pagination": "0.3.0",
"react-native-fast-image": "8.6.3",
"react-native-fbsdk-next": "5.0.0",
"react-native-flipper": "0.212.0",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.13.4",
"react-native-haptic-feedback": "2.0.3",
"react-native-image-crop-picker": "0.40.2",
"react-native-image-resizer": "1.4.5",
"react-native-image-viewing": "0.2.2",
"react-native-keyboard-aware-scroll-view": "0.9.5",
"react-native-linear-gradient": "2.8.2",
"react-native-localization": "2.3.2",
"react-native-modal": "13.0.1",
"react-native-paper": "5.10.3",
"react-native-pure-jwt": "3.0.2",
"react-native-raw-bottom-sheet": "2.2.0",
"react-native-reanimated": "3.5.4",
"react-native-responsive-screen": "1.4.2",
"react-native-safe-area-context": "4.7.2",
"react-native-screens": "3.25.0",
"react-native-secure-key-store": "2.0.10",
"react-native-share": "9.4.0",
"react-native-skeleton-placeholder": "5.2.4",
"react-native-svg": "14.0.0",
"react-native-vector-icons": "10.0.0",
"react-native-webview": "13.6.3",
"react-redux": "7.2.5",
"redux": "4.1.1",
"redux-flipper": "2.0.2",
"redux-persist": "6.0.0",
"stream-chat": "8.14.1",
"stream-chat-react-native": "5.21.0",
"util": "0.12.5"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-transform-arrow-functions": "7.22.5",
"@babel/plugin-transform-shorthand-properties": "7.22.5",
"@babel/plugin-transform-template-literals": "7.22.5",
"@babel/preset-env": "7.22.14",
"@babel/preset-typescript": "7.22.11",
"@babel/runtime": "7.20.0",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "0.72.11",
"@tsconfig/react-native": "3.0.0",
"@types/jest": "26.0.23",
"@types/lodash": "4.14.175",
"@types/react": "18.0.24",
"@types/react-native": "0.72.2",
"@types/react-test-renderer": "18.0.0",
"babel-jest": "29.2.1",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-optional-require": "0.3.1",
"eslint": "8.19.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-sort-keys-fix": "1.1.1",
"husky": "5",
"jest": "29.2.1",
"lint-staged": "10.5.4",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "2.4.1",
"react-test-renderer": "18.2.0",
"redux-devtools": "3.7.0",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"engines": {
"node": ">=16"
},
"resolutions": {
"@babel/plugin-transform-typescript": "7.20.0",
"@babel/types": "7.20.0"
}
}