-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
{
"name": "monkey-chat",
"version": "2.0.0",
"description": "User interface of MonkeySDK to create your own chat.",
"keywords": [
"monkey-ui",
"chat",
"monkey-chat",
"react"
],
"main": "./dist/monkeyChat.js",
"scripts": {
"build": "webpack --config ./webpack.production.config.js --progress --colors",
"test": "webpack --progress --colors --watch"
},
"author": "Criptext Inc.",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Criptext/MonkeyChat-Web-React"
},
"bugs": {
"url": "https://github.com/Criptext/MonkeyChat-Web-React/issues"
},
"devDependencies": {
"babel-core": "6.21.0",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.10",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-polyfill": "6.20.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"css-loader": "0.23.1",
"eslint": "3.1.0",
"eslint-loader": "1.4.1",
"file-loader": "0.9.0",
"redux-logger": "2.6.1",
"style-loader": "0.13.1",
"webpack": "1.13.1"
},
"dependencies": {
"jquery": "3.1.1",
"moment": "2.17.1",
"monkey-sdk": "0.8.15",
"react": "15.2.1",
"react-autosize-textarea": "0.3.4",
"react-dom": "15.2.1",
"react-google-maps": "4.10.1",
"react-monkey-ui": "2.2.0-beta.47",
"redux": "3.5.2",
"redux-monkey-chat": "1.0.6"
}
}