UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@date-io/date-fns",
3 "version": "2.11.0",
4 "description": "Abstraction over common javascript date management libraries",
5 "main": "build/index.js",
6 "module": "build/index.esm.js",
7 "typings": "build/index.d.ts",
8 "scripts": {
9 "build": "rollup -c && tsc -p tsconfig.declaration.json"
10 },
11 "bugs": {
12 "url": "https://github.com/dmtrKovalenko/date-io/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/dmtrKovalenko/date-io"
17 },
18 "keywords": [
19 "date",
20 "time",
21 "date-io",
22 "picker",
23 "date-fns",
24 "moment",
25 "luxon"
26 ],
27 "author": {
28 "name": "Dmitriy Kovalenko",
29 "email": "dmtr.kovalenko@outlook.com"
30 },
31 "license": "MIT",
32 "peerDependencies": {
33 "date-fns": "^2.0.0"
34 },
35 "peerDependenciesMeta": {
36 "date-fns": {
37 "optional": true
38 }
39 },
40 "dependencies": {
41 "@date-io/core": "^2.11.0"
42 },
43 "devDependencies": {
44 "date-fns": "2.16.1",
45 "rollup": "^2.0.2",
46 "typescript": "^3.7.2"
47 },
48 "gitHead": "383185d28e3e2636b2796bb198de50ea8891a2b9"
49}