-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·121 lines (121 loc) · 4.62 KB
/
package.json
File metadata and controls
executable file
·121 lines (121 loc) · 4.62 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "espace",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "npx react-native run-android",
"ios": "npx react-native run-ios",
"start": "react-native start",
"test": "jest --silent --verbose",
"e2e": "detox test -c ios -r -l error",
"e2e:build": "xcodebuild -workspace ios/Espace.xcworkspace -configuration Debug -scheme Espace -destination name='iPhone 11' -derivedDataPath ios/build",
"debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"generate-apk": "./scripts/generate-apk.sh",
"bundle-android": "./scripts/bundle.sh android",
"bundle-ios": "./scripts/bundle.sh ios",
"upload-android-sourcemaps": "./scripts/upload-sourcemaps.sh android",
"upload-ios-sourcemaps": "./scripts/upload-sourcemaps.sh ios",
"postinstall": "yarn run cjk-textinput-patch && patch-package",
"postuninstall": "yarn run cjk-textinput-patch"
},
"dependencies": {
"@mapbox/polyline": "1.1.1",
"@react-native-community/async-storage": "1.11.0",
"@react-native-community/cli": "4.9.0",
"@react-native-community/cli-platform-android": "4.9.0",
"@react-native-community/hooks": "2.5.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.2",
"@react-native-firebase/app": "8.1.0",
"@react-native-firebase/messaging": "7.4.1",
"@react-native-picker/picker": "1.9.10",
"@react-navigation/bottom-tabs": "5.11.7",
"@react-navigation/devtools": "5.1.20",
"@react-navigation/drawer": "5.12.3",
"@react-navigation/material-top-tabs": "5.3.13",
"@react-navigation/native": "5.9.2",
"@react-navigation/stack": "5.14.2",
"@sentry/react-native": "2.1.0",
"@sentry/tracing": "5.29.0",
"axios": "0.19.2",
"i18next": "19.4.4",
"jetifier": "1.6.6",
"lodash": "4.17.20",
"moment": "2.26.0",
"react": "16.11.0",
"react-hook-form": "5.7.2",
"react-i18next": "11.4.0",
"react-native": "0.62.2",
"react-native-device-info": "5.6.1",
"react-native-dialogs": "1.1.1",
"react-native-dropdownalert": "4.2.1",
"react-native-gesture-handler": "1.6.1",
"react-native-hooks": "0.9.0",
"react-native-keyboard-aware-scroll-view": "0.9.1",
"react-native-keyboard-spacer": "0.4.1",
"react-native-linear-gradient": "2.5.6",
"react-native-location": "2.5.0",
"react-native-maps": "0.27.1",
"react-native-modal": "11.5.6",
"react-native-modalize": "2.0.4",
"react-native-permissions": "2.1.5",
"react-native-platform-specific-hook-selector": "1.0.41",
"react-native-reanimated": "1.9.0",
"react-native-render-html": "4.2.3",
"react-native-safe-area-context": "3.0.6",
"react-native-screens": "2.17.1",
"react-native-svg": "12.1.0",
"react-native-tab-view": "2.14.4",
"react-native-webview": "10.3.1",
"react-redux": "7.2.2",
"reanimated-bottom-sheet": "https://github.com/beqramo/react-native-reanimated-bottom-sheet",
"redux": "4.0.5",
"redux-saga": "1.1.3",
"rn-sliding-up-panel": "2.4.2",
"suncalc": "1.8.0"
},
"devDependencies": {
"@babel/core": "7.6.2",
"@babel/runtime": "7.6.2",
"@react-native-community/eslint-config": "0.0.5",
"@testing-library/jest-native": "^4.0.1",
"@testing-library/react-native": "^7.2.0",
"@types/detox": "^17.14.0",
"@types/i18n-js": "3.0.2",
"@types/jest": "24.0.18",
"@types/lodash": "4.14.168",
"@types/mapbox__polyline": "1.0.0",
"@types/react-native": "0.62.4",
"@types/react-native-autocomplete-input": "4.0.1",
"@types/react-native-keyboard-spacer": "0.4.1",
"@types/react-redux": "7.1.11",
"@types/react-test-renderer": "17.0.1",
"@types/suncalc": "1.8.0",
"@types/yup": "0.29.11",
"@typescript-eslint/eslint-plugin": "4.2.0",
"@typescript-eslint/parser": "4.2.0",
"babel-jest": "24.9.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-root-import": "6.4.1",
"babel-plugin-transform-remove-console": "6.9.4",
"detox": "^18.12.0",
"eslint": "7.9.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.1",
"eslint-plugin-react-hooks": "4.1.2",
"jest": "24.9.0",
"jest-circus": "^26.6.3",
"metro-react-native-babel-preset": "0.58.0",
"patch-package": "6.2.2",
"prettier": "1.19.1",
"react-native-cjk-textinput-patch": "1.0.0",
"react-native-typescript-transformer": "1.2.13",
"react-test-renderer": "17.0.2",
"redux-devtools": "3.5.0",
"typescript": "3.6.3"
}
}