-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
91 lines (91 loc) · 2.92 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
{
"name": "ham2k-polo",
"version": "24.12.99-pre1",
"versionName": "January '25 (pre 1)",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@ham2k/lib-callsigns": "^0.2",
"@ham2k/lib-country-files": "^0.10",
"@ham2k/lib-dxcc-data": "^0.3",
"@ham2k/lib-format-tools": "^0.3",
"@ham2k/lib-maidenhead-grid": "^0.2",
"@ham2k/lib-operation-data": "^0.8.4",
"@ham2k/lib-qson-adif": "^0.5",
"@ham2k/lib-qson-tools": "^0.6",
"@nozbe/microfuzz": "^1.0.0",
"@react-native-async-storage/async-storage": "^2.1",
"@react-native-community/geolocation": "^3.2",
"@react-native-community/netinfo": "^11.3",
"@react-navigation/material-top-tabs": "^6.6",
"@react-navigation/native": "^6.1",
"@react-navigation/native-stack": "^6.11",
"@reduxjs/toolkit": "^2.2",
"@sayem314/react-native-keep-awake": "github:sd/react-native-keep-awake",
"auto-bind": "^5.0",
"base64-js": "^1.5",
"buffer": "^6.0",
"clone-deep": "^4.0",
"color": "^4.2",
"debounce": "^2.1",
"deepmerge": "^4.3",
"emoji-regex": "^10.3",
"fast-levenshtein": "^3.0.0",
"fast-xml-parser": "^4.4",
"fuzzball": "^2.1",
"just-diff": "^6.0.2",
"proj4": "^2.11",
"react": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-native": "0.74.2",
"react-native-app-auth": "^8.0",
"react-native-blob-util": "^0.19",
"react-native-config": "^1.5",
"react-native-device-info": "^14.0",
"react-native-document-picker": "^9.3",
"react-native-drawer-layout": "^3.3",
"react-native-gesture-handler": "^2.20",
"react-native-get-item-layout-section-list": "^0.1.0",
"react-native-maps": "^1.20",
"react-native-markdown-display": "^7.0",
"react-native-pager-view": "^6.3",
"react-native-paper": "^5.12",
"react-native-reanimated": "^3.15",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^5.0",
"react-native-screens": "^3.32",
"react-native-share": "^10.2",
"react-native-splash-screen": "^3.3",
"react-native-sqlite-2": "^3.6",
"react-native-uuid": "^2.0",
"react-native-vector-icons": "^10.1",
"react-redux": "^9.1",
"redux-persist": "^6.0"
},
"devDependencies": {
"@babel/core": "^7.24",
"@babel/preset-env": "^7.24",
"@babel/runtime": "^7.24",
"@react-native/babel-preset": "^0.74",
"@react-native/eslint-config": "^0.74",
"@react-native/metro-config": "^0.74",
"@types/react": "^18.2",
"@types/react-test-renderer": "^18.2",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"eslint-config-standard": "^17.1.0",
"generate-license-file": "^3.5",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.8",
"react-test-renderer": "18.2.0"
},
"engines": {
"node": ">=16"
}
}