-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.json
61 lines (61 loc) · 1.58 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
{
"name": "react-month-picker",
"description": "Month-Picker Component offers a popup month selection panel with responsive layouts.",
"url": "https://github.com/nickeljew/react-month-picker",
"homepage": "https://github.com/nickeljew/react-month-picker",
"keywords": [
"month-select",
"month-option",
"monthpicker",
"month-picker",
"react-component",
"react"
],
"author": "Nickel Jianhui Zhu <[email protected]>",
"version": "2.2.1",
"license": "MIT",
"private": false,
"main": "lib/month-picker.js",
"style": "css/month-picker.css",
"scripts": {},
"babel": {
"plugins": [
"@babel/plugin-transform-react-jsx"
],
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"dependencies": {
"react-tapper": "^0.1.23"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"es6-docready": "^1.0.0",
"es6-dom": "^1.1.2",
"grunt": "^1.4.0",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-webpack": "^4.0.3",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^6.0.0",
"webpack": "^5.36.2"
},
"repository": {
"type": "git",
"url": "https://github.com/nickeljew/react-month-picker.git"
}
}