UNPKG

react-month-picker

Version:

Month-Picker Component offers a popup month selection panel with responsive layouts.

64 lines (63 loc) 1.66 kB
{ "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 <nickeljew@hotmail.com>", "version": "2.2.0", "license": "MIT", "private": false, "main": "lib/month-picker.js", "style": "css/month-picker.css", "scripts": {}, "babel": { "plugins": [ "transform-react-jsx", "transform-class-properties" ], "presets": [ "env", "react" ] }, "dependencies": { "react-tapper": "^0.1.16" }, "peerDependencies": { "prop-types": "^15.7.2", "react": "^16.13.1", "react-dom": "^16.13.1" }, "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "7.1.5", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "es6-docready": "^1.0.0", "es6-dom": "^1.0.0", "grunt": "^1.1.0", "grunt-babel": "7.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": "^3.1.3", "load-grunt-tasks": "^5.1.0", "node-sass": "^4.14.0", "webpack": "^4.43.0" }, "repository": { "type": "git", "url": "https://github.com/nickeljew/react-month-picker.git" } }