This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.62 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
{
"build": "mwfwSyLJ",
"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",
"test": "jest",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"pretty": "prettier --write '*.{js,jsx,ts,tsx,json}' '**/*.{js,jsx,ts,tsx,json}'",
"pretty/test": "prettier --check '*.{js,jsx,ts,tsx,json}' '**/*.{js,jsx,ts,tsx,json}'"
},
"engines": {
"node": "12.x"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.4",
"@react-native-community/datetimepicker": "3.0.9",
"@react-native-community/segmented-control": "2.2.2",
"@react-native-picker/picker": "1.9.10",
"expo": "40.0.1",
"expo-document-picker": "9.0.1",
"expo-file-system": "10.0.0",
"expo-sharing": "9.0.0",
"intl": "1.2.5",
"moment": "2.29.1",
"pouchdb-adapter-asyncstorage": "6.4.1",
"pouchdb-adapter-http": "7.2.2",
"pouchdb-erase": "1.0.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.0.tar.gz",
"react-native-appearance": "0.3.4",
"react-native-gesture-handler": "1.9.0",
"react-native-get-random-values": "1.5.1",
"react-native-modal-datetime-picker": "9.1.0",
"react-native-picker-select": "8.0.4",
"react-native-reanimated": "1.13.2",
"react-native-screens": "2.17.1",
"react-native-web": "0.14.11",
"react-navigation": "4.4.3",
"react-navigation-tabs": "2.10.1",
"rxdb": "9.6.0",
"rxjs": "6.6.3"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@types/jest": "26.0.20",
"@types/node": "14.14.22",
"@types/react": "17.0.0",
"@types/react-native": "0.63.46",
"@types/react-test-renderer": "17.0.0",
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"babel-preset-expo": "8.3.0",
"eslint": "7.18.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-native": "3.10.0",
"jest-expo": "40.0.2",
"prettier": "2.2.1",
"react-test-renderer": "17.0.1",
"typescript": "4.1.3"
},
"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/.*|sentry-expo|native-base)"
]
},
"private": true
}