forked from sync-for-science/discovery-mobile-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.78 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.78 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint . --ext .js,.jsx",
"lint-fix": "eslint . --ext .js,.jsx --fix",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
"dependencies": {
"@expo/metro-config": "^0.1.70",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/datetimepicker": "^3.0.9",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "^1.9.11",
"@react-native-segmented-control/segmented-control": "^2.3.0",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"@reduxjs/toolkit": "^1.5.0",
"date-fns": "^2.16.1",
"expo": "~40.0.0",
"expo-app-auth": "~9.3.0",
"expo-linking": "~2.0.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.1",
"fhir-kit-client": "^1.6.5",
"immer": "^9.0.1",
"native-base": "^2.15.2",
"prop-types": "^15.7.2",
"ramda": "^0.27.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-dialog": "^8.0.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.6.0",
"react-native-reanimated": "~1.13.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-svg": "^12.1.0",
"react-native-tab-view": "^2.16.0",
"react-native-web": "~0.13.12",
"react-native-web-swiper": "^2.2.1",
"react-native-webview": "^11.6.2",
"react-native-youtube-iframe": "^2.1.0",
"react-redux": "^7.2.2",
"recoil": "^0.3.0",
"redux-observable": "^1.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rxjs": "^6.6.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"jest-expo": "^40.0.1",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "^17.0.1"
},
"private": true
}