material-ui-pickers

v1.0.0-rc.10
React components, that implements material design pickers for material-ui v1
material-ui pickers material-ui-pickers datepicker timepicker date-picker time-picker react react-component and 2 more...

test

npm run test:moment && npm run test:date-fns && npm run test:luxon

all-tests

jest && npm run typescript

test:moment

cross-env UTILS=moment && npm run all-tests

test:date-fns

cross-env UTILS=date-fns && npm run all-tests

test:luxon

cross-env NODE_ICU_DATA=./node_modules/full-icu UTILS=luxon && npm run all-tests

typescript

tsc -p tsconfig.json

start

cross-env NODE_ENV=development rollup --config --watch

prebuild

rimraf build

build:copy

node copy.js

build:bundle

cross-env NODE_ENV=production BABEL_ENV=modules rollup --config

build:es2015

cross-env NODE_ENV=production babel ./src --out-dir ./build

build:es2015modules

cross-env NODE_ENV=production BABEL_ENV=modules babel ./src/index.js --out-file ./build/index.es.js

build

npm run build:bundle && npm run build:es2015modules && npm run build:es2015 && npm run build:copy

ci

npm run test && npm run lint && npm run build

prerelease

npm run ci

release

np --no-publish --any-branch

postrelease

npm run build && npm publish build

lint

eslint ./src/**/*.js*

lint-fix

npm run lint -- --fix

postinstall

node -e "console.log('\u001b[35m\u001b[1mHave you installed one of peer libraries?\u001b[22m\u001b[39m\n > date-fns \n > luxon \n > moment')"

Metadata

  • MIT
  • Whatever
  • Dmitriy Kovalenko
  • released 6/13/2018

Downloads

Maintainers