-
Notifications
You must be signed in to change notification settings - Fork 202
/
package.json
85 lines (85 loc) · 2.96 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
{
"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",
"prettier-fix": "prettier --config .prettierlc.js --write 'src/**/*.js'",
"lints": "yarn prettier-fix",
"pretty": "prettier --write \"./**/*.{js,jsx,json}\""
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-community/eslint-config": "0.0.5",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "6.0.0",
"@react-native-community/toolbar-android": "0.1.0-rc.1",
"@react-navigation/bottom-tabs": "^5.0.0-alpha.37",
"@react-navigation/compat": "^5.0.0",
"@react-navigation/material-top-tabs": "^5.2.2",
"@react-navigation/native": "^5.0.0-alpha.27",
"@react-navigation/stack": "^5.0.0-alpha.58",
"axios": "^0.21.2",
"babel-eslint": "^10.0.3",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-flowtype": "^4.3.0",
"expo": "^42.0.0",
"expo-app-loading": "1.1.2",
"expo-constants": "~11.0.1",
"expo-device": "~3.3.0",
"expo-document-picker": "~9.2.4",
"expo-file-system": "~11.1.3",
"expo-image-picker": "~10.2.2",
"expo-intent-launcher": "~9.1.0",
"expo-linear-gradient": "~9.2.0",
"expo-linking": "~2.3.1",
"expo-local-authentication": "~11.1.1",
"expo-localization": "~10.2.0",
"expo-store-review": "~4.1.0",
"expo-updates": "~0.8.2",
"htmlparser2": "^4.1.0",
"i18n-js": "^3.3.0",
"lodash": "^4.17.21",
"moment": "^2.26.0",
"query-string": "^6.8.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-actionsheet": "^2.4.2",
"react-native-appearance": "~0.3.3",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "~1.10.2",
"react-native-modal": "^11.5.6",
"react-native-modal-datetime-picker": "^10.0.0",
"react-native-picker-select": "^6.3.3",
"react-native-reanimated": "~2.2.0",
"react-native-render-html": "^4.2.3-beta.1",
"react-native-responsive-screen": "^1.3.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-svg": "12.1.1",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.13.12",
"react-native-webview": "11.6.2",
"react-redux": "^7.1.1",
"redux": "^3.0.0",
"redux-form": "^8.2.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.5",
"redux-storage": "^4.1.2",
"reselect": "^4.0.0",
"styled-components": "^5.0.0",
"styled-tools": "^1.7.2"
},
"devDependencies": {
"babel-preset-expo": "8.3.0",
"eslint": "6.3.0",
"eslint-config-prettier": "6.3.0",
"eslint-plugin-prettier": "3.1.0",
"prettier": "1.18.2"
},
"private": true
}