-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1005 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
33
34
35
36
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"react-devtools": "react-devtools"
},
"rnpm": {
"assets": ["./assets/fonts"]
},
"dependencies": {
"expo": "^26.0.0",
"firebase": "^4.12.1",
"lodash": "^4.17.10",
"prop-types": "^15.6.1",
"react": "16.3.0-alpha.1",
"react-devtools": "^3.2.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-native-communications": "^2.2.1",
"react-native-elements": "^0.19.1",
"react-native-router-flux": "^4.0.0-beta.28",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"electron": "^1.8.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1"
}
}