-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 927 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
{
"name": "PogoNearby",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "eslint"
},
"dependencies": {
"base-64": "^0.1.0",
"immutable": "^3.8.1",
"long": "^3.1.0",
"protobufjs": "^5.0.1",
"react": "15.2.1",
"react-native": "0.29.1",
"react-native-fetch-blob": "^0.7.1",
"react-native-maps": "^0.7.1",
"react-native-router-flux": "^3.31.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-persist": "^3.2.2",
"redux-persist-transform-immutable": "^3.1.0",
"redux-thunk": "^2.1.0",
"varint": "^4.0.1"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.4.2",
"eslint-plugin-react": "^5.1.1",
"reactotron": "^0.6.1"
}
}