-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "@leafygreen-ui/chip",
"version": "1.2.1",
"description": "LeafyGreen UI Kit Chip",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"scripts": {
"build": "lg build-package",
"tsc": "lg build-ts",
"docs": "lg build-tsdoc"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@leafygreen-ui/emotion": "^4.0.8",
"@leafygreen-ui/icon": "^12.5.4",
"@leafygreen-ui/inline-definition": "^6.0.15",
"@leafygreen-ui/lib": "^13.6.0",
"@leafygreen-ui/palette": "^4.0.9",
"@leafygreen-ui/tokens": "^2.9.0"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^3.1.12"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/chip",
"repository": {
"type": "git",
"url": "https://github.com/mongodb/leafygreen-ui"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/PD/summary"
},
"devDependencies": {
"@lg-tools/storybook-utils": "^0.1.0"
}
}