-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "@lg-chat/chat-window",
"version": "3.0.5",
"description": "lg-chat Chat Window",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"<3.9": {
"*": [
"ts3.4/*"
]
}
},
"scripts": {
"build": "lg build-package",
"tsc": "lg build-ts"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@leafygreen-ui/emotion": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@lg-chat/avatar": "workspace:^",
"@lg-chat/leafygreen-chat-provider": "workspace:^",
"@lg-chat/title-bar": "workspace:^",
"react-keyed-flatten-children": "^2.2.1"
},
"devDependencies": {
"@lg-chat/input-bar": "workspace:^",
"@lg-chat/message": "workspace:^",
"@lg-chat/message-feed": "workspace:^",
"@lg-chat/message-prompts": "workspace:^",
"@lg-chat/message-feedback": "workspace:^"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^"
}
}