-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.5 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
{
"name": "ViseoCompanion",
"version": "0.5.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"testDEPRECIATED": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts app/**/*.spec.js",
"testEnzymeDEPRECIATED": "mocha --require react-native-mock/mock.js --compilers js:babel-core/register --recursive test/*.js"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"date-holidays": "^1.0.1",
"fixed-data-table-2": "^0.7.17",
"hsl-to-hex": "^1.0.0",
"moment": "^2.18.0",
"options": "0.0.6",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-localization": "0.0.13",
"react-native": "^0.45.1",
"react-native-android-permissions": "^1.0.0",
"react-native-check-box": "^1.0.4",
"react-native-circular-slider": "^1.0.1",
"react-native-datepicker": "^1.4.4",
"react-native-fabric": "^0.4.1",
"react-native-fcm": "^6.2.3",
"react-native-google-places-autocomplete": "^1.2.12",
"react-native-highlight-words": "^1.0.0",
"react-native-image-picker": "^0.26.3",
"react-native-invertible-scroll-view": "^1.0.0",
"react-native-keyboard-spacer": "^0.3.1",
"react-native-md-textinput": "git+https://github.com/evblurbs/react-native-md-textinput.git",
"react-native-modal-dropdown": "^0.4.4",
"react-native-navigation": "^1.1.134",
"react-native-permissions": "^1.0.0",
"react-native-scrollable-tab-view": "^0.6.7",
"react-native-select-list": "^1.0.5",
"react-native-selectme": "^1.2.3",
"react-native-simple-table": "0.0.2",
"react-native-svg": "^5.2.0",
"react-native-swipe-out": "git+https://github.com/Volinspire/react-native-swipeout.git",
"react-native-user-avatar": "^1.0.2",
"react-native-vector-icons": "^4.2.0",
"react-redux": "^5.0.3",
"react-test-renderer": "^16.0.0-alpha.12",
"redux": "^3.6.0",
"redux-persist": "^4.7.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-jest-hoist": "^20.0.3",
"babel-preset-react-native": "^2.0.0",
"istanbul": "^0.4.5",
"jest": "^20.0.4",
"react-test-renderer": "^16.0.0-alpha.12",
"redux-devtools": "^3.4.0"
},
"jest": {
"preset": "react-native",
"testMatch": [
"**/?(*.)(tests).js?(x)"
],
"collectCoverage": true,
"coverageDirectory": "./coverage"
}
}