forked from mattermost/mattermost-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (166 loc) · 6.32 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "mattermost-mobile",
"version": "1.35.0",
"description": "Mattermost Mobile with React Native",
"repository": "[email protected]:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",
"license": "Apache 2.0",
"private": true,
"dependencies": {
"@babel/runtime": "7.11.2",
"@react-native-community/async-storage": "1.11.0",
"@react-native-community/cameraroll": "4.0.0",
"@react-native-community/clipboard": "1.2.3",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.5",
"@react-navigation/native": "5.3.2",
"@react-navigation/stack": "5.3.6",
"@rudderstack/rudder-sdk-react-native": "0.1.2",
"@sentry/react-native": "1.7.1",
"analytics-react-native": "1.2.0",
"commonmark": "github:mattermost/commonmark.js#f6ab98dede6ce4b4e7adea140ac77249bfb2d6ce",
"commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#3a2ac19cab725ad28b170fdc1d397dddedcf87eb",
"core-js": "3.6.5",
"deep-equal": "2.0.3",
"deepmerge": "4.2.2",
"emoji-regex": "9.0.0",
"form-data": "3.0.0",
"fuse.js": "6.4.1",
"intl": "1.2.5",
"jail-monkey": "2.3.2",
"mime-db": "1.44.0",
"moment-timezone": "0.5.31",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-intl": "2.8.0",
"react-native": "0.63.2",
"react-native-android-open-settings": "1.3.0",
"react-native-animatable": "1.3.3",
"react-native-button": "3.0.1",
"react-native-calendars": "1.303.0",
"react-native-circular-progress": "1.3.6",
"react-native-cookies": "github:mattermost/react-native-cookies#b35bafc388ae09c83bd875e887daf6a0755e0b40",
"react-native-device-info": "5.6.4",
"react-native-document-picker": "3.5.4",
"react-native-elements": "2.2.0",
"react-native-exception-handler": "2.10.8",
"react-native-fast-image": "8.3.2",
"react-native-file-viewer": "2.1.1",
"react-native-gesture-handler": "1.6.1",
"react-native-haptic-feedback": "1.10.0",
"react-native-hw-keyboard-event": "0.0.4",
"react-native-image-gallery": "github:mattermost/react-native-image-gallery#c1a9f7118e90cc87d47620bc0584c9cac4b0cf38",
"react-native-image-picker": "2.3.3",
"react-native-keyboard-aware-scrollview": "2.1.0",
"react-native-keyboard-tracking-view": "5.7.0",
"react-native-keychain": "4.0.5",
"react-native-linear-gradient": "2.5.6",
"react-native-local-auth": "1.6.0",
"react-native-localize": "1.4.1",
"react-native-mmkv-storage": "0.3.5",
"react-native-navigation": "6.4.0",
"react-native-notifications": "2.1.7",
"react-native-passcode-status": "1.1.2",
"react-native-permissions": "2.1.5",
"react-native-reanimated": "1.8.0",
"react-native-safe-area": "0.5.1",
"react-native-safe-area-context": "1.0.0",
"react-native-screens": "2.7.0",
"react-native-section-list-get-item-layout": "2.2.3",
"react-native-slider": "0.11.0",
"react-native-status-bar-size": "0.3.3",
"react-native-svg": "12.1.0",
"react-native-v8": "0.62.2-patch.1",
"react-native-vector-icons": "7.0.0",
"react-native-video": "5.1.0-alpha7",
"react-native-webview": "github:mattermost/react-native-webview#b5e22940a613869d3999feac9451ee65352f4fbe",
"react-native-youtube": "2.0.1",
"react-redux": "7.2.1",
"redux": "4.0.5",
"redux-action-buffer": "1.2.0",
"redux-batched-actions": "0.5.0",
"redux-persist": "6.0.0",
"redux-persist-transform-filter": "0.0.20",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"rn-fetch-blob": "0.12.0",
"rn-placeholder": "3.0.1",
"semver": "7.3.2",
"serialize-error": "7.0.1",
"shallow-equals": "1.0.0",
"tinycolor2": "1.4.1",
"url-parse": "1.4.7"
},
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.1",
"@babel/plugin-transform-runtime": "7.11.0",
"@babel/preset-env": "7.11.0",
"@babel/register": "7.10.5",
"@react-native-community/eslint-config": "2.0.0",
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "26.0.10",
"@types/moment-timezone": "0.5.30",
"@types/react": "16.9.46",
"@types/react-native": "0.63.8",
"@types/react-test-renderer": "16.9.3",
"@types/shallow-equals": "1.0.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"babel-eslint": "10.1.0",
"babel-jest": "26.3.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-transform-remove-console": "6.9.4",
"deep-freeze": "0.0.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.3",
"enzyme-to-json": "3.5.0",
"eslint": "7.7.0",
"eslint-plugin-header": "3.0.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee",
"eslint-plugin-react": "7.20.3",
"harmony-reflect": "1.6.1",
"husky": "4.2.5",
"isomorphic-fetch": "2.2.1",
"jest": "26.4.0",
"jest-cli": "26.4.0",
"jest-enzyme": "7.1.2",
"jetifier": "1.6.6",
"jsdom-global": "3.0.2",
"metro-react-native-babel-preset": "0.62.0",
"mmjstool": "github:mattermost/mattermost-utilities#086f4ffdca4e31a0be22f6bcdfa093ed83fb29e",
"mock-async-storage": "2.2.0",
"mock-socket": "9.0.3",
"nock": "13.0.4",
"nyc": "15.1.0",
"patch-package": "6.2.2",
"react-dom": "16.13.1",
"react-test-renderer": "16.13.1",
"redux-mock-store": "1.5.4",
"redux-persist-node-storage": "2.0.0",
"socketcluster": "16.0.1",
"ts-jest": "26.2.0",
"typescript": "3.9.7",
"underscore": "1.10.2",
"util": "0.12.3"
},
"husky": {
"hooks": {
"pre-commit": "sh ./scripts/pre-commit.sh"
}
},
"scripts": {
"start": "node ./node_modules/react-native/local-cli/cli.js start",
"check": "eslint --ignore-path .gitignore --ignore-pattern node_modules --quiet . && npm run tsc",
"fix": "eslint --ignore-path .gitignore --ignore-pattern node_modules --quiet . --fix",
"postinstall": "make post-install",
"tsc": "NODE_OPTIONS=--max_old_space_size=12000 tsc --noEmit",
"test": "jest --forceExit --runInBand --detectOpenHandles",
"test:watch": "jest --watch --runInBand --detectOpenHandles",
"test:coverage": "jest --coverage",
"updatesnapshot": "jest --updateSnapshot",
"mmjstool": "mmjstool"
}
}