Skip to content

Commit

Permalink
Merge pull request #293 from Tauffer-Consulting/refacotor/improve-fro…
Browse files Browse the repository at this point in the history
…ntend-ux

Refacotor/improve frontend ux
  • Loading branch information
nathan-vm authored May 13, 2024
2 parents 6e761fe + d805103 commit 5335f45
Show file tree
Hide file tree
Showing 65 changed files with 6,217 additions and 4,895 deletions.
24 changes: 8 additions & 16 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"node": true
},
"extends": [
"standard-with-typescript",
"love",
"plugin:react/recommended",
"plugin:prettier/recommended",
"plugin:@tanstack/eslint-plugin-query/recommended"
Expand Down Expand Up @@ -68,21 +68,13 @@
"varsIgnorePattern": "^_"
}
],
"@typescript-eslint/explicit-function-return-type": [
"off"
],
"@typescript-eslint/explicit-module-boundary-types": [
"off"
],
"@typescript-eslint/no-empty-function": [
"off"
],
"@typescript-eslint/no-explicit-any": [
"off"
],
"@typescript-eslint/strict-boolean-expressions": [
"off"
],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unsafe-argument": "warn",
"@typescript-eslint/no-misused-promises": [
"error",
{
Expand Down
49 changes: 25 additions & 24 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"not dead",
"not op_mini all"
],
"type": "module",
"scripts": {
"debug": "VITE_CJS_IGNORE_WARNING=true vite dev",
"start": "vite",
"debug": "vite dev",
"start": "vite serve",
"build": "tsc && vite build",
"lint": "eslint . --ext js,jsx,ts,tsx",
"lint:fix": "eslint . --ext js,jsx,ts,tsx --fix"
Expand All @@ -23,63 +24,63 @@
"@iconify/react": "^4.1.1",
"@import-meta-env/cli": "^0.6.8",
"@import-meta-env/unplugin": "^0.4.10",
"@mui/icons-material": "^5.15.15",
"@mui/icons-material": "^5.15.16",
"@mui/lab": "5.0.0-alpha.165",
"@mui/material": "^5.15.15",
"@mui/x-data-grid": "^6.19.9",
"@mui/material": "^5.15.16",
"@mui/x-data-grid": "^6.19.11",
"@mui/x-date-pickers": "^6.19.9",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-query-devtools": "^5.28.14",
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query-devtools": "^5.32.1",
"@uiw/react-textarea-code-editor": "^2.1.9",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.8",
"axios-mock-adapter": "^1.22.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"elkjs": "^0.8.2",
"pdfjs-dist": "^3.11.174",
"plotly.js": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"plotly.js": "^2.32.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.51.2",
"react-hook-form": "^7.51.3",
"react-markdown": "9.0.0",
"react-pdf": "^7.7.1",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.22.3",
"react-router-dom": "^6.23.0",
"react-to-print": "^2.15.1",
"react-toastify": "^9.1.3",
"reactflow": "^11.11.0",
"reactflow": "^11.11.3",
"remark-gfm": "^4.0.0",
"uuid": "^9.0.1",
"vite": "^5.2.8",
"vite": "^5.2.10",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"web-worker": "^1.3.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.28.11",
"@tanstack/eslint-plugin-query": "^5.32.1",
"@types/dompurify": "^3.0.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-plotly.js": "^2.6.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-love": "^47.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"prettier": "^3.2.5",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 5335f45

Please sign in to comment.