-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
{
"name": "@conversationalcomponents/chat-window",
"version": "1.5.15",
"description": "Customisable chat window component with React and Mobx",
"keywords": [
"React",
"React Component",
"MobX",
"Chat",
"UI",
"Chat Window"
],
"homepage": "https://github.com/ConversationalComponents/chat-window#readme",
"bugs": {
"url": "https://github.com/ConversationalComponents/chat-window/issues"
},
"licenses": [
{
"license": "MIT"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/ConversationalComponents/chat-window.git"
},
"main": "index.js",
"scripts": {
"prepare": "tsc && echo 'Finished building NPM package'"
},
"author": "Alex Tavor <alex@a-i.com> (https://www.conversationalcomponents.com/)",
"license": "MIT",
"types": "index.d.ts",
"peerDependencies": {
"react": "^16.12.0"
},
"devDependencies": {
"@types/react": "^16.9.20",
"@types/react-linkify": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"typescript": "^3.7.5"
},
"dependencies": {
"mobx": "^5.15.4",
"react-device-detect": "^1.11.14",
"react-linkify": "^1.0.0-alpha"
},
"directories": {
"lib": "lib"
}
}