forked from flippingbitss/react-daterange-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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": "@monceeef/react-daterange-picker",
"version": "1.0.7",
"description": "A react date range picker using Material Design",
"author": "Moncif loukili <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/monceeef/react-daterange-picker.git"
},
"main": "build/index.js",
"scripts": {
"start": "tsc --watch",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.2.1",
"date-fns": "^1.30.1"
},
"devDependencies": {
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.3",
"typescript": "^3.3.4"
},
"peerDependencies": {
"@material-ui/core": "^4.9.7",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"keywords": [
"react",
"component",
"react-components",
"date-range",
"date",
"range",
"picker",
"material-design",
"material",
"typescript",
"npm",
"package"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/matharumanpreet00/react-daterange-picker/issues"
},
"homepage": "https://github.com/matharumanpreet00/react-daterange-picker#readme"
}