-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.19 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.19 KB
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
{
"name": "czerwoniakplus",
"version": "2.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@eva-design/eva": "^2.1.1",
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^9.3.0",
"@react-native-firebase/app": "^15.3.0",
"@react-native-firebase/messaging": "^15.3.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@ui-kitten/components": "^5.1.2",
"@ui-kitten/eva-icons": "^5.1.2",
"axios": "^0.27.2",
"babel-preset-es2015": "^6.24.1",
"instabug-reactnative": "^11.0.2",
"moment": "^2.29.4",
"react": "18.0.0",
"react-dom": "^18.2.0",
"react-native": "^0.69.1",
"react-native-awesome-alerts": "^2.0.0",
"react-native-blob-util": "^0.16.3",
"react-native-dotenv": "^3.3.1",
"react-native-dropdown-picker": "^5.4.2",
"react-native-gesture-handler": "^2.5.0",
"react-native-google-mobile-ads": "^8.2.2",
"react-native-offline": "^6.0.0",
"react-native-pdf": "^6.6.2",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "2.11.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0",
"react-native-svg": "^12.4.0",
"react-native-web": "^0.18.7",
"react-native-web-refresh-control": "^1.1.1",
"react-native-web-webview": "^1.0.2",
"react-native-webview": "^11.23.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-react-native-web": "^0.18.7",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.72.0",
"react-test-renderer": "18.0.0"
},
"jest": {
"preset": "react-native"
}
}