-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "BikeNConnect",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.0.3",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"jest-expo": "23.0.0",
"react-test-renderer": "16.0.0"
},
"scripts": {
"postinstall": "rndebugger-open",
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"es6-symbol": "^3.1.1",
"lodash": "^4.17.4",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-app-intro-slider": "^0.2.2",
"react-native-debugger-open": "^0.3.15",
"react-native-elements": "^0.18.5",
"react-native-fbsdk": "github:facebook/react-native-fbsdk",
"react-native-swiper": "^1.5.13",
"react-native-twitter-signin": "^1.0.2",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "1.0.0-beta.15",
"react-redux": "^5.0.6",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-api-call": "0.3.14",
"redux-observable": "^0.17.0",
"rxjs": "^5.5.5"
}
}