Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
reformat package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 13, 2024
1 parent 978392f commit 44924c8
Show file tree
Hide file tree
Showing 9 changed files with 250 additions and 250 deletions.
118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
}
54 changes: 27 additions & 27 deletions packages/terra-clinical-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
]
}
}
48 changes: 24 additions & 24 deletions packages/terra-clinical-detail-view/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
]
}
}
44 changes: 22 additions & 22 deletions packages/terra-clinical-header/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
]
}
}
Loading

0 comments on commit 44924c8

Please sign in to comment.