-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "react-monkey-ui",
"version": "2.1.4",
"description": "User interface of MonkeySDK to create your own chat.",
"keywords": [
"monkey-ui",
"chat",
"react",
"react-component"
],
"main": "./dist/MonkeyUI.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --colors",
"clean": "rm -rf dist",
"prepublish": "npm run clean && npm run build"
},
"author": "Criptext Inc.",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Criptext/react-monkey-ui"
},
"bugs": {
"url": "https://github.com/Criptext/react-monkey-ui/issues"
},
"devDependencies": {
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"css-loader": "0.23.1",
"exif-js": "2.1.1",
"file-loader": "0.9.0",
"fileapi": "2.0.20",
"jquery": "3.1.0",
"jquery-knob": "1.2.11",
"moment": "2.14.1",
"msr": "1.3.4",
"react": "15.2.1",
"react-autosize-textarea": "0.3.1",
"react-dropzone": "3.5.3",
"react-linkify": "0.1.1",
"react-search-input": "0.10.1",
"react-toastr": "2.6.2",
"style-loader": "0.13.1",
"webpack": "1.13.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.2.1"
},
"dependencies": {}
}