-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
49 lines (49 loc) · 1.49 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
{
"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 .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@aws-amplify/core": "^2.2.1",
"@expo/vector-icons": "^10.0.6",
"@react-native-community/viewpager": "^3.3.0",
"aws-amplify": "^2.2.1",
"aws-amplify-react-native": "^2.2.3",
"expo": "^36.0.1",
"native-base": "2.13.8",
"react": "16.12.0",
"react-native": "0.61.5",
"react-native-gesture-handler": "^1.5.2",
"react-native-reanimated": "^1.4.0",
"react-native-screens": "^2.0.0-beta.10",
"react-native-swiper": "^1.6.0-nightly.5",
"react-navigation": "^4.1.1",
"react-navigation-drawer": "^1.4.0",
"react-navigation-stack": "^1.7.3",
"react-navigation-tabs": "^2.0.0",
"react-timer-mixin": "^0.13.4",
"styled-components": "^4.4.1"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-preset-expo": "^8.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^4.3.0",
"eslint-config-wesbos": "0.0.19",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.19.1"
},
"private": true
}