SPRINT-18: fixed to dashboards, removed and moved around all the things

This commit is contained in:
Tim Chamberlain
2023-01-04 11:40:21 -06:00
parent e49f178738
commit 267580b44b
460 changed files with 9717 additions and 11057 deletions

View File

@ -4,33 +4,20 @@
"description": "QQQ Default Dashboard",
"proxy": "http://localhost:8000",
"dependencies": {
"@asseinfo/react-kanban": "2.2.0",
"@auth0/auth0-react": "1.10.2",
"@emotion/cache": "11.7.1",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@fullcalendar/daygrid": "5.10.0",
"@fullcalendar/interaction": "5.10.0",
"@fullcalendar/react": "5.10.0",
"@fullcalendar/timegrid": "5.10.0",
"@kingsrook/qqq-frontend-core": "1.0.39",
"@mui/icons-material": "5.4.1",
"@mui/material": "5.11.1",
"@mui/styled-engine": "5.4.1",
"@mui/styles": "5.10.7",
"@mui/system": "5.10.14",
"@mui/styles": "5.11.1",
"@mui/system": "5.11.1",
"@mui/x-data-grid": "5.17.6",
"@mui/x-data-grid-pro": "5.17.6",
"@mui/x-license-pro": "5.12.3",
"@react-jvectormap/core": "1.0.1",
"@react-jvectormap/unitedstates": "1.0.1",
"@react-jvectormap/world": "1.0.0",
"@react-oauth/google": "0.2.8",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.0",
"@types/node": "16.11.21",
"@types/prop-types": "^15.7.5",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
@ -40,8 +27,6 @@
"chroma-js": "2.4.2",
"datejs": "1.0.0-rc3",
"downshift": "3.2.10",
"dropzone": "5.9.2",
"flatpickr": "4.6.9",
"form-data": "4.0.0",
"formik": "2.2.9",
"html-react-parser": "1.4.8",
@ -51,29 +36,19 @@
"react-chartjs-2": "3.0.4",
"react-cookie": "4.1.1",
"react-dom": "17.0.2",
"react-flatpickr": "3.10.7",
"react-github-btn": "1.2.1",
"react-google-drive-picker": "^1.2.0",
"react-html-parser": "2.0.2",
"react-images-viewer": "1.7.1",
"react-quill": "1.3.5",
"react-router": "6.3.0",
"react-router-dom": "6.2.1",
"react-router-hash-link": "2.4.3",
"react-scripts": "5.0.0",
"react-table": "7.7.0",
"stylis": "4.0.13",
"stylis-plugin-rtl": "2.1.1",
"ts-md5": "1.2.11",
"uuid": "8.3.2",
"web-vitals": "2.1.4",
"yup": "0.32.11"
},
"scripts": {
"build": "react-scripts build",
"clean": "rm -rf node_modules package-lock.json",
"eject": "react-scripts eject",
"geff-ham": "rm -rf node_modules/ && rm -rf package-lock.json && npm install --legacy-peer-deps",
"geff-ham": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf lib/ && npm install",
"install-legacy-peer-deps": "npm install --legacy-peer-deps",
"prepublishOnly": "tsc -p ./ --outDir lib/",
"start": "BROWSER=none react-scripts start",
@ -100,24 +75,23 @@
]
},
"devDependencies": {
"@svgr/webpack": "6.5.1",
"@types/chroma-js": "2.1.3",
"@types/dropzone": "5.7.4",
"@types/react-flatpickr": "3.8.5",
"@types/react-table": "7.7.9",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"cypress": "11.0.1",
"cypress-wait-for-stable-dom": "0.1.0",
"eslint": "8.8.0",
"eslint-config-airbnb": "19.0.4",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"react-scripts": "5.0.1",
"typescript": "4.9.4"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack"
},
"main": "qqq-frontend-material-dashboard.js",
"module": "lib/qqq-frontend-material-dashboard.js",
"files": [