terra-date-picker
Version:
The terra-date-picker component provides users a way to enter or select a date from the date picker.
72 lines (71 loc) • 2.21 kB
JSON
{
"name": "terra-date-picker",
"version": "4.110.3",
"description": "The terra-date-picker component provides users a way to enter or select a date from the date picker.",
"author": "Cerner Corporation",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-framework.git",
"directory": "packages/terra-date-picker"
},
"bugs": {
"url": "https://github.com/cerner/terra-framework/issues"
},
"homepage": "https://github.com/cerner/terra-framework#readme",
"license": "Apache-2.0",
"keywords": [
"Cerner",
"DatePicker",
"Terra",
"terra-date-picker",
"UI"
],
"main": "lib/DatePicker.js",
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "2 || 3 || 4 || 5"
},
"dependencies": {
"classnames": "2",
"focus-trap-react": "6",
"keycode-js": "3",
"moment-timezone": "^0.5.13",
"prop-types": "15",
"react-onclickoutside": "6",
"react-portal": "4",
"terra-breakpoints": "^2.41.0",
"terra-button": "^3.78.0",
"terra-form-field": "^4.35.0",
"terra-form-input": "^4.34.0",
"terra-icon": "^3.61.0",
"terra-popup": "^6.85.1",
"terra-responsive-element": "^5.42.0",
"terra-theme-context": "^1.11.0",
"terra-visually-hidden-text": "^2.39.0",
"uuid": "3.4.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "stylelint src/**/*.scss",
"precompile": "rm -rf lib",
"test": "npm run lint && npm run jest && npm run wdio",
"jest": "jest --config ../../jest.config.js",
"wdio-default": "cd ../.. && terra wdio",
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "e2f0ab2e1f3edd0f8968a14bd9c16764882e6221"
}