forked from mattermost/mattermost-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.48 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
{
"name": "mattermost-mobile",
"version": "0.0.1",
"description": "Mattermost Mobile with React Native",
"repository": "[email protected]:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",
"license": "Apache 2.0",
"private": true,
"dependencies": {
"analytics-react-native": "1.1.0",
"babel-polyfill": "6.23.0",
"commonmark": "hmhealey/commonmark.js#25dc6a4c456db579631797e29847752cb5e7d8d7",
"commonmark-react-renderer": "hmhealey/commonmark-react-renderer#6e259b66ae87d31d2f908effcd05776b9ea3446f",
"deep-equal": "1.0.1",
"intl": "1.2.5",
"jail-monkey": "0.0.9",
"mattermost-redux": "mattermost/mattermost-redux#master",
"prop-types": "15.5.10",
"react": "16.0.0-alpha.12",
"react-intl": "2.3.0",
"react-native": "0.48.3",
"react-native-animatable": "1.2.3",
"react-native-bottom-sheet": "1.0.2",
"react-native-button": "1.8.2",
"react-native-circular-progress": "0.0.8",
"react-native-cookies": "3.2.0",
"react-native-device-info": "0.11.0",
"react-native-drawer": "2.4.0",
"react-native-exception-handler": "2.1.0",
"react-native-fast-image": "1.0.0",
"react-native-fetch-blob": "0.10.8",
"react-native-image-picker": "0.26.6",
"react-native-keyboard-aware-scroll-view": "0.3.0",
"react-native-linear-gradient": "2.3.0",
"react-native-local-auth": "enahum/react-native-local-auth.git",
"react-native-navigation": "1.1.216",
"react-native-notifications": "enahum/react-native-notifications.git",
"react-native-orientation": "enahum/react-native-orientation.git",
"react-native-passcode-status": "1.1.0",
"react-native-sentry": "0.15.1",
"react-native-status-bar-size": "0.3.2",
"react-native-svg": "5.4.1",
"react-native-tooltip": "enahum/react-native-tooltip",
"react-native-vector-icons": "4.3.0",
"react-native-youtube": "1.0.0-beta.3",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-batched-actions": "0.2.0",
"redux-persist": "4.9.1",
"redux-persist-transform-filter": "0.0.15",
"redux-thunk": "2.2.0",
"reselect": "3.0.1",
"semver": "5.4.1",
"socketcluster": "5.0.4",
"tinycolor2": "1.4.1",
"url-parse": "1.1.9",
"youtube-video-id": "0.0.2"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "7.2.3",
"babel-plugin-module-resolver": "2.7.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-latest": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-react-native": "3.0.2",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.26.0",
"chai": "3.5.0",
"chai-enzyme": "0.6.1",
"chai-fetch-mock": "1.0.0",
"deep-freeze": "0.0.1",
"enzyme": "2.8.2",
"eslint": "4.6.1",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-react": "7.3.0",
"fetch-mock": "5.10.0",
"form-data": "2.3.1",
"jsdom": "10.1.0",
"jsdom-global": "3.0.2",
"mocha": "3.4.1",
"mocha-react-native": "0.5.0",
"mockery": "2.1.0",
"nyc": "10.3.2",
"react-addons-test-utils": "15.5.1",
"react-dom": "15.5.4",
"react-native-mock": "0.3.1",
"react-native-svg-mock": "1.0.2",
"react-test-renderer": "16.0.0-alpha.12",
"remote-redux-devtools": "0.5.12",
"remote-redux-devtools-on-debugger": "0.8.2",
"underscore": "1.8.3"
},
"scripts": {
"test": "NODE_ENV=test nyc --reporter=text mocha --opts test/mocha.opts",
"postinstall": "make post-install"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
}
}