-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
102 lines (102 loc) · 3.21 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
100
101
102
{
"version": "3.0.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "node ./node_modules/jest/bin/jest.js --watchAll --coverage",
"test-ci": "node ./node_modules/jest/bin/jest.js",
"lint": "eslint ./"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo|@expo/vector-icons|react-navigation|@react-navigation/.*|@unimodules/.*|sentry-expo|native-base)"
],
"collectCoverage": false,
"collectCoverageFrom": [
"**/*.{js,jsx}",
"!**/coverage/**",
"!**/node_modules/**",
"!**/babel.config.js",
"!**/jest.setup.js"
]
},
"engines": {
"node": "10"
},
"dependencies": {
"@expo/samples": "3.0.3",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/netinfo": "~3.2.1",
"@sendgrid/mail": "^6.3.1",
"@shoutem/animation": "^0.12.3",
"@shoutem/theme": "^0.11.3",
"@shoutem/ui": "^1.0.3",
"@turf/boolean-within": "^6.0.1",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@types/react-navigation": "^3.0.8",
"expo": "^34.0.0",
"expo-asset": "~6.0.0",
"expo-constants": "~6.0.0",
"expo-contacts": "^6.0.0",
"expo-file-system": "~6.0.0",
"expo-font": "~6.0.1",
"expo-image-manipulator": "~6.0.0",
"expo-image-picker": "~6.0.0",
"expo-intent-launcher": "^6.0.0",
"expo-location": "^6.0.0",
"expo-module-scripts": "^1.0.1",
"firebase": "^6.3.5",
"md5-hash": "^1.0.1",
"moment": "^2.24.0",
"node-gyp": "^5.0.3",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-autocomplete-input": "^4.1.0",
"react-native-checkbox": "^2.0.0",
"react-native-dotenv": "^0.2.0",
"react-native-fs": "^2.16.1",
"react-native-gesture-handler": "~1.3.0",
"react-native-maps": "~0.24.0",
"react-native-modal-datetime-picker": "^7.5.0",
"react-native-offline": "^5.0.0",
"react-native-photo-upload": "^1.3.0",
"react-native-radio-buttons": "^1.0.0",
"react-native-reanimated": "~1.1.0",
"react-native-status-bar-height": "^2.4.0",
"react-native-tab-view": "^2.10.0",
"react-navigation": "^3.0.9",
"react-redux": "^6.0.1",
"react-test-renderer": "16.8.6",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@shoutem/cli": "^0.10.11",
"babel-eslint": "^10.0.1",
"babel-preset-expo": "^5.2.0",
"eslint": "^5.15.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"expo-cli": "^3.4.0",
"expo-permissions": "^6.0.0",
"firebase-tools": "^7.2.2",
"flow-bin": "^0.109.0",
"flow-typed": "^2.6.1",
"jest-expo": "^34.0.0"
},
"private": true
}