-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (100 loc) · 3.22 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
{
"name": "app",
"version": "2.0.8",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "npx jetify"
},
"dependencies": {
"@os-team/i18next-react-native-language-detector": "^1.0.10",
"@ptomasroos/react-native-multi-slider": "ptomasroos/react-native-multi-slider",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/toolbar-android": "^0.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@rnhooks/device-orientation": "^0.0.2",
"@tidyjs/tidy": "^2.5.1",
"@types/ramda": "^0.26.33",
"@types/react-redux": "^7.1.1",
"@types/redux": "^3.6.31",
"@types/redux-logger": "^3.0.7",
"@types/semver": "^7.3.7",
"apisauce": "^1.1.1",
"axios": "^0.19.0",
"bottleneck": "^2.19.5",
"buffer": "^6.0.3",
"convert-string": "^0.1.0",
"fsevents": "^2.1.2",
"i18next": "^19.0.3",
"lodash": "^4.17.15",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"react": "17.0.2",
"react-i18next": "^11.3.1",
"react-native": "0.68.2",
"react-native-ble-manager": "^8.4.3",
"react-native-collapsible": "^1.6.0",
"react-native-dropdownalert": "^4.2.1",
"react-native-file-access": "^2.4.1",
"react-native-fs": "https://github.com/maartenvandillen/react-native-fs.git",
"react-native-gesture-handler": "^1.6.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-modal": "^13.0.1",
"react-native-nordic-dfu": "https://github.com/maartenvandillen/react-native-nordic-dfu.git",
"react-native-popup-menu": "^0.15.11",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "^1.7.0",
"react-native-redash": "^14.2.1",
"react-native-safe-area-context": "^4.2.5",
"react-native-screens": "^3.13.1",
"react-native-svg": "^12.1.1",
"react-native-text-input-mask": "^3.1.4",
"react-native-vector-icons": "^8.1.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.2",
"reduxsauce": "^1.0.1",
"rn-toggle-switch": "https://github.com/maartenvandillen/react-native-toggle-switch.git",
"semver": "^7.3.7",
"use-memo-one": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@bam.tech/react-native-make": "^3.0.3",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.149",
"@types/react-native": "^0.64.0",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-native-svg-app-icon": "^0.5.0",
"react-test-renderer": "17.0.1",
"typescript": "^3.8.3"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}