-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
145 lines (145 loc) · 5.33 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
{
"name": "DontSmoke",
"version": "0.1.0",
"private": true,
"author": "Vasyl Penteleichuk",
"site": "https://vasyl.site/",
"scripts": {
"android": "react-native run-android",
"android:release": "react-native run-android --variant=release",
"debug": "react-native log-android",
"ios": "react-native run-ios",
"iphone": "react-native run-ios --udid FF897819-E760-4C7B-8333-7BF18E5B02B0",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint \"**/*.{ts,tsx}\" --fix",
"generate-app-json": "node scripts/generateAppJson.js"
},
"dependencies": {
"axios": "^0.27.2",
"i18next": "^23.7.13",
"lottie-react-native": "^5.1.4",
"moment": "^2.30.1",
"node-emoji": "^1.11.0",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-hook-form": "^7.49.2",
"react-i18next": "^14.0.0",
"react-native": "0.73.6",
"react-native-adapty": "^2.9.2",
"react-native-background-timer": "https://github.com/vasyok28/react-native-background-timer",
"react-native-bootsplash": "^5.2.1",
"react-native-chart-kit": "^6.12.0",
"react-native-cli": "^2.0.1",
"react-native-confirmation-code-field": "^7.3.2",
"react-native-device-info": "^10.12.0",
"react-native-fast-image": "^8.6.3",
"react-native-fast-shadow": "^0.1.0",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "^2.14.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-image-picker": "^7.1.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.0.4",
"react-native-pager-view": "^6.2.3",
"react-native-permissions": "^4.1.2",
"react-native-progress": "^5.0.1",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.2.0",
"react-native-rate": "^1.2.12",
"react-native-reanimated": "^3.6.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"react-native-shared-group-preferences": "^1.1.24",
"react-native-size-matters": "^0.4.2",
"react-native-svg": "13.4.0",
"react-native-svg-icon": "^0.10.0",
"react-native-text-link": "^1.0.1",
"react-native-track-player": "^4.0.1",
"react-native-tts": "^4.1.0",
"react-native-typewriter-effect": "^0.1.4",
"react-native-uuid": "^2.0.1",
"react-redux": "^9.0.4",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"rn-fetch-blob": "^0.12.0",
"rn-tooltip": "^3.0.3",
"use-count-up": "^3.0.1",
"yup": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/runtime": "^7.23.7",
"@gorhom/bottom-sheet": "^4.6.0",
"@hookform/resolvers": "^3.3.3",
"@invertase/react-native-apple-authentication": "^2.3.0",
"@kilohealth/rn-fitness-tracker": "^3.1.0",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/cli": "^13.2.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/slider": "^4.5.0",
"@react-native-firebase/app": "18.7.3",
"@react-native-firebase/auth": "18.7.3",
"@react-native-firebase/crashlytics": "18.7.3",
"@react-native-firebase/database": "18.7.3",
"@react-native-firebase/messaging": "18.7.3",
"@react-native-firebase/remote-config": "18.7.3",
"@react-native-google-signin/google-signin": "^11.0.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-picker/picker": "^2.6.1",
"@react-native/babel-preset": "^0.74.0",
"@react-native/eslint-config": "^0.74.0",
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "^0.74.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/elements": "^1.3.21",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@reduxjs/toolkit": "^2.0.1",
"@shopify/flash-list": "^1.6.3",
"@shopify/react-native-skia": "^0.1.231",
"@tanstack/react-query": "^5.17.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^26.0.23",
"@types/node-emoji": "^2.1.0",
"@types/react": "^18.2.6",
"@types/react-native": "^0.73.0",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-redux": "^7.1.33",
"@types/react-test-renderer": "^18.0.7",
"@types/redux-thunk": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "0.77.0",
"prettier": "^3.2.4",
"react-devtools": "^5.0.0",
"react-native-camera": "https://github.com/vasyok28/react-native-camera",
"react-native-dotenv": "^3.4.9",
"react-native-svg-transformer": "^1.3.0",
"react-test-renderer": "18.2.0",
"typescript": "5.3.3"
},
"resolutions": {
"react-native-permissions": "^4.1.2"
},
"overrides": {
"react-native-qrcode-scanner": {
"react-native-permissions": "^3.8.0"
}
},
"engines": {
"node": ">=18"
}
}