-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
53 lines (53 loc) · 1.59 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
47
48
49
50
51
52
53
{
"name": "@leafygreen-ui/date-picker",
"version": "3.0.2",
"description": "LeafyGreen UI Kit Date Picker",
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "lg build-package",
"tsc": "lg build-ts",
"docs": "lg build-tsdoc"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@leafygreen-ui/a11y": "workspace:^",
"@leafygreen-ui/date-utils": "workspace:^",
"@leafygreen-ui/emotion": "workspace:^",
"@leafygreen-ui/form-field": "workspace:^",
"@leafygreen-ui/hooks": "workspace:^",
"@leafygreen-ui/icon": "workspace:^",
"@leafygreen-ui/icon-button": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/popover": "workspace:^",
"@leafygreen-ui/select": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@leafygreen-ui/typography": "workspace:^",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"polished": "^4.2.2",
"weekstart": "^2.0.0"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@leafygreen-ui/button": "workspace:^",
"@leafygreen-ui/modal": "workspace:^",
"mockdate": "^3.0.5"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/date-picker",
"repository": {
"type": "git",
"url": "https://github.com/mongodb/leafygreen-ui"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/PD/summary"
}
}