forked from shahabyazdi/react-multi-date-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.65 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
65
66
{
"name": "react-multi-date-picker",
"version": "1.8.9",
"description": "a simple React datepicker component for work with gregorian, persian, arabic and indian calendars",
"main": "./build/index.js",
"types": "index.d.ts",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shahabyazdi/react-multi-date-picker.git"
},
"keywords": [
"react",
"multi",
"date",
"datepicker",
"gregorian",
"calendar",
"persian",
"indian",
"farsi",
"arabic",
"english",
"hindi",
"locals",
"datetime",
"gregorian-calendar",
"persian-calendar",
"islamic-calendar",
"arabic-calendar",
"indian-calendar",
"format-date"
],
"author": "Shahab Yazdi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shahabyazdi/react-multi-date-picker/issues"
},
"homepage": "https://shahabyazdi.github.io/react-multi-date-picker/",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-url": "^6.0.0",
"@svgr/rollup": "^5.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"postcss": "8.2.1",
"rollup": "^2.35.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"react-date-object": "^1.1.8"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}