-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
82 lines (82 loc) · 2.38 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
{
"name": "react-native-matrix",
"version": "0.0.12",
"description": "React native Components for matrix chat. This is beta version.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/maxweb4u/react-native-matrix.git"
},
"keywords": [
"android",
"ios",
"react-native",
"react",
"react-component",
"messenger",
"message",
"chat",
"matrix"
],
"author": "Max Gornostayev",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxweb4u/react-native-matrix/issues"
},
"homepage": "https://github.com/maxweb4u/react-native-matrix#readme",
"scripts": {
"fix": "../.bin/eslint -c .eslintrc --ext .js src --fix",
"postinstall": "node ./postinstall.js",
"npmupload": "npm publish --access public"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.6.2",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"@types/react": "^16.8.6",
"@types/react-native": "^0.60.6",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"eslint": "^6.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.2.1",
"react": "16.8.6",
"react-native": "0.60.6"
},
"dependencies": {
"axios": "^0.19.0",
"base64-arraybuffer": "^0.2.0",
"buffer": "^5.6.0",
"events": "^3.1.0",
"fbemitter": "^2.1.1",
"get-uid": "^1.0.1",
"matrix-js-sdk": "^7.0.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react-native-action-sheet": "^2.2.0",
"react-native-audio-recorder-player": "^2.4.4-rc.1",
"react-native-device-info": "^5.2.1",
"react-native-document-picker": "^3.2.4",
"react-native-emoji-selector": "^0.1.9",
"react-native-image-base64": "^0.1.3",
"react-native-image-picker": "^1.0.1",
"react-native-image-resizer": "^1.0.1",
"react-native-share": "^2.0.0",
"react-native-sound-recorder": "^1.3.3",
"rn-fetch-blob": "^0.10.16",
"rxjs": "^6.5.4",
"unorm": "^1.6.0",
"url": "^0.11.0"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
}
}