-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
41 lines (41 loc) · 981 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
41
{
"name": "@leafygreen-ui/date-utils",
"version": "0.1.5",
"description": "LeafyGreen UI Kit Date Utils",
"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/lib": "workspace:^",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"lodash": "^4.17.21",
"timezone-mock": "^1.3.6",
"weekstart": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/date-utils",
"repository": {
"type": "git",
"url": "https://github.com/mongodb/leafygreen-ui"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/PD/summary"
},
"keywords": [
"leafygreen",
"date",
"date-fns"
]
}