forked from mongodb/leafygreen-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.66 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.66 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@leafygreen-ui/code",
"version": "14.3.3",
"description": "leafyGreen UI Kit Code Blocks",
"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",
"docs": "lg build-tsdoc"
},
"keywords": [],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@leafygreen-ui/a11y": "^1.4.13",
"@leafygreen-ui/button": "^21.1.0",
"@leafygreen-ui/emotion": "^4.0.8",
"@leafygreen-ui/hooks": "^8.1.3",
"@leafygreen-ui/icon": "^12.5.4",
"@leafygreen-ui/icon-button": "^15.0.21",
"@leafygreen-ui/lib": "^13.6.0",
"@leafygreen-ui/palette": "^4.0.9",
"@leafygreen-ui/select": "^12.0.0",
"@leafygreen-ui/tokens": "^2.9.0",
"@leafygreen-ui/tooltip": "^11.0.3",
"@types/facepaint": "^1.2.1",
"@types/highlight.js": "^10.1.0",
"clipboard": "^2.0.6",
"facepaint": "^1.2.1",
"highlight.js": "~11.5.0",
"highlightjs-graphql": "^1.0.1",
"lodash": "^4.17.21",
"polished": "^4.2.2"
},
"devDependencies": {
"@leafygreen-ui/testing-lib": "^0.6.0",
"@lg-tools/storybook-utils": "^0.1.0"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^3.1.12"
},
"gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0",
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/code",
"repository": {
"type": "git",
"url": "https://github.com/mongodb/leafygreen-ui"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/PD/summary"
}
}