-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 2.1 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "android",
"version": "0.1.0",
"private": true,
"proxy": "http://172.31.99.35:3001/",
"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-react-native": "^3.2.0",
"fs-extra": "^4.0.2",
"jest-expo": "^21.0.2",
"react-test-renderer": "16.0.0-beta.5",
"replace-in-file": "^3.0.0"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"rename": "node ./bin/rename.js",
"start": "react-native start",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"fbjs": "^0.8.16",
"firebase-admin": "^5.5.1",
"lodash": "^4.17.4",
"massive": "^4.5.0",
"react": "^16.0.0",
"react-native": "^0.50.4",
"react-native-action-button": "^2.8.3",
"react-native-admob": "^1.3.2",
"react-native-camera": "^0.12.0",
"react-native-easy-grid": "^0.1.15",
"react-native-firebase": "^3.1.1",
"react-native-image-picker": "^0.26.7",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-linkedin": "^1.3.1",
"react-native-material-textfield": "^0.11.0",
"react-native-qrcode": "^0.2.6",
"react-native-svg-animated-linear-gradient": "^0.1.8",
"react-native-swiper": "^1.5.13",
"react-navigation": "^1.0.0-beta.21",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-promise-middleware": "^5.0.0",
"rn-placeholder": "^1.2.0",
"styled-components": "^2.2.4"
}
}