-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 3.5 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
{
"name": "YoRHa",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --active-arch-only",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"log": "adb logcat",
"showInAppDevMenu": "adb shell input keyevent 82"
},
"dependencies": {
"@miblanchard/react-native-slider": "^2.1.0",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^1.22.0",
"@react-native-firebase/analytics": "^17.4.3",
"@react-native-firebase/app": "^17.4.3",
"@react-native-firebase/crashlytics": "^17.4.3",
"@react-native/metro-config": "^0.73.5",
"@react-navigation/material-bottom-tabs": "^6.2.4",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.1",
"@types/react-native-snap-carousel": "^3.8.3",
"@welldone-software/why-did-you-render": "^7.0.1",
"dateformat": "^5.0.3",
"fast-html-parser": "^1.0.1",
"ffmpeg-kit-react-native": "^4.5.1",
"lodash.debounce": "^4.0.8",
"lodash.orderby": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"lottie-react-native": "^5.1.6",
"mobx-react-lite": "^3.4.0",
"nodejs-mobile-react-native": "^16.17.10",
"react": "18.2.0",
"react-dom": "^18.1.0",
"react-native": "^0.73.4",
"react-native-device-info": "^8.7.1",
"react-native-document-picker": "^8.1.0",
"react-native-draggable-flatlist": "^3.1.1",
"react-native-file-logger": "^0.4.1",
"react-native-fs": "^2.19.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-google-cast": "^4.6.2",
"react-native-modal": "^13.0.1",
"react-native-network-info": "^5.2.1",
"react-native-paper": "^4.12.4",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "^3.7.0",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.29.0",
"react-native-snap-carousel": "^4.0.0-beta.6",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^10.0.3",
"util": "^0.12.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/dateformat": "^5.0.0",
"@types/fast-html-parser": "^1.0.2",
"@types/jest": "^26.0.23",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.orderby": "^4.6.7",
"@types/lodash.uniqby": "^4.7.6",
"@types/react-native": "^0.64.5",
"@types/react-native-push-notification": "^7.3.1",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-test-renderer": "^16.9.2",
"@types/webtorrent": "^0.109.3",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "^18.1.0",
"typescript": "^3.8.3"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./jestSetup.js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}