-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 889 Bytes
/
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "eslint --ignore-path .gitignore --ext js,jsx,snap .",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"eslint": "^6.5.1",
"eslint-config-amex": "^11.1.0",
"expo": "^33.0.0",
"firebase": "^6.3.4",
"history": "^4.9.0",
"moment": "^2.24.0",
"native-base": "^2.13.4",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-swipe-list-view": "^2.0.0",
"react-native-web": "^0.11.4",
"react-redux": "^7.1.0",
"react-router-native": "^5.0.1",
"redux": "^4.0.4"
},
"devDependencies": {
"babel-preset-expo": "^5.1.1"
},
"private": true
}