Skip to content

Commit

Permalink
Admin setting and OIDC (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 8, 2024
1 parent 3375e44 commit 90fb12a
Show file tree
Hide file tree
Showing 15 changed files with 569 additions and 224 deletions.
61 changes: 61 additions & 0 deletions package-lock.json

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

16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
"ace-builds": "^1.11.2",
"filtrex": "^2.2.3",
"localforage": "^1.10.0",
"oidc-client-ts": "^2.4.0",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-oidc-context": "^2.3.1",
"react-router-dom": "^6.3.0",
"react-syntax-highlighter": "^15.5.0",
"web-vitals": "^2.1.4"
Expand Down Expand Up @@ -55,17 +57,14 @@
]
},
"devDependencies": {
"sass": "^1.54.3",
"typescript": "^4.7.4",
"react-scripts": "5.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^28.1.6",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.8",
"eslint": "^8.21.0",
"eslint-config-react-app": "^7.0.1",
Expand All @@ -77,7 +76,10 @@
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.1.8"
"react-scripts": "5.0.1",
"sass": "^1.54.3",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
},
"jest": {
"transformIgnorePatterns": [
Expand Down
Binary file modified public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 90fb12a

Please sign in to comment.