forked from FaridSafi/react-native-gifted-chat
-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
66 lines (66 loc) · 1.9 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
{
"name": "react-web-gifted-chat",
"version": "0.6.7",
"description": "The most complete chat UI for React Web",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/johniak/react-web-gifted-chat.git"
},
"keywords": [
"react",
"react-component",
"messenger",
"message",
"chat"
],
"author": "Jan Romaniak",
"license": "MIT",
"bugs": {
"url": "https://github.com/johniak/react-web-gifted-chat/issues"
},
"homepage": "https://github.com/johniak/react-web-gifted-chat#readme",
"scripts": {
"lint": "eslint . --ext .js,.jsx",
"compile": "export BABEL_ENV='production' && rm -rf ./dist && mkdir dist && rollup -c -i src/index.js -o dist/index.js"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "7.1.0",
"@babel/runtime": "7.1.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-plugin-named-asset-import": "^0.2.3",
"babel-preset-react-app": "^6.1.0",
"eslint": "5.9.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-cooperka": "0.3.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-mocha": "^5.2.1",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-react-native": "3.5.0",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-postcss": "^1.6.3"
},
"dependencies": {
"md5": "2.2.1",
"moment": "2.22.2",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-app-polyfill": "^0.1.3",
"react-art": "^16.6.3",
"react-dev-utils": "^6.1.1",
"react-dom": "^16.6.3",
"react-image-lightbox": "^5.1.0",
"react-native-web": "0.9.9",
"shallowequal": "1.1.0",
"uuid": "3.3.2"
},
"peerDependencies": {}
}