-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.98 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.98 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
63
64
65
66
67
68
69
{
"name": "@leafygreen-ui/icon",
"version": "14.8.0",
"description": "LeafyGreen UI Kit Icons",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"types@<=5.0": "./dist/types/ts4.9/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/umd/index.js"
},
"./dist/*": {
"types": "./dist/types/generated/*.d.ts",
"import": "./dist/esm/*.js",
"require": "./dist/umd/*.js"
},
"./*": {
"types": "./dist/types/generated/*.d.ts",
"import": "./dist/esm/*.js",
"require": "./dist/umd/*.js"
}
},
"scripts": {
"prebuild": "ts-node ./scripts/prebuild/index.ts",
"build": "ts-node ./scripts/build/build.ts",
"postbuild": "ts-node ./scripts/postbuild/index.ts",
"tsc": "lg-build tsc",
"docs": "lg-build docs"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@leafygreen-ui/emotion": "workspace:^",
"@leafygreen-ui/hooks": "workspace:^",
"lodash": "^4.17.21"
},
"devDependencies": {
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@lg-tools/build": "workspace:^",
"@lg-tools/lint": "workspace:^",
"@lg-tools/storybook-utils": "workspace:^",
"@rollup/plugin-node-resolve": "15.1.0",
"@svgr/core": "^5.3.1",
"commander": "^11.0.0",
"fast-xml-parser": "^5.3.0",
"fs-extra": "11.1.1",
"p-queue": "^8.1.0",
"rollup": "4.16.1",
"ts-node": "^10.9.2",
"rollup-plugin-node-externals": "7.1.1",
"xml2json": "^0.12.0"
},
"gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0",
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/icon",
"repository": {
"type": "git",
"url": "https://github.com/mongodb/leafygreen-ui"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/LG/summary"
},
"typesVersions": {}
}