react-month-picker-simple
Version:
react-month-picker-simple is simplest month picker component.
80 lines (79 loc) • 2.4 kB
JSON
{
"name": "react-month-picker-simple",
"version": "1.0.8",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"browser": "./browser/specific/main.js",
"homepage": "https://ey920911.github.io/react-month-picker-simple/",
"repository": {
"type": "git",
"url": "https://github.com/ey920911/react-month-picker-simple"
},
"keywords": [
"month",
"picker",
"react",
"simple",
"date",
"selecter"
],
"dependencies": {
"@types/node": "^16.18.38",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"gh-pages": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-month-picker-simple": "^0.0.4",
"react-scripts": "5.0.1",
"styled-components": "^6.0.4",
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "rm -rf dist && mkdir dist && tsc",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:storybook/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.1.0",
"@storybook/preset-create-react-app": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/react-webpack5": "^7.1.0",
"@storybook/testing-library": "^0.2.0",
"babel-plugin-named-exports-order": "^0.0.2",
"eslint-plugin-storybook": "^0.6.13",
"prop-types": "^15.8.1",
"storybook": "^7.1.0",
"webpack": "^5.88.2"
}
}