-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
99 lines (99 loc) · 3.43 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
{
"name": "SharetribeFlexMobileClient",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"podinstall": "cd ios && pod install",
"clean:android": "cd android && ./gradlew clean",
"clean:ios": "cd ios && xcodebuild -configuration Debug clean -UseModernBuildSystem=NO && xcodebuild -configuration Release clean -UseModernBuildSystem=NO && rimraf ./ios/Pods ./ios/Podfile.lock",
"clean:js": "rimraf ./node_modules",
"clean": "npm run clean:android && npm run clean:ios && npm run clean:js"
},
"dependencies": {
"@terrysahaidak/react-native-devmenu": "^2.0.0",
"axios": "^0.18.0",
"deepmerge": "^3.2.0",
"formik": "^1.5.1",
"i18n-js": "^3.2.1",
"install": "^0.12.2",
"js-cookie": "^2.2.0",
"just-debounce-it": "^1.1.0",
"libphonenumber-js": "^1.7.15",
"lodash": "^4.17.11",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"mobx-state-tree": "^3.10.2",
"normalize": "^0.3.1",
"normalizr": "^3.3.0",
"npm": "^6.9.0",
"p-wait-for": "^2.0.1",
"qs": "^6.6.0",
"ramda": "^0.26.1",
"react": "16.8.3",
"react-display-name": "^0.2.4",
"react-native": "0.59.2",
"react-native-actionsheet": "^2.4.2",
"react-native-app-settings": "^2.0.1",
"react-native-calendars": "^1.32.0",
"react-native-easy-tabs": "^1.0.0",
"react-native-gesture-handler": "^1.0.16",
"react-native-google-autocomplete": "^0.1.5",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-image-crop-picker": "^0.23.0",
"react-native-image-zoom-viewer": "^2.2.25",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-languages": "^3.0.2",
"react-native-maps": "github:jerolimov/react-native-maps#fix-rn59rc-compile-issues",
"react-native-modal": "^9.0.0",
"react-native-permissions": "^1.1.1",
"react-native-phone-call": "^1.0.9",
"react-native-radio-buttons": "^1.0.0",
"react-native-reanimatable": "^0.4.3",
"react-native-reanimated": "^1.0.0-alpha.12",
"react-native-sentry": "^0.42.0",
"react-native-set-soft-input-mode": "^1.0.3",
"react-native-snap-carousel": "^3.7.5",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.2.4",
"react-native-tab-view": "^2.0.3",
"react-native-vector-icons": "^6.3.0",
"react-native-webview": "^5.7.1",
"react-navigation": "^3.3.0",
"recompose": "^0.30.0",
"sharetribe-flex-sdk": "^1.2.0",
"tipsi-stripe": "^7.5.0",
"uuid": "^3.3.2",
"xdate": "^0.8.2",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/runtime": "^7.4.2",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-formatter-pretty": "^2.1.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"jest": "^24.5.0",
"metro-react-native-babel-preset": "^0.53.1",
"mobx-devtools": "^0.9.20",
"mobx-devtools-mst": "^0.9.18",
"prettier": "^1.16.4",
"prop-types": "^15.7.2",
"react-test-renderer": "16.8.3",
"reactotron-mst": "^3.1.0",
"reactotron-react-native": "^3.2.1",
"rimraf": "^2.6.3"
},
"jest": {
"preset": "react-native"
}
}