forked from backmeupplz/todorant-rn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 6.65 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "todorant",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"android-shake": "adb shell input text \"RR\"",
"code-push": "yarn git-pre-code-push && yarn code-push-ios && yarn code-push-android",
"code-push-ios": "yarn dlx appcenter-cli codepush patch -a borodutch/Todorant --disabled Production && yarn dlx appcenter-cli codepush release-react -a borodutch/Todorant -d Production -m",
"code-push-android": "yarn dlx appcenter-cli codepush patch -a borodutch/Todorant-1 --disabled Production && yarn dlx appcenter-cli codepush release-react -a borodutch/Todorant-1 -d Production -m",
"git-pre-code-push": "yarn dlx versiony-cli src/@utils/version.json --newmajor && git add . && git commit -m 'codepush' && git push",
"upload-translations": "node scripts/upload.js",
"download-translations": "node scripts/download.js",
"adb": "adb reverse tcp:8081 tcp:8081 && adb reverse tcp:1337 tcp:1337 && adb reverse tcp:3000 tcp:3000",
"upload-to-appgallery": "cd android && bundle exec fastlane release_appgallery",
"release": "cd android && bundle exec fastlane release && bundle exec fastlane release_appgallery && cd ../ios && bundle exec fastlane release",
"pretty": "prettier --check src",
"lint": "yarn pretty && eslint --max-warnings 0 --ext ts,tsx src"
},
"dependencies": {
"@codler/react-native-keyboard-aware-scroll-view": "^2.0.1",
"@invertase/react-native-apple-authentication": "^2.1.5",
"@nozbe/watermelondb": "0.24.1-1",
"@nozbe/with-observables": "^1.4.0",
"@react-native-async-storage/async-storage": "^1.16.1",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^3.0.2",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/netinfo": "^7.1.3",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/toolbar-android": "^0.2.1",
"@react-native-google-signin/google-signin": "^7.0.1",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/elements": "^1.2.1",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@tasumaniadiabori/react-native-store-rating": "^1.1.10",
"@types/axios": "^0.14.0",
"@types/crypto-js": "^4.0.2",
"@types/i18n-js": "^3.0.1",
"@types/linkify-it": "^3.0.2",
"@types/lodash": "^4.14.177",
"@types/randomcolor": "^0.5.5",
"@types/react-native-calendars": "^1.1264.3",
"@types/react-native-datepicker": "^1.7.1",
"@types/react-native-indicators": "^0.16.0",
"@types/react-native-push-notification": "^7.3.3",
"@types/react-native-restart": "^0.0.14",
"@types/react-native-vector-icons": "^6.4.10",
"@types/semver": "^7.3.9",
"@types/socket.io-client": "^1.4.32",
"@types/uuid": "^8.3.3",
"@upacyxou/react-native-draggable-sectionlist": "0.1.6",
"@upacyxou/react-native-hole-view": "3.0.1",
"@upacyxou/react-native-month": "^1.3.2",
"@upacyxou/react-native-todorant-widget": "^0.3.0-beta.0",
"axios": "^0.24.0",
"babel-plugin-module-resolver": "^4.0.0",
"color-scheme": "^1.0.1",
"countly-sdk-react-native-bridge": "^20.11.12",
"crypto-js": "^4.1.1",
"i18n-js": "^3.5.1",
"linkify-it": "^3.0.3",
"lodash": "^4.17.21",
"mobx": "^6.3.8",
"mobx-persist": "backmeupplz/mobx-persist",
"mobx-react": "^7.2.1",
"moment": "^2.24.0",
"native-base": "^2.13.14",
"number-shortener": "^1.0.1",
"object-assign-deep": "^0.4.0",
"prettier": "^2.5.0",
"query-string": "^7.0.1",
"randomcolor": "^0.6.2",
"react": "^17.0.2",
"react-native": "0.66.3",
"react-native-action-button": "^2.8.5",
"react-native-animatable": "^1.3.3",
"react-native-calendars": "^1.1270.0",
"react-native-camera": "^4.2.1",
"react-native-code-push": "^7.0.4",
"react-native-color-picker": "^0.6.0",
"react-native-confetti": "^0.1.0",
"react-native-dark-mode": "^0.2.2",
"react-native-device-info": "^8.4.8",
"react-native-draggable-flatlist": "^3.0.3",
"react-native-gesture-handler": "^1.9.0",
"react-native-get-random-values": "^1.7.1",
"react-native-indicators": "^0.17.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^2.1.5",
"react-native-mmkv-storage": "^0.6.12",
"react-native-month-picker": "backmeupplz/react-native-month-picker",
"react-native-navigation-bar-color": "^2.0.1",
"react-native-permissions": "^3.1.0",
"react-native-push-notification": "^8.1.1",
"react-native-qrcode-scanner": "^1.4.0",
"react-native-reanimated": "^2.2.4",
"react-native-receive-sharing-intent": "backmeupplz/react-native-receive-sharing-intent",
"react-native-restart": "^0.0.22",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^2.15.2",
"react-native-shared-preferences": "^1.0.2",
"react-native-sound": "0.11.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-svg-uri": "^1.2.3",
"react-native-swipe-list-view": "^3.2.9",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.15.0",
"semver": "^7.3.5",
"socket.io-client": "2.1.1",
"styled-components": "^5.3.3",
"tlds": "^1.226.0",
"url": "^0.11.0",
"util": "^0.12.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-decorators": "^7.16.4",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^3.0.1",
"@types/dotenv": "^8.2.0",
"@types/react-native": "^0.66.6",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/typescript-estree": "^5.17.0",
"babel-jest": "^27.4.2",
"dotenv": "^10.0.0",
"eslint": "^7.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-no-relative-import-paths": "^1.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"flat": "^5.0.2",
"i18n-strings-files": "^1.0.9",
"jest": "^27.4.2",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-codegen": "^0.0.11",
"react-test-renderer": "17.0.2",
"typescript": "^4.5.2"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"packageManager": "yarn@3.2.0"
}