forked from zulip/zulip-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 5.07 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "ZulipMobile",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "bash tools/postinstall",
"start": "react-native start",
"ios": "react-native run-ios",
"ios-min": "react-native run-ios --simulator 'iPhone 5s'",
"ios-mid": "react-native run-ios --simulator 'iPhone 8 Plus'",
"ios-max": "react-native run-ios --simulator 'iPhone XS Max'",
"ipad": "react-native run-ios --simulator 'iPad Air'",
"ios-device": "react-native run-ios --device",
"android": "tools/run-android",
"android-release": "react-native run-android --variant=release",
"build:android": "tools/android apk",
"build:android-nokeys": "cd android && ./gradlew :app:assembleRelease",
"build:ios": "cd ios && xcodebuild -scheme ZulipMobile archivexcodebuild -scheme ZulipMobile archive",
"test": "tools/test",
"prettier": "tools/fmt",
"prettier-full": "tools/fmt --all",
"test:flow-coverage": "flow-coverage-report -i 'src/**/*.js' -x '**/__tests__/**' -t html",
"test:flow-todo": "eslint --no-eslintrc -c tools/flow-todo.eslintrc.yaml src/",
"update-libdefs": "yarn install && rm -rf flow-typed/npm/ && flow-typed update"
},
"dependencies": {
"@expo/react-native-action-sheet": "^3.8.0",
"@react-native-community/async-storage": "^1.6.3",
"@react-native-community/cameraroll": "^4.0.4",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.5",
"@react-native-community/push-notification-ios": "^1.5.0",
"@react-navigation/bottom-tabs": "^5.10.6",
"@react-navigation/drawer": "^5.9.3",
"@react-navigation/material-top-tabs": "^5.2.19",
"@react-navigation/native": "^5.7.6",
"@react-navigation/stack": "^5.9.3",
"@sentry/react-native": "^2.4.3",
"@unimodules/core": "~5.3.0",
"@zulip/shared": "^0.0.6",
"base-64": "^0.1.0",
"blueimp-md5": "^2.10.0",
"color": "^3.0.0",
"date-fns": "^1.29.0",
"expo-apple-authentication": "^2.1.1",
"expo-application": "^2.1.1",
"expo-screen-orientation": "^1.0.0",
"expo-splash-screen": "^0.5.0",
"expo-web-browser": "^9.1.0",
"immutable": "^4.0.0-rc.12",
"invariant": "^2.2.4",
"json-stringify-safe": "^5.0.1",
"katex": "^0.11.1",
"lodash.escape": "^4.0.1",
"lodash.isequal": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.omit": "^4.5.0",
"lodash.union": "^4.6.0",
"lodash.uniqby": "^4.4.0",
"react": "16.13.1",
"react-intl": "5.20.1",
"react-native": "0.63.4",
"react-native-device-info": "^6.0.2",
"react-native-document-picker": "^3.2.4",
"react-native-gesture-handler": "^1.0.12",
"react-native-image-picker": "~2.3.4",
"react-native-photo-view": "alwx/react-native-photo-view#c58fd6b30",
"react-native-reanimated": "^1.0.0",
"react-native-safe-area-context": "^3.1.7",
"react-native-screens": "^2.10.1",
"react-native-simple-toast": "^1.0.0",
"react-native-sound": "^0.11.0",
"react-native-tab-view": "^2.15.2",
"react-native-text-input-reset": "^1.0.2",
"react-native-unimodules": "^0.10.1",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": ">=7.0.0 <7.1.0",
"react-native-webview": "^11.6.4",
"react-redux": "^7.2.4",
"redux": "^4.0.0",
"redux-action-buffer": "^1.2.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.1.0",
"reselect": "^3.0.1",
"rn-fetch-blob": "^0.11.0",
"string.fromcodepoint": "^0.2.1",
"timezone": "^1.0.13",
"zulip-markdown-parser": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.8.4",
"@jest/source-map": "^26.3.0",
"@octokit/core": "^3.4.0",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-eslint": "^10.0.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"core-js": "^3.1.4",
"deep-freeze": "^0.0.1",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"flow-bin": "^0.128.0",
"flow-coverage-report": "^0.6.0",
"flow-typed": "^2.4.0",
"immutable-devtools": "^0.1.5",
"jest": "^26.4.1",
"jest-cli": "^26.4.1",
"jest-environment-jsdom": "^26.3.0",
"jest-environment-jsdom-global": "^2.0.4",
"jest-expo": "^40.0.1",
"jest-extended": "^0.11.5",
"jetifier": "^1.6.5",
"lolex": "^5.1.1",
"metro-react-native-babel-preset": "^0.63.0",
"prettier": "^1.18.2",
"prettier-eslint": "^12.0.0",
"prettier-eslint-cli": "^5.0.0",
"react-dom": "16.13.1",
"react-native-cli": "^2.0.1",
"react-native-web": "^0.13.3",
"redux-mock-store": "^1.5.1",
"rollup": "^2.26.5",
"typescript": "~3.8.3",
"yarn-deduplicate": "^3.0.0"
},
"resolutions": {
"jest-expo/jest": "^26.4.1"
}
}