-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 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
99
100
101
{
"name": "testProject",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.4",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/datetimepicker": "7.6.1",
"@react-native-community/netinfo": "^11.1.0",
"@react-native-firebase/analytics": "^18.6.1",
"@react-native-firebase/app": "^18.6.1",
"@react-native-firebase/messaging": "^18.6.1",
"@react-native-masked-view/masked-view": "^0.3.0",
"@react-navigation/bottom-tabs": "^6.5.3",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"appcenter": "5.0.0",
"appcenter-analytics": "5.0.0",
"appcenter-crashes": "5.0.0",
"axios": "^1.4.0",
"deprecated-react-native-prop-types": "4.2.1",
"i18next": "^23.6.0",
"install": "^0.13.0",
"moment": "^2.29.4",
"npm": "8.5.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-code-push": "^8.1.0",
"react-native-device-info": "^10.11.0",
"react-native-document-picker": "^9.0.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-file-viewer": "^2.1.5",
"react-native-fs": "^2.12.0",
"react-native-gesture-handler": "^2.13.4",
"react-native-image-crop-picker": "^0.40.1",
"react-native-image-picker": "7.0.2",
"react-native-keyboard-manager": "^6.5.11-2",
"react-native-material-dropdown-v2-fixed": "^0.11.3",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-pager-view": "^6.2.2",
"react-native-paper": "^5.11.1",
"react-native-pell-rich-editor": "^1.9.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "^3.5.4",
"react-native-render-html": "^6.3.4",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "^3.27.0",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-simple-dialogs": "^2.0.1",
"react-native-size-matters": "^0.4.2",
"react-native-svg": "^13.14.0",
"react-native-svg-transformer": "^1.1.0",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.0.1",
"react-native-video": "^5.2.1",
"react-native-video-helper-fork": "^1.0.3",
"react-native-video-player": "^0.14.0",
"react-native-webview": "^13.6.2",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-persist-transform-encrypt": "3.0.1",
"redux-thunk": "^2.4.2",
"rn-fetch-blob": "^0.12.0",
"sp-react-native-in-app-updates": "^1.3.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16"
}
}