-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.42 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "jb-date-input",
"description": "jalali date input web component",
"type": "module",
"author": {
"name": "mohammad javad bathaei",
"email": "[email protected]"
},
"keywords": [
"jb",
"jb-date-input",
"calendar",
"date input",
"jalali calendar",
"jalali date",
"shamsi",
"jalali",
"web component",
"react component",
"persian date",
"persian calendar",
"persian date input",
"persian date picker",
"shamsi date",
"shamsi date input",
"shamsi date picker",
"jalali date input",
"jalali date picker",
"shamsi web-component",
"jalali web-component",
"jalali web component"
],
"version": "5.4.6",
"bugs": "https://github.com/javadbat/jb-date-input/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"lib/",
"dist/",
"react/",
"react/dist/"
],
"main": "index.js",
"module": "index.js",
"homepage": "https://github.com/javadbat/jb-date-input",
"repository": {
"type": "git",
"url": "https://github.com/javadbat/jb-date-input"
},
"types": "./dist/web-component/jb-date-input/lib/jb-date-input.d.ts",
"dependencies": {
"date-fns": "^2.28.0",
"date-fns-jalali": "^2.28.0-1",
"jb-calendar": ">=4.2.2",
"jb-popover":">=1.1.0",
"jb-validation":">=0.2.0",
"jb-input":">=3.6.2",
"jb-core":"0.1.0"
},
"devDependencies": {
"jb-form":">=0.6.10"
}
}