-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
40 lines (40 loc) · 918 Bytes
/
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
{
"name": "@leafygreen-ui/lib",
"version": "14.0.1",
"description": "leafyGreen UI Kit Internal Library",
"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"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"lodash": "^4.17.21"
},
"gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0",
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/lib",
"repository": {
"type": "git",
"url": "https://github.com/mongodb/leafygreen-ui"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/PD/summary"
}
}