-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json~
99 lines (99 loc) · 3 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "Roladex",
"version": "0.1.0",
"private": true,
"devDependencies": {
<<<<<<< HEAD
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"husky": "^0.14.3",
"jest": "^22.4.4",
"jest-react-native": "^18.0.0",
"lint-staged": "^7.2.0",
"prettier": "1.12.1",
"react-test-renderer": "16.3.0-alpha.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"android-linux": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && react-native run-android",
"ios": "react-native run-ios",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write *.js",
"format-code": "yarn run prettier && yarn run lint:fix",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"yarn run format-code",
"git add"
]
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"buffer": "^5.1.0",
"color": "^3.0.0",
"fb-watchman": "^2.0.0",
"fetchival": "^0.3.3",
"hoist-non-react-statics": "^2.5.4",
"lodash": "^4.17.10",
"node-fetch": "^2.1.2",
"prop-type": "0.0.1",
"prop-types": "^15.6.1",
"react": "16.3.0",
"react-native": "~0.54.1",
"react-native-contacts": "^2.2.1",
"react-native-dropdownalert": "^3.4.0",
"react-native-extended-stylesheet": "^0.8.1",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-keyboard-aware-scrollview": "^2.0.0",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.12",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0"
=======
"eslint": "^4.16.0",
"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",
"husky": "^0.14.3",
"jest-expo": "23.0.0",
"lint-staged": "^6.0.1",
"prettier": "1.10.2",
"react-native-scripts": "1.9.0",
"react-test-renderer": "16.0.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write *.js",
"format-code": "yarn run prettier && yarn run lint:fix"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^23.0.4",
"react": "16.0.0",
"react-native": "0.50.3"
>>>>>>> fe5d4ef9d5e351e2eace033ba5b637877829f5a4
}
}