Skip to content

Commit

Permalink
Merge pull request #9 from icure/update_template_to_cardinal
Browse files Browse the repository at this point in the history
Mirgation from icure to cardinal
  • Loading branch information
LarysaShashuk authored Oct 8, 2024
2 parents e9e3c57 + 7c58fe1 commit 492bdb8
Show file tree
Hide file tree
Showing 32 changed files with 11,259 additions and 322 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<p align="center">
<p>
<a href="https://docs.icure.com">
<img alt="icure-your-data-platform-for-medtech-and-ehr" src="https://icure.com/assets/icons/logo.svg">
</a>
<h1 align="center">iCure EHR-Lite React JS Template</h1>
</p>
<h1>iCure EHR-Lite React JS Template</h1>

Start working on your e-health React JS app with iCure in a few minutes, by using our dedicated React JS template:
```
Expand Down
42 changes: 27 additions & 15 deletions template.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,39 @@
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@icure/cardinal-sdk": "^1.0.0-RC.1",
"@reduxjs/toolkit": "^1.8.1",
"antd": "^5.14.1",
"friendly-challenge": "^0.9.8",
"localforage": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.0",
"@icure/ehr-lite-sdk": "^3.1.1",
"react-redux": "^8.0.1",
"react-router-dom": "^6.10.0",
"redux-persist": "^6.0.0",
"@reduxjs/toolkit": "^1.8.1",
"friendly-challenge": "^0.9.8",
"localforage": "^1.10.0"
"react-scripts": "5.0.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/node": "^17.0.25",
"@types/jest": "^27.0.1",
"typescript": "^4.9.3"
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"concurrently": "^8.2.2",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"less": "^4.1.2",
"less-watch-compiler": "^1.16.3",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.5"
}
}
}
3 changes: 0 additions & 3 deletions template/.yarnrc.yml

This file was deleted.

5 changes: 2 additions & 3 deletions template/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<p align="center">
<p>
<a href="https://docs.icure.com">
<img alt="icure-your-data-platform-for-medtech-and-ehr" src="https://icure.com/assets/icons/logo.svg">
</a>
<h1 align="center">iCure EHR-Lite React JS Template</h1>
</p>
<h1>iCure EHR-Lite React JS Template</h1>

Start working on your e-health React JS app with iCure in a few minutes, by using our dedicated React JS template:
```
Expand Down
22 changes: 2 additions & 20 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,38 +25,21 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@icure/api": "^8.0.46",
"@icure/ehr-lite-sdk": "^3.3.10",
"@icure/form": "^1.1.15",
"@icure/cardinal-sdk": "^1.0.0-RC.1",
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"antd": "^5.14.1",
"antd-img-crop": "^4.21.0",
"base64-js": "^1.5.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"friendly-challenge": "^0.9.8",
"localforage": "^1.10.0",
"minisearch": "^6.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.1",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"redux-persist": "^6.0.0",
"web-vitals": "^2.1.0"
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.59",
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"concurrently": "^8.2.2",
Expand All @@ -66,7 +49,6 @@
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^38.1.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
Expand Down
15 changes: 0 additions & 15 deletions template/src/App.test.tsx

This file was deleted.

26 changes: 21 additions & 5 deletions template/src/assets/logo_horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions template/src/assets/logo_with_subtitle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions template/src/components/Header/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 492bdb8

Please sign in to comment.