-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.15 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
{
"name": "jeje",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"gettext": "/usr/bin/python scripts/gettext.py",
"test": "jest",
"lint": "eslint .",
"postinstall": "node scripts/rn-fetch-blob_warning.js"
},
"dependencies": {
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/datetimepicker": "^6.1.2",
"@react-native-firebase/app": "^14.7.0",
"@react-native-firebase/auth": "^14.7.0",
"@react-native-firebase/dynamic-links": "^14.7.0",
"@react-native-firebase/messaging": "^14.7.0",
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-navigation/material-bottom-tabs": "^6.2.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.1",
"@rneui/base": "^4.0.0-rc.6",
"@rneui/themed": "^4.0.0-rc.6",
"axios": "^0.26.1",
"compromise": "^14.4.4",
"dayjs": "^1.11.1",
"emoji-utils": "^1.0.1",
"human-readable-numbers": "^0.9.5",
"i18n-js": "^4.0.2",
"lodash.memoize": "^4.1.2",
"react": "17.0.2",
"react-hook-form": "^7.29.0",
"react-native": "0.68.0",
"react-native-android-notification-listener": "^5.0.0",
"react-native-camera-kit": "^12.1.0",
"react-native-chart-kit": "^6.12.0",
"react-native-code-push": "^7.0.4",
"react-native-document-picker": "^8.1.0",
"react-native-fast-image": "^8.5.11",
"react-native-file-viewer": "^2.1.5",
"react-native-gesture-handler": "^2.5.0",
"react-native-gifted-chat": "^1.0.4",
"react-native-linear-gradient": "^2.6.2",
"react-native-localize": "^2.2.2",
"react-native-mmkv": "^2.3.1",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-modalize": "^2.0.13",
"react-native-onboarding-swiper": "git+https://github.com/pgiki/react-native-onboarding-swiper",
"react-native-otp-inputs": "^7.1.1",
"react-native-paper": "5.0.0-rc.3",
"react-native-permissions": "^3.3.1",
"react-native-push-notification-popup": "^1.6.1",
"react-native-reanimated": "^2.7.0",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^3.13.1",
"react-native-share": "^7.3.9",
"react-native-skeleton-placeholder": "^5.0.0",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^12.3.0",
"react-native-switch-selector": "^2.2.0",
"react-native-text-input-mask": "^3.1.4",
"react-native-vector-icons": "^9.1.0",
"react-native-version-check": "^3.4.3",
"react-native-webview": "^11.23.0",
"react-usestateref": "^1.0.8",
"recoil": "^0.7.2",
"rn-fetch-blob": "^0.12.0",
"socket.io-client": "^4.4.1",
"string-minify": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}