-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 5.09 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 5.09 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
{
"name": "thefaculty",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"run-android": "cd android && gradlew clean && cd .. && react-native run-android",
"run-ios": "react-native run-ios --simulator \"iPhone 11 Pro\"",
"run-ios2": "react-native run-ios --device Super",
"test": "jest",
"lint": "eslint .",
"postinstall": "npx jetify",
"translate": "ts-node ./app/utils/cli/translate/index.ts",
"color_man": "ts-node ./app/utils/cli/colors/index.ts",
"mathjax": "ts-node ./app/utils/cli/mathjax/index.ts",
"app_man": "ts-node ./app/utils/cli/app/index.ts",
"build-apk:win": "./build-tools/android/windows/build.cmd",
"build-apk:mac": "./build-tools/android/mac/build.sh",
"prepare:test": "ts-node ./app/utils/cli/prepare/test.ts",
"prepare:prod": "ts-node ./app/utils/cli/prepare/prod.ts",
"check-ternary": "ts-node ./app/utils/cli/proto.ts"
},
"dependencies": {
"@dudigital/react-native-zoomable-view": "^1.0.16",
"@invertase/react-native-apple-authentication": "^2.1.2",
"@nahrae/react-native-barcode-mask": "^0.0.2",
"@react-native-async-storage/async-storage": "react-native-async-storage/async-storage",
"@react-native-community/google-signin": "^5.0.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-community/slider": "^3.0.3",
"@react-native-firebase/analytics": "^11.4.1",
"@react-native-firebase/app": "^11.4.1",
"@react-native-firebase/auth": "^11.4.1",
"@react-native-firebase/crashlytics": "^11.4.1",
"@react-native-firebase/dynamic-links": "^11.4.1",
"@react-native-firebase/messaging": "^11.4.1",
"@react-native-firebase/storage": "^11.4.1",
"@react-native-picker/picker": "^1.15.0",
"@react-navigation/bottom-tabs": "^5.11.10",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@react-navigation/tabs": "^0.0.0-alpha.12",
"@stream-io/flat-list-mvcp": "^0.10.1",
"@types/react-native": "^0.64.5",
"add": "^2.0.6",
"date-fns": "^2.21.3",
"deprecated-react-native-listview": "^0.0.7",
"eases": "^1.0.8",
"moment": "^2.29.1",
"native-base": "^2.15.2",
"pako": "^2.0.3",
"react": "^17.0.2",
"react-native": "0.64.1",
"react-native-action-sheet": "^2.2.0",
"react-native-bidirectional-infinite-scroll": "^0.3.3",
"react-native-calendars": "^1.1260.0",
"react-native-camera": "^3.43.6",
"react-native-card-flip": "^1.0.7",
"react-native-carrier-info": "^1.1.2",
"react-native-circular-progress": "^1.3.7",
"react-native-datepicker": "^1.7.2",
"react-native-device-info": "^8.1.3",
"react-native-elements": "^3.4.1",
"react-native-fast-image": "^8.3.4",
"react-native-fbsdk": "^3.0.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-location": "^2.1.0",
"react-native-haptic-feedback": "^1.11.0",
"react-native-iap": "4.6.3",
"react-native-image-picker": "^3.6.0",
"react-native-inappbrowser-reborn": "^3.5.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-mathjax-svg": "^0.9.7",
"react-native-pager-view": "^5.1.7",
"react-native-parsed-text": "^0.0.22",
"react-native-progress": "^4.1.2",
"react-native-progress-bar-animated": "^1.0.6",
"react-native-qrcode-svg": "^6.1.1",
"react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.2.0",
"react-native-sliding-up-down-panels": "^1.0.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-sound": "^0.11.0",
"react-native-sound-player": "^0.10.8",
"react-native-splash-screen": "^3.2.0",
"react-native-store-review": "^0.2.0",
"react-native-stripe-checkout-webview": "^0.0.12",
"react-native-svg": "^12.1.1",
"react-native-tab-view": "^3.0.1",
"react-native-timeago": "^0.5.0",
"react-native-touchable-scale": "^2.1.2",
"react-native-vector-icons": "^8.1.0",
"react-native-webview": "^11.4.4",
"react-native-wheel-of-fortune": "^1.5.4",
"react-native-youtube": "^2.0.1",
"react-redux": "^7.2.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"recompose": "^0.30.0",
"recyclerlistview": "^3.0.5",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"rn-jsbarcode": "^0.5.1",
"teaset": "^0.7.5",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/runtime": "^7.14.0",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react-native-snap-carousel": "^3.8.3",
"@types/react-redux": "^7.1.16",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"detox": "^18.13.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"node-fetch": "^2.6.1",
"prop-types": "^15.7.2",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}