-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.74 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
{
"name": "FHIRmHealth",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@invertase/react-native-apple-authentication": "^2.2.2",
"@sentry/react-native": "^5.4.0",
"fhir-react": "https://github.com/beda-software/fhir-react.git",
"jwt-decode": "^3.1.2",
"luxon": "^3.3.0",
"mobx": "^6.8.0",
"mobx-react-lite": "^3.4.0",
"mobx-state-tree": "^5.1.7",
"react": "18.2.0",
"react-native": "0.71.18",
"react-native-chart-kit": "^6.12.0",
"react-native-navigation": "^7.32.0",
"react-native-notifications": "^4.3.3",
"react-native-svg": "^13.8.0",
"react-native-webview": "^13.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/fhir": "^0.0.36",
"@types/jest": "^29.2.1",
"@types/luxon": "^3.2.0",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"jest": "^29.2.1",
"lint-staged": "^13.1.1",
"metro-react-native-babel-preset": "0.73.10",
"prettier": "^2.8.4",
"react-test-renderer": "18.2.0",
"typescript": "4.9.5"
},
"jest": {
"preset": "react-native"
}
}