-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.34 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
{
"name": "eucmonitor",
"version": "0.0.26",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"format": "prettier . --write",
"postversion": "react-native-version --target ios",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-community/async-storage": "1.11.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/push-notification-ios": "1.3.0",
"@react-navigation/bottom-tabs": "5.7.1",
"@react-navigation/native": "5.7.0",
"@react-navigation/stack": "5.7.0",
"appcenter": "3.1.0",
"appcenter-analytics": "3.1.0",
"appcenter-crashes": "3.1.0",
"buffer": "5.6.0",
"immer": "8.0.1",
"nanoid": "3.1.10",
"react": "16.13.1",
"react-native": "0.63.1",
"react-native-ble-plx": "2.0.1",
"react-native-config": "1.3.1",
"react-native-device-info": "5.6.2",
"react-native-gesture-handler": "1.6.1",
"react-native-reanimated": "1.9.0",
"react-native-safe-area-context": "3.1.1",
"react-native-screens": "2.9.0",
"react-native-svg": "12.1.0",
"react-native-svg-charts": "5.4.0",
"react-native-tts": "3.2.0",
"react-native-vector-icons": "7.0.0"
},
"devDependencies": {
"@babel/core": "7.10.5",
"@babel/runtime": "7.10.5",
"@react-native-community/eslint-config": "2.0.0",
"@react-native-community/eslint-plugin": "1.1.0",
"@types/jest": "26.0.4",
"@types/node": "13.13.0",
"@types/react": "16.9.43",
"@types/react-native": "0.63.1",
"@types/react-native-svg-charts": "5.0.3",
"@types/react-native-vector-icons": "6.4.5",
"@types/react-test-renderer": "16.9.2",
"@types/styled-components": "5.1.1",
"babel-jest": "26.1.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-transform-remove-console": "6.9.4",
"eslint": "7.4.0",
"eslint-plugin-simple-import-sort": "5.0.2",
"jest": "26.1.0",
"metro-react-native-babel-preset": "0.60.0",
"patch-package": "6.2.2",
"prettier": "2.0.5",
"react-native-testing-library": "2.1.1",
"react-native-version": "4.0.0",
"react-test-renderer": "16.13.1",
"styled-components": "5.1.1",
"typescript": "3.9.7"
},
"jest": {
"preset": "react-native"
}
}