-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·102 lines (102 loc) · 3.3 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
102
{
"name": "mobile-providers",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"coverage": "jest --coverage",
"coverage:ci": "jest --ci --coverage --silent --maxWorkers=2 --bail",
"clean": "rm -rf .turbo && rm -rf node_modules",
"lint": "eslint ."
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "^1.16.1",
"@react-native-community/checkbox": "^0.5.11",
"@react-native-community/datetimepicker": "^6.1.0",
"@react-native-firebase/analytics": "^13.0.1",
"@react-native-firebase/app": "^13.0.1",
"@react-native-firebase/auth": "^13.0.1",
"@react-native-firebase/firestore": "^13.0.1",
"@react-native-firebase/storage": "^13.0.1",
"@react-native-picker/picker": "^2.1.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-rxjs/core": "^0.8.4",
"@react-rxjs/utils": "^0.9.3",
"@react-spring/native": "^9.4.2",
"@sentry/react-native": "^3.2.3",
"appcenter": "4.4.3",
"appcenter-analytics": "4.4.3",
"appcenter-crashes": "4.4.3",
"axios": "^0.24.0",
"buffer": "^6.0.3",
"date-fns": "^2.28.0",
"dayjs": "^1.10.7",
"elsa-health-data-fns": "1.5.8",
"fuse.js": "^6.4.6",
"i18next": "^21.4.0",
"immer": "^9.0.6",
"lodash": "^4.17.21",
"react": "17.0.2",
"react-async": "^10.0.1",
"react-i18next": "^11.13.0",
"react-native": "0.66.1",
"react-native-camera": "^4.2.1",
"react-native-code-push": "^7.0.4",
"react-native-date-picker": "^4.1.1",
"react-native-elements": "^3.4.2",
"react-native-fast-storage": "^0.1.6",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.7.0",
"react-native-paper": "^4.11.2",
"react-native-permissions": "^3.2.0",
"react-native-qrcode-scanner": "^1.5.4",
"react-native-reanimated": "^2.2.3",
"react-native-redash": "^16.2.2",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.8.0",
"react-native-sectioned-multi-select": "^0.8.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.3.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.1.0",
"react-native-webview": "^11.17.2",
"react-native-webview-crypto": "^0.0.23",
"rxjs": "^7.5.2",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"text-encoding": "^0.7.0",
"valtio": "^1.4.0",
"zustand": "^3.7.1"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.15.4",
"@react-native-community/eslint-config": "^3.0.1",
"@sentry/cli": "^2.3.1",
"@testing-library/react-native": "^9.0.0",
"@types/css-to-react-native": "^3.0.0",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.176",
"@types/react": "^17.0.31",
"@types/react-native": "^0.66.0",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components": "^5.1.15",
"@types/styled-components-react-native": "^5.1.2",
"babel-jest": "^27.3.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.1.0",
"eslint-plugin-jest": "^26.1.0",
"get-dev-paths": "^0.2.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2",
"typescript": "^4.4.4"
}
}