forked from medplum/medplum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
614 changed files
with
17,491 additions
and
16,421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
node_modules/ | ||
packages/**/dist/ | ||
packages/docs/build/ | ||
packages/docs/docusaurus.config.js | ||
packages/docs/sidebars.js | ||
babel.config.js | ||
jest.sequencer.js | ||
package-lock.json | ||
webpack.config.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
node_modules | ||
packages/**/dist/**/* | ||
packages/docs/.docusaurus/ | ||
packages/docs/build/ | ||
packages/ui/storybook-static/ | ||
coverage/ | ||
babel.config.js | ||
jest.sequencer.js | ||
package-lock.json | ||
webpack.config.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Authors ordered by first contribution. | ||
|
||
* Cody Ebberson [@codyebberson](https://github.com/codyebberson) | ||
* John Smith [@johnsmith415](https://github.com/johnsmith415) | ||
* Bennett Rogers [@bennettrogers](https://github.com/bennettrogers) | ||
* Reshma Khilnani [@reshmakh](https://github.com/reshmakh) | ||
- Cody Ebberson [@codyebberson](https://github.com/codyebberson) | ||
- John Smith [@johnsmith415](https://github.com/johnsmith415) | ||
- Bennett Rogers [@bennettrogers](https://github.com/bennettrogers) | ||
- Reshma Khilnani [@reshmakh](https://github.com/reshmakh) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,8 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@babel/preset-react", | ||
"@babel/preset-typescript" | ||
], | ||
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"], | ||
"plugins": [ | ||
[ | ||
"@babel/plugin-proposal-class-properties" | ||
], | ||
[ | ||
"@babel/plugin-transform-react-jsx" | ||
], | ||
[ | ||
"@babel/plugin-transform-runtime" | ||
] | ||
["@babel/plugin-proposal-class-properties"], | ||
["@babel/plugin-transform-react-jsx"], | ||
["@babel/plugin-transform-runtime"] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.