forked from RocketChat/Rocket.Chat.ReactNative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 5.4 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
{
"name": "rocket-chat-reactnative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"test-update": "jest --updateSnapshot",
"lint": "eslint .",
"ci": "npm run precommit && codecov",
"ios": "react-native run-ios",
"log-android": "react-native log-android",
"android": "react-native run-android",
"snyk-protect": "snyk protect",
"precommit": "eslint . && jest"
},
"husky": {
"hooks": {
"pre-commit": "npm run precommit"
}
},
"dependencies": {
"@rocket.chat/sdk": "1.0.0-alpha.28",
"deep-equal": "^1.0.1",
"ejson": "^2.1.2",
"js-base64": "^2.5.1",
"js-sha256": "^0.9.0",
"jsc-android": "241213.1.0",
"lodash": "^4.17.11",
"markdown-it-flowdock": "^0.3.7",
"moment": "^2.24.0",
"prop-types": "15.7.2",
"react": "16.8.3",
"react-emojione": "^5.0.1",
"react-native": "0.59.8",
"react-native-action-sheet": "^2.2.0",
"react-native-audio": "^4.3.0",
"react-native-console-time-polyfill": "^1.2.1",
"react-native-device-info": "1.6.1",
"react-native-dialog": "^5.6.0",
"react-native-easy-toast": "^1.2.0",
"react-native-fabric": "github:corymsmith/react-native-fabric#523a4edab3b2bf55ea9eeea2cf0dde82c5c29dd4",
"react-native-fast-image": "5.3.0",
"react-native-gesture-handler": "^1.2.1",
"react-native-i18n": "^2.0.15",
"react-native-image-crop-picker": "git+https://github.com/RocketChat/react-native-image-crop-picker.git",
"react-native-image-zoom-viewer": "^2.2.25",
"react-native-keyboard-aware-scroll-view": "0.8.0",
"react-native-keyboard-input": "^5.3.1",
"react-native-keyboard-tracking-view": "^5.5.0",
"react-native-markdown-renderer": "^3.2.8",
"react-native-modal": "10.0.0",
"react-native-notifications": "1.2.6",
"react-native-optimized-flatlist": "^1.0.4",
"react-native-orientation-locker": "^1.1.5",
"react-native-picker-select": "^5.2.3",
"react-native-platform-touchable": "^1.1.1",
"react-native-responsive-ui": "^1.1.1",
"react-native-safari-view": "^2.1.0",
"react-native-screens": "^1.0.0-alpha.22",
"react-native-scrollable-tab-view": "0.10.0",
"react-native-slider": "^0.11.0",
"react-native-slowlog": "^1.0.2",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^6.4.2",
"react-native-video": "^4.4.1",
"react-native-video-controls": "^2.2.3",
"react-navigation": "^3.9.1",
"react-navigation-header-buttons": "^2.3.1",
"react-native-webview": "5.8.1",
"react-redux": "^6.0.0",
"reactotron-react-native": "2.2",
"realm": "2.28.0",
"redux": "^4.0.1",
"redux-enhancer-react-native-appstate": "^0.3.1",
"redux-immutable-state-invariant": "^2.1.0",
"redux-saga": "^0.16.2",
"remove-markdown": "^0.3.0",
"rn-fetch-blob": "^0.10.15",
"semver": "6.0.0",
"snyk": "^1.156.0",
"strip-ansi": "5.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/runtime": "^7.4.4",
"@storybook/addon-actions": "4.1.14",
"@storybook/addon-links": "4.1.14",
"@storybook/addon-storyshots": "4.1.14",
"@storybook/addons": "4.1.14",
"@storybook/react-native": "^4.1.18",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-jest": "^24.8.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-runtime": "^6.26.0",
"codecov": "3.3.0",
"detox": "12.8.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.3.0",
"husky": ">=1",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"jest-cli": "^23.6.0",
"metro-react-native-babel-preset": "^0.54.0",
"mocha": "^5.2.0",
"otp.js": "1.2.0",
"react-dom": "16.6.3",
"react-test-renderer": "16.8.3",
"reactotron-redux": "2.1.3",
"reactotron-redux-saga": "2.1.4",
"regenerator-runtime": "^0.13.1"
},
"jest": {
"testPathIgnorePatterns": [
"e2e",
"node_modules"
],
"preset": "react-native",
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"moduleNameMapper": {
".+\\.(css|styl|less|sass|scss)$": "identity-obj-proxy",
".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js"
},
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
},
"snyk": true,
"engines": {
"node": ">=8.x",
"npm": ">=4.x"
},
"detox": {
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/RocketChatRN.app",
"build": "xcodebuild -workspace ios/RocketChatRN.xcworkspace -scheme RocketChatRN -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone 7"
},
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app",
"build": "xcodebuild -workspace ios/RocketChatRN.xcworkspace -scheme RocketChatRN -configuration Release -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone 7"
}
}
}
}