terra-clinical-data-grid
Version:
An organizational component that renders a collection of data in a grid-like format.
70 lines (69 loc) • 2.16 kB
JSON
{
"name": "terra-clinical-data-grid",
"main": "lib/DataGrid.js",
"version": "2.51.0",
"description": "An organizational component that renders a collection of data in a grid-like format.",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-clinical.git",
"directory": "packages/terra-clinical-data-grid"
},
"keywords": [
"Cerner",
"Terra",
"Clinical",
"terra-clinical-data-grid",
"DataGrid",
"UI"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-clinical/issues"
},
"homepage": "https://github.com/cerner/terra-clinical#readme",
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": ">=2.8.0, <6.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"memoize-one": "^4.0.0",
"prop-types": "^15.5.8",
"react-draggable": "^3.0.5",
"resize-observer-polyfill": "^1.4.1",
"terra-button": "^3.0.0",
"terra-clinical-item-view": "^4.15.0",
"terra-content-container": "^3.0.0",
"terra-icon": "^3.0.0",
"terra-mixins": "^1.0.0",
"terra-overlay": "^3.0.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.36.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 ../.. && npx wdio",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"gitHead": "2bbd051847de38e92c8e7eb519718a1db7412a61"
}