UNPKG

react-styled-date-time-picker

Version:

```javascript import React, { Component } from 'react'; import DateTimePicker from 'react-styled-date-time-picker'; import { DateTime } from 'luxon';

52 lines (51 loc) 1.7 kB
{ "name": "react-styled-date-time-picker", "version": "3.0.2", "main": "build/index.js", "author": "w01fgang <sumin@unix-center.ru> (http://v-tour.pro/)", "license": "MIT", "repository": "git@github.com:w01fgang/react-styled-date-time-picker.git", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel src/ -d build", "flow": "glow", "lint": "eslint src", "prepublish": "npm run build && npm run copy-source", "copy-source": "flow-copy-source src build" }, "peerDependencies": { "lodash.chunk": "^4.2.0", "lodash.range": "^3.2.0", "luxon": "^1.25.0", "react": "^16.14.0", "react-dom": "^16.14.0", "styled-components": "^5.2.1" }, "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.12.11", "@babel/preset-flow": "^7.12.1", "@babel/preset-react": "^7.12.10", "babel-eslint": "10.1.0", "babel-loader": "^8.2.2", "babel-plugin-flow-runtime": "0.19.0", "babel-plugin-styled-components": "1.12.0", "babel-plugin-transform-react-pure-class-to-function": "1.0.1", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "eslint": "^7.16.0", "eslint-config-airbnb": "18.2.1", "eslint-plugin-flowtype": "5.2.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.21.5", "eslint-plugin-react-hooks": "^4.1.0", "flow-bin": "0.141.0", "flow-copy-source": "^2.0.9", "flow-runtime": "0.17.0", "flow-typed": "3.2.1", "husky": "3.0.5", "lint-staged": "9.2.5" } }