Skip to content

Commit

Permalink
frontend: add missing dependencies
Browse files Browse the repository at this point in the history
TypeScript 4.x compile process complains about missing dependencies so
add them in.
  • Loading branch information
cardoe committed Nov 2, 2021
1 parent ffbf895 commit 3344881
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{cookiecutter.project_slug}}/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^4.0.0",
"@material-ui/lab": "^4.0.0-alpha.54",
"jwt-decode": "^3.0.0",
"ra-data-json-server": "^3.5.2",
"ra-data-simple-rest": "^3.3.2",
"react": "^16.13.1",
"react-admin": "^3.5.2",
"react-dom": "^16.13.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"react-truncate": "^2.4.0",
Expand Down

0 comments on commit 3344881

Please sign in to comment.