-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 KB
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
{
"name": "wallet",
"version": "0.0.0",
"description": "Hello Expo!",
"author": "tsmrafee",
"private": true,
"main": "main.js",
"dependencies": {
"expo": "16.0.0",
"react": "16.0.0-alpha.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-16.0.0.tar.gz",
"react-native-country-picker-modal": "^0.3.0-rc1",
"react-native-device-info": "^0.10.2",
"react-native-infinite-scroll-view": "^0.4.2",
"react-native-loading-spinner-overlay": "^0.5.0",
"react-native-picker-dropdown": "0.0.1",
"react-native-vector-icons": "^4.1.1",
"react-navigation": "git+https://github.com/react-community/react-navigation.git"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-exponent": "^5.1.3",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.3"
},
"eslintConfig": {
"extends": "exponent/react",
"rules": {
"semi": "off",
"react/jsx-no-bind": [
0,
{
"allowArrowFunctions": 1,
"allowBind": 2
}
]
}
}
}