UNPKG

in-react-month-picker

Version:

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

62 lines (61 loc) 1.71 kB
{ "name": "in-react-month-picker", "description": "Month-Picker Component offers a popup month selection panel with responsive layouts.", "url": "https://github.com/ihor-nepomniashchyi/react-month-picker", "homepage": "https://github.com/ihor-nepomniashchyi/react-month-picker", "keywords": [ "month-select", "month-option", "monthpicker", "month-picker", "react-component", "react" ], "author": "Nickel Jianhui Zhu <nickeljew@hotmail.com>", "version": "2.3.0", "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": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.24.4", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/preset-env": "^7.24.4", "@babel/preset-react": "^7.24.1", "babel-loader": "^9.1.3", "es6-docready": "^1.0.0", "es6-dom": "^1.1.2", "grunt": "1.6.1", "grunt-babel": "^8.0.0", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-concat": "^2.1.0", "grunt-contrib-watch": "^1.1.0", "grunt-sass": "^3.1.0", "grunt-webpack": "^6.0.0", "load-grunt-tasks": "^5.1.0", "node-sass": "^9.0.0", "webpack": "^5.91.0" }, "repository": { "type": "git", "url": "https://github.com/ihor-nepomniashchyi/react-month-picker.git" } }