-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
81 lines (81 loc) · 2.52 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
{
"name": "Grupo3",
"version": "0.1.0",
"private": true,
"devDependencies": {
"axios-mock-adapter": "1.8.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-preset-react-native": "^4.0.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.2.1",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"jest": "^21.2.1",
"jest-expo": "^20.0.0",
"jest-serializer-enzyme": "^1.0.0",
"plato": "^1.7.0",
"react-dom": "^16.0.0",
"react-native-dotenv": "^0.1.0",
"react-test-renderer": "^16.0.0-alpha.12",
"redux-mock-store": "^1.3.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node_modules/.bin/jest --maxWorkers 1",
"lint": "./node_modules/.bin/eslint src",
"analyze": "./node_modules/.bin/plato -r -d report App.js src/",
"test-with-coverage": "node_modules/.bin/jest --maxWorkers --coverage --maxWorkers 1"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"<rootDir>/node_modules/react-native-router-flux/"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"dependencies": {
"@expo/vector-icons": "^6.1.0",
"axios": "^0.16.2",
"expo": "^21.0.2",
"jest": "^21.2.1",
"jshint": "^2.9.5",
"prop-types": "^15.6.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.55.4",
"react-native-animatable": "^1.2.4",
"react-native-checkbox": "^1.2.0",
"react-native-checkbox-field": "^2.0.2",
"react-native-chooser": "^1.6.1",
"react-native-collapsible": "^0.9.0",
"react-native-communications": "^2.2.1",
"react-native-datepicker": "^1.6.0",
"react-native-elements": "^0.17.0",
"react-native-html-to-pdf": "^0.6.0",
"react-native-hyperlink": "0.0.11",
"react-native-maps": "^0.17.1",
"react-native-modal-dropdown": "^0.5.0",
"react-native-modal-picker": "0.0.16",
"react-native-open-maps": "^0.1.1",
"react-native-popup-dialog": "^0.9.39",
"react-native-root-toast": "^2.2.0",
"react-native-router-flux": "^4.0.0-beta.23",
"react-native-selectbox": "^0.1.2",
"react-native-tab-view": "0.0.70",
"react-native-vector-icons": "^4.6.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"eslintIgnore": [
"ScheduleMeetingMap.js"
]
}