-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 2.21 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build-android": "react-native run-android",
"build-ios": "react-native run-ios",
"eject": "expo eject",
"lint": "./node_modules/.bin/eslint .",
"fix-lint": "./node_modules/.bin/eslint . --fix",
"test": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-native-fontawesome": "^0.1.0",
"@react-native-community/viewpager": "^1.1.7",
"abort-controller": "^1.0.2",
"crypto-js": "^3.1.9-1",
"expo": "^33.0.3",
"i18n-js": "^3.3.0",
"immer": "^3.1.3",
"moment": "^2.24.0",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "0.59.8",
"react-native-app-intro-slider": "^2.0.1",
"react-native-button": "^2.4.0",
"react-native-calendars": "^1.163.0",
"react-native-elements": "^1.1.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-map-link": "^2.4.0",
"react-native-open-maps": "^0.3.3",
"react-native-render-html": "^4.1.2",
"react-native-secure-storage": "^0.1.2",
"react-native-segmented-control-tab": "^3.4.0",
"react-native-simple-markdown": "^1.1.0",
"react-native-snap-carousel": "^3.8.0",
"react-native-svg": "^9.5.1",
"react-native-text-ticker": "^0.17.0",
"react-native-vector-icons": "^6.5.0",
"react-native-web": "^0.11.4",
"react-native-webview-leaflet": "^2.0.501",
"react-navigation": "^2.18.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-preset-expo": "^5.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx": "0.0.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"prettier": "^1.18.2"
},
"private": true
}