diff --git a/package.json b/package.json index cace297ce..d43d68bc5 100644 --- a/package.json +++ b/package.json @@ -1,29 +1,29 @@ { "name": "terra-clinical", - "private": true, "version": "0.1.0", "description": "terra-clinical", - "engines": { - "node": "10 || 12 || 14", - "npm": "9" - }, + "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git" }, - "workspaces": [ - "packages/*" - ], + "bugs": { + "url": "https://github.com/cerner/terra-clinical/issues" + }, + "license": "Apache-2.0", "keywords": [ "Cerner", "Terra", "Terra Clinical", "terra-clinical" ], - "author": "Cerner Corporation", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/cerner/terra-clinical/issues" + "private": true, + "workspaces": [ + "packages/*" + ], + "engines": { + "node": "10 || 12 || 14", + "npm": "9" }, "browserslist": [ "extends @cerner/browserslist-config-terra" @@ -41,6 +41,53 @@ "scss/at-mixin-pattern": "^(terra-)[a-z]+([a-z0-9-]+[a-z0-9]+)?$" } }, + "devDependencies": { + "@babel/cli": "7", + "@babel/core": "7", + "@babel/plugin-proposal-object-rest-spread": "7", + "@babel/plugin-transform-object-assign": "7", + "@babel/preset-env": "7", + "@babel/preset-react": "7", + "@cerner/browserslist-config-terra": "4", + "@cerner/eslint-config-terra": "5", + "@cerner/jest-config-terra": "2", + "@cerner/package-json-lint": "1", + "@cerner/package-json-lint-config-terra": "1", + "@cerner/stylelint-config-terra": "5", + "@cerner/terra-cli": "1", + "@cerner/terra-dev-site": "7", + "@cerner/terra-functional-testing": "4", + "@cerner/terra-open-source-scripts": "1", + "@cerner/webpack-config-terra": "3", + "babel-eslint": "10", + "check-installed-dependencies": "1", + "core-js": "3", + "danger": "10", + "enzyme": "3", + "enzyme-adapter-react-16": "1", + "enzyme-to-json": "3", + "eslint": "7", + "gh-pages": "2", + "glob": "7", + "jest": "27", + "ky": "^0.12.0", + "lerna": "6", + "postcss": "8", + "react": "16", + "react-dom": "16", + "react-intl": "2", + "regenerator-runtime": "^0.13.2", + "stylelint": "15", + "terra-aggregate-translations": "1", + "terra-application": "1", + "terra-base": "5", + "terra-disclosure-manager": "4", + "terra-enzyme-intl": "3", + "webpack": "5", + "webpack-cli": "4", + "webpack-dev-server": "4", + "webpack-merge": "5" + }, "scripts": { "clean": "npm run clean:root && npm run clean:lib", "clean:install": "npm run clean && time npm install", @@ -76,52 +123,5 @@ "wdio-fusion": "terra wdio --themes orion-fusion-theme", "wdio": "terra wdio --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme", "wdio:docker": "terra wdio --disableSeleniumService=true --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme" - }, - "devDependencies": { - "@babel/cli": "^7.5.0", - "@babel/core": "^7.5.0", - "@babel/plugin-proposal-object-rest-spread": "^7.5.0", - "@babel/plugin-transform-object-assign": "^7.2.0", - "@babel/preset-env": "^7.5.0", - "@babel/preset-react": "^7.0.0", - "@cerner/browserslist-config-terra": "^4.0.0", - "@cerner/eslint-config-terra": "^5.0.0", - "@cerner/jest-config-terra": "^2.0.0", - "@cerner/package-json-lint": "^1.0.0", - "@cerner/package-json-lint-config-terra": "^1.0.0", - "@cerner/stylelint-config-terra": "^5.0.0", - "@cerner/terra-cli": "^1.6.0", - "@cerner/terra-dev-site": "^7.0.0", - "@cerner/terra-functional-testing": "^4.0.0", - "@cerner/terra-open-source-scripts": "^1.0.1", - "@cerner/webpack-config-terra": "^3.0.0", - "babel-eslint": "^10.0.1", - "check-installed-dependencies": "^1.0.0", - "core-js": "^3.1.3", - "danger": "^10.7.1", - "enzyme": "^3.3.0", - "enzyme-adapter-react-16": "^1.1.1", - "enzyme-to-json": "^3.2.2", - "eslint": "^7.0.0", - "gh-pages": "^2.0.1", - "glob": "^7.1.2", - "jest": "^27.0.0", - "ky": "^0.12.0", - "lerna": "^6.4.1", - "postcss": "^8.4.31", - "react": "^16.8.5", - "react-dom": "^16.8.5", - "react-intl": "^2.9.0", - "regenerator-runtime": "^0.13.2", - "stylelint": "^15.0.0", - "terra-aggregate-translations": "^1.0.0", - "terra-application": "^1.49.0", - "terra-base": "^5.0.0", - "terra-disclosure-manager": "^4.9.0", - "terra-enzyme-intl": "^3.0.0", - "webpack": "^5.28.0", - "webpack-cli": "^4.6.0", - "webpack-dev-server": "^4.11.1", - "webpack-merge": "^5.1.4" } } diff --git a/packages/terra-clinical-data-grid/package.json b/packages/terra-clinical-data-grid/package.json index 2912b01b8..75488290c 100644 --- a/packages/terra-clinical-data-grid/package.json +++ b/packages/terra-clinical-data-grid/package.json @@ -1,39 +1,48 @@ { "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.", + "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git", "directory": "packages/terra-clinical-data-grid" }, + "bugs": { + "url": "https://github.com/cerner/terra-clinical/issues" + }, + "homepage": "https://github.com/cerner/terra-clinical#readme", + "license": "Apache-2.0", "keywords": [ "Cerner", - "Terra", "Clinical", - "terra-clinical-data-grid", "DataGrid", + "Terra", + "terra-clinical-data-grid", "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", + "main": "lib/DataGrid.js", + "files": [ + "lib", + "src", + "translations", + "CHANGELOG.md", + "LICENSE", + "NOTICE", + "README.md" + ], "peerDependencies": { - "react": "^16.8.5", - "react-dom": "^16.8.5", + "react": "16", + "react-dom": "16", "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", + "classnames": "2", + "keycode-js": "3", + "memoize-one": "4", + "prop-types": "15", + "react-draggable": "3", + "resize-observer-polyfill": "1", "terra-button": "^3.0.0", "terra-clinical-item-view": "^4.15.0", "terra-content-container": "^3.0.0", @@ -55,14 +64,5 @@ "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" - ] + } } diff --git a/packages/terra-clinical-detail-view/package.json b/packages/terra-clinical-detail-view/package.json index cb8fcbc6c..c5c549049 100644 --- a/packages/terra-clinical-detail-view/package.json +++ b/packages/terra-clinical-detail-view/package.json @@ -1,38 +1,49 @@ { "name": "terra-clinical-detail-view", - "main": "lib/DetailView.js", "version": "3.37.0", "description": "Detail Views allows you to create a view with text at different levels of importance. A detail view can contain a title, subtitles, a graph, a footer and a list of elements that can display information at a more detailed level. A Detail List is a structural subcomponent of Detail View indented to be used within the details prop. A Detail List accepts and arranges DetailListItem elements in a flexbox layout that wraps the list of items by row. Detail List Items are the elements to be placed within a Detail List. A Detail List Item accepts one element item and applies a minimum width of 50% so that the element spans at minimum half of the Detail List. This allows the Detail List to have either one or two items per row depending on the width of the item content in each item.", + "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git", "directory": "packages/terra-clinical-detail-view" }, + "bugs": { + "url": "https://github.com/cerner/terra-clinical/issues" + }, + "homepage": "https://github.com/cerner/terra-clinical#readme", + "license": "Apache-2.0", "keywords": [ "Cerner", + "DetailView", "Terra", "terra-clinical-detail-view", - "DetailView", "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", + "main": "lib/DetailView.js", + "files": [ + "lib", + "src", + "CHANGELOG.md", + "LICENSE", + "NOTICE", + "README.md" + ], "peerDependencies": { - "react": "^16.8.5", - "react-dom": "^16.8.5" + "react": "16", + "react-dom": "16" }, "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.8", + "classnames": "2", + "prop-types": "15", "terra-clinical-label-value-view": "^3.32.0", "terra-icon": "^3.52.0", "terra-theme-context": "^1.0.0", "uuid": "3.4.0" }, + "devDependencies": { + "@cerner/carbon-graphs": "^2.23.0" + }, "scripts": { "compile": "babel --root-mode upward src --out-dir lib --copy-files", "lint": "npm run lint:js && npm run lint:scss", @@ -45,16 +56,5 @@ "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" - }, - "devDependencies": { - "@cerner/carbon-graphs": "^2.23.0" - }, - "files": [ - "lib", - "src", - "CHANGELOG.md", - "LICENSE", - "NOTICE", - "README.md" - ] + } } diff --git a/packages/terra-clinical-header/package.json b/packages/terra-clinical-header/package.json index 130f21d9a..f1678b294 100644 --- a/packages/terra-clinical-header/package.json +++ b/packages/terra-clinical-header/package.json @@ -1,34 +1,42 @@ { "name": "terra-clinical-header", - "main": "lib/Header.js", "version": "3.33.0", "description": "A Header component that allows elements to be placed on the left and right ends of the header with a left aligned title in the center. ", + "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git", "directory": "packages/terra-clinical-header" }, + "bugs": { + "url": "https://github.com/cerner/terra-clinical/issues" + }, + "homepage": "https://github.com/cerner/terra-clinical#readme", + "license": "Apache-2.0", "keywords": [ "Cerner", - "Terra", "Clinical", - "terra-clinical-header", "Header", + "Terra", + "terra-clinical-header", "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", + "main": "lib/Header.js", + "files": [ + "lib", + "src", + "CHANGELOG.md", + "LICENSE", + "NOTICE", + "README.md" + ], "peerDependencies": { - "react": "^16.8.5", - "react-dom": "^16.8.5" + "react": "16", + "react-dom": "16" }, "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.8", + "classnames": "2", + "prop-types": "15", "terra-button": "^3.0.0", "terra-enzyme-intl": "^3.4.0", "terra-hyperlink": "^2.63.0", @@ -46,13 +54,5 @@ "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", - "CHANGELOG.md", - "LICENSE", - "NOTICE", - "README.md" - ] + } } diff --git a/packages/terra-clinical-item-display/package.json b/packages/terra-clinical-item-display/package.json index 356cc828f..de995f94d 100644 --- a/packages/terra-clinical-item-display/package.json +++ b/packages/terra-clinical-item-display/package.json @@ -1,36 +1,45 @@ { "name": "terra-clinical-item-display", - "main": "lib/ItemDisplay.js", "version": "4.11.0", "description": "The Item Display component creates an display for text and an optional graphic. The Comment subcomponent creates a display for text with a comment icon.", + "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git", "directory": "packages/terra-clinical-item-display" }, + "bugs": { + "url": "https://github.com/cerner/terra-clinical/issues" + }, + "homepage": "https://github.com/cerner/terra-clinical#readme", + "license": "Apache-2.0", "keywords": [ "Cerner", - "Terra", "Clinical", - "terra-clinical-item-display", "ItemDisplay", + "Terra", + "terra-clinical-item-display", "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", + "main": "lib/ItemDisplay.js", + "files": [ + "lib", + "src", + "translations", + "CHANGELOG.md", + "LICENSE", + "NOTICE", + "README.md" + ], "peerDependencies": { - "react": "^16.8.5", - "react-dom": "^16.8.5", + "react": "16", + "react-dom": "16", "react-intl": ">=2.8.0, <6.0.0" }, "dependencies": { "@cerner/terra-docs": "^1.9.0", - "classnames": "^2.2.5", - "prop-types": "^15.5.8", + "classnames": "2", + "prop-types": "15", "terra-action-header": "^2.78.0", "terra-content-container": "^3.38.0", "terra-icon": "^3.0.0", @@ -52,14 +61,5 @@ "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" - ] + } } diff --git a/packages/terra-clinical-item-view/package.json b/packages/terra-clinical-item-view/package.json index 97d5024ce..f0935872a 100644 --- a/packages/terra-clinical-item-view/package.json +++ b/packages/terra-clinical-item-view/package.json @@ -1,34 +1,42 @@ { "name": "terra-clinical-item-view", - "main": "lib/ItemView.js", "version": "4.15.0", "description": "The Item View component allows displays to be organized into rows and column and themed, while providing means to add accessory elements and a comment.", + "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git", "directory": "packages/terra-clinical-item-view" }, + "bugs": { + "url": "https://github.com/cerner/terra-clinical/issues" + }, + "homepage": "https://github.com/cerner/terra-clinical#readme", + "license": "Apache-2.0", "keywords": [ "Cerner", - "Terra", "Clinical", - "terra-clinical-item-view", "ItemView", + "Terra", + "terra-clinical-item-view", "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", + "main": "lib/ItemView.js", + "files": [ + "lib", + "src", + "CHANGELOG.md", + "LICENSE", + "NOTICE", + "README.md" + ], "peerDependencies": { - "react": "^16.8.5", - "react-dom": "^16.8.5" + "react": "16", + "react-dom": "16" }, "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.8", + "classnames": "2", + "prop-types": "15", "terra-clinical-item-display": "^4.11.0", "terra-heading": "^4.52.0", "terra-icon": "^3.0.0", @@ -47,13 +55,5 @@ "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", - "CHANGELOG.md", - "LICENSE", - "NOTICE", - "README.md" - ] + } } diff --git a/packages/terra-clinical-label-value-view/package.json b/packages/terra-clinical-label-value-view/package.json index c65c640db..dd164fcb8 100644 --- a/packages/terra-clinical-label-value-view/package.json +++ b/packages/terra-clinical-label-value-view/package.json @@ -1,34 +1,42 @@ { "name": "terra-clinical-label-value-view", - "main": "lib/LabelValueView.js", "version": "3.32.0", "description": "The label value view component displays a label and the associated value or list of values underneath the label.", + "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git", "directory": "packages/terra-clinical-label-value-view" }, + "bugs": { + "url": "https://github.com/cerner/terra-clinical/issues" + }, + "homepage": "https://github.com/cerner/terra-clinical#readme", + "license": "Apache-2.0", "keywords": [ "Cerner", - "Terra", "Clinical", - "terra-clinical-label-value-view", "LabelValueView", + "Terra", + "terra-clinical-label-value-view", "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", + "main": "lib/LabelValueView.js", + "files": [ + "lib", + "src", + "CHANGELOG.md", + "LICENSE", + "NOTICE", + "README.md" + ], "peerDependencies": { - "react": "^16.8.5", - "react-dom": "^16.8.5" + "react": "16", + "react-dom": "16" }, "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.8", + "classnames": "2", + "prop-types": "15", "terra-icon": "^3.0.0", "terra-theme-context": "^1.0.0" }, @@ -44,13 +52,5 @@ "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", - "CHANGELOG.md", - "LICENSE", - "NOTICE", - "README.md" - ] + } } diff --git a/packages/terra-clinical-onset-picker/package.json b/packages/terra-clinical-onset-picker/package.json index 9678c60b6..c20aa577c 100644 --- a/packages/terra-clinical-onset-picker/package.json +++ b/packages/terra-clinical-onset-picker/package.json @@ -2,38 +2,47 @@ "name": "terra-clinical-onset-picker", "version": "4.40.0", "description": "The terra-clinical-onset-picker component provides users a way to enter or select an approximate date for use in onset scenarios.", - "main": "lib/OnsetPicker.js", + "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git", "directory": "packages/terra-clinical-onset-picker" }, + "bugs": { + "url": "https://github.com/cerner/terra-clinical/issues" + }, + "homepage": "https://github.com/cerner/terra-clinical#readme", + "license": "Apache-2.0", "keywords": [ "Cerner", - "Terra", "Clinical", + "Date", "Form", - "UI", + "onset", + "Terra", "terra-clinical-onset-picker", - "Date", - "onset" + "UI" + ], + "main": "lib/OnsetPicker.js", + "files": [ + "lib", + "src", + "translations", + "CHANGELOG.md", + "LICENSE", + "NOTICE", + "README.md" ], - "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": "16", + "react-dom": "16", "react-intl": ">=2.8.0, <6.0.0" }, "dependencies": { - "classnames": "^2.2.5", - "mockdate": "^2.0.2", - "moment": "^2.22.2", - "prop-types": "^15.5.8", + "classnames": "2", + "mockdate": "2", + "moment": "2", + "prop-types": "15", "terra-breakpoints": "^2.0.0", "terra-date-picker": "^4.73.1", "terra-form-field": "^4.25.0", @@ -53,14 +62,5 @@ "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" - ] + } } diff --git a/packages/terra-clinical-result/package.json b/packages/terra-clinical-result/package.json index 5b5266caf..b883586a6 100644 --- a/packages/terra-clinical-result/package.json +++ b/packages/terra-clinical-result/package.json @@ -1,37 +1,46 @@ { "name": "terra-clinical-result", - "main": "lib/ClincalResult.js", "version": "1.24.0", "description": "The Terra Clinical Result package is a collection of standardized views for presenting clinical results documented to a Patient's Medical Chart, such as Vital Signs, Laboratory Results, and Discretely Documented Values", + "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git", "directory": "packages/terra-clinical-result" }, + "bugs": { + "url": "https://github.com/cerner/terra-clinical/issues" + }, + "homepage": "https://github.com/cerner/terra-clinical#readme", + "license": "Apache-2.0", "keywords": [ "Cerner", - "Terra", "Clinical", - "terra-clinical-result", "ClinicalResult", - "Result", "Observation", + "Result", + "Terra", + "terra-clinical-result", "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", + "main": "lib/ClincalResult.js", + "files": [ + "lib", + "src", + "translations", + "CHANGELOG.md", + "LICENSE", + "NOTICE", + "README.md" + ], "peerDependencies": { - "react": "^16.8.5", - "react-dom": "^16.8.5", + "react": "16", + "react-dom": "16", "react-intl": ">=2.8.0, <6.0.0" }, "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.8", + "classnames": "2", + "prop-types": "15", "terra-enzyme-intl": "^3.0.0", "terra-html-table": "^1.16.0", "terra-icon": "^3.53.0", @@ -52,14 +61,5 @@ "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" - ] + } }