-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.61 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
{
"name": "salgode-mobile-app",
"main": "node_modules/expo/AppEntry.js",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/salgode/salgode-mobile.git"
},
"bugs": {
"url": "https://github.com/salgode/salgode-mobile/issues"
},
"homepage": "http://salgode.cl/",
"scripts": {
"start": "expo start --no-dev",
"dev": "expo start --dev",
"preinstall": "node utils/preferYarn.js",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "standard-version && git push --follow-tags origin master"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "~3.0.3",
"@expo/vector-icons": "^10.0.3",
"@react-navigation/web": "^1.0.0-alpha.9",
"axios": "^0.19.0",
"expo": "^35.0.0",
"expo-analytics": "^1.0.13",
"expo-asset": "^7.0.0",
"expo-camera": "~7.0.0",
"expo-constants": "^7.0.0",
"expo-env": "^1.1.1",
"expo-font": "^7.0.0",
"expo-image-picker": "~7.0.0",
"expo-permissions": "~7.0.0",
"expo-web-browser": "^7.0.0",
"fonts": "^0.0.2",
"i18n-js": "^3.3.0",
"lodash": "^4.17.15",
"native-base": "^2.13.8",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-appearance": "^0.1.0",
"react-native-camera": "git+https://[email protected]/react-native-community/react-native-camera.git",
"react-native-gesture-handler": "~1.3.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-maps": "~0.25.0",
"react-native-modal-datetime-picker": "^7.6.0",
"react-native-permissions": "^2.0.2",
"react-native-scaled-image": "^0.0.1",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.11.7",
"react-native-webview": "7.0.5",
"react-navigation": "^3.12.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-axios-middleware": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"sentry-expo": "^2.0.1",
"styled-components": "^4.4.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-preset-expo": "^7.0.0",
"eslint": "^5.7.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.5.0",
"jest-expo": "^35.0.0",
"prettier": "^1.18.2",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.9"
},
"private": false
}