-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "@lg-chat/input-bar",
"version": "7.0.0",
"description": "lg-chat Input Bar",
"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/badge": "workspace:^",
"@leafygreen-ui/button": "workspace:^",
"@leafygreen-ui/emotion": "workspace:^",
"@leafygreen-ui/hooks": "workspace:^",
"@leafygreen-ui/icon": "workspace:^",
"@leafygreen-ui/input-option": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/polymorphic": "workspace:^",
"@leafygreen-ui/popover": "workspace:^",
"@leafygreen-ui/search-input": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@leafygreen-ui/typography": "workspace:^",
"lodash": "^4.17.21",
"react-keyed-flatten-children": "^1.3.0",
"react-textarea-autosize": "^8.3.2"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^4.0.0",
"@lg-chat/leafygreen-chat-provider": "workspace:^"
},
"devDependencies": {}
}