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

Commit

Permalink
reformatted package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 15, 2024
1 parent 445772c commit 42fd3f2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions packages/terra-application-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"lib",
"src"
],
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "5",
"terra-application": "2"
},
"dependencies": {
"@cerner/terra-dev-site": "^8.2.0",
"@cerner/terra-docs": "1",
Expand All @@ -41,12 +47,6 @@
"terra-mixins": "1",
"terra-toolbar": "1"
},
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "5",
"terra-application": "2"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "eslint --ext .js,.jsx .",
Expand Down
10 changes: 5 additions & 5 deletions packages/terra-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
"src",
"translations"
],
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "5"
},
"dependencies": {
"@cerner/terra-docs": "1",
"@formatjs/intl-relativetimeformat": "8",
Expand Down Expand Up @@ -100,11 +105,6 @@
"uuid": "3.4.0",
"wicg-inert": "3.1.2"
},
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "5"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
Expand Down
12 changes: 6 additions & 6 deletions packages/terra-dev-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
"src",
"translations"
],
"peerDependencies": {
"react": "16",
"react-dom": "16",
"terra-application": "2",
"webpack": "5"
},
"dependencies": {
"@cerner/terra-polyfill": "^1.4.0",
"@jsdevtools/rehype-url-inspector": "2",
Expand Down Expand Up @@ -71,12 +77,6 @@
"terra-status-view": "4",
"uuid": "3.4.0"
},
"peerDependencies": {
"react": "16",
"react-dom": "16",
"terra-application": "2",
"webpack": "5"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
Expand Down

0 comments on commit 42fd3f2

Please sign in to comment.