-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.51 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
{
"name": "Swatched",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"androiddev": "react-native run-android --variant=devDebug --appIdSuffix=dev",
"androiddevprod": "react-native run-android --variant=prodDebug --appIdSuffix=prod",
"ios": "react-native run-ios --simulator \"iPhone 11\"",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "make post-install"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "2.1.0",
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-community/netinfo": "^9.3.10",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-firebase/app": "17.5.0",
"@react-native-firebase/crashlytics": "17.5.0",
"@react-native-firebase/messaging": "17.5.0",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/bottom-tabs": "5.11.8",
"@react-navigation/native": "5.9.8",
"@react-navigation/stack": "5.14.9",
"@ubaids/react-native-material-textfield": "https://github.com/ubaidjs/react-native-material-textfield.git",
"axios": "^1.4.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"html-entities": "^2.4.0",
"jwt-decode": "^3.1.2",
"light-event-bus": "^1.0.1",
"moment": "^2.29.4",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-native": "^0.72.3",
"react-native-config": "^1.5.1",
"react-native-deck-swiper": "https://github.com/webraptor/react-native-deck-swiper.git",
"react-native-fast-image": "^8.6.3",
"react-native-flash-message": "^0.4.1",
"react-native-gesture-handler": "2.9.0",
"react-native-globalspinner": "^2.0.3",
"react-native-image-picker": "5.0.2",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keyboard-manager": "^6.5.11-2",
"react-native-modal": "^13.0.1",
"react-native-orientation-locker": "^1.5.0",
"react-native-phone-number-input": "^2.1.0",
"react-native-popup-menu": "^0.16.1",
"react-native-push-notification": "^8.1.1",
"react-native-reachability-popup": "^1.0.4",
"react-native-reanimated": "3.3.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "3.14.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "13.6.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-video": "^5.2.1",
"react-native-video-controls": "^2.8.1",
"react-native-webview": "^13.2.3",
"react-native-youtube-iframe": "^2.3.0",
"react-redux": "^8.1.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.3",
"redux-storage": "^4.1.2",
"redux-storage-decorator-filter": "^1.1.8",
"version": "^0.1.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.7",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"jest": {
"node": ">=16"
}
}