-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.42 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "BROWSER=none expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"format": "prettier --write '**/*.{js,jsx,json}'",
"format:check": "prettier --list-different '**/*.js'",
"lint-fix": "eslint --fix .",
"lint": "eslint ."
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/push-notification-ios": "^1.2.2",
"@react-navigation/bottom-tabs": "^5.3.1",
"@react-navigation/native": "^5.2.1",
"@react-navigation/stack": "^5.2.16",
"@use-expo/font": "^2.0.0",
"expo": "^38.0.0",
"expo-asset": "~8.1.7",
"expo-constants": "~9.1.1",
"expo-font": "~8.2.1",
"expo-image-picker": "~8.3.0",
"expo-linking": "^1.0.1",
"expo-notifications": "~0.3.3",
"expo-permissions": "~9.0.1",
"expo-splash-screen": "^0.3.1",
"expo-web-browser": "~8.3.1",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-dropdown": "^1.7.0",
"react-geocode": "^0.2.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-dialog": "^5.6.0",
"react-native-dropdown-picker": "^3.0.4",
"react-native-gesture-handler": "~1.6.0",
"react-native-material-dropdown-v2": "^0.11.1",
"react-native-modal": "^11.5.6",
"react-native-paper": "^4.0.1",
"react-native-prompt": "^1.0.0",
"react-native-push-notification": "^3.5.2",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.11.7"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@react-native-community/eslint-config": "^2.0.0",
"babel-preset-expo": "^8.2.3",
"eslint": "^7.3.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-native": "^3.8.1",
"eslint-plugin-standard": "^4.0.1",
"jest-expo": "^38.0.0",
"prettier": "2.0.5"
},
"private": true
}