-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.59 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node_modules/.bin/jest",
"lint": "eslint .",
"test-with-coverage": "jest --coverage && cat ./coverage/lcov.info | codacy-coverage"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"axios": "^0.19.0",
"axios-retry": "^3.1.2",
"expo": "^33.0.0",
"expo-cli": "^2.19.4",
"expo-location": "^5.0.1",
"expo-permissions": "^5.0.1",
"luxon": "^1.16.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-elements": "^1.0.0",
"react-native-maps-super-cluster": "^1.5.0",
"react-native-offline": "^4.3.1",
"react-navigation": "^3.11.0",
"react-redux": "^6.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.2.0",
"tcomb-form-native": "^0.6.20"
},
"devDependencies": {
"@expo/vector-icons": "^10.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-preset-expo": "^5.0.0",
"codacy-coverage": "^3.4.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^5.12.1",
"eslint-plugin-react": "^7.12.4",
"jest-expo": "^33.0.0",
"jsdom": "^13.1.0",
"react-dom": "^16.7.0",
"react-native-dotenv": "^0.2.0",
"react-native-mock-render": "^0.1.2",
"react-test-renderer": "^16.7.0",
"redux-mock-store": "^1.5.3"
},
"private": true
}