-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 961 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 961 Bytes
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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"@expo/vector-icons": "^9.0.0",
"expo": "^32.0.1",
"lottie-react-native": "^2.3.2",
"react": "16.7.0",
"react-native": "^0.57.1",
"react-native-elements": "^1.0.0-beta4",
"react-native-qrcode-svg": "^5.0.6",
"react-native-swipeout": "^2.3.3",
"react-navigation": "^3.0.9",
"react-redux": "^6.0.0",
"redux": "^4.0.0",
"redux-persist": "^5.9.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint": "^5.12.1",
"prop-types": "^15.6.1",
"react-native-scripts": "1.14.0"
},
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo android",
"ios": "expo ios",
"test": "jest"
}
}