mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
128 lines
4.1 KiB
JSON
128 lines
4.1 KiB
JSON
{
|
|
"name": "qqq-frontend-material-dashboard",
|
|
"version": "1.0.0",
|
|
"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.4.1",
|
|
"@mui/styled-engine": "5.4.1",
|
|
"@mui/styles": "5.10.7",
|
|
"@mui/system": "5.10.14",
|
|
"@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",
|
|
"@types/react-router-hash-link": "2.4.5",
|
|
"ace-builds": "1.12.3",
|
|
"chart.js": "3.4.1",
|
|
"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",
|
|
"http-proxy-middleware": "2.0.6",
|
|
"react": "17.0.2",
|
|
"react-ace": "10.1.0",
|
|
"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",
|
|
"install-legacy-peer-deps": "npm install --legacy-peer-deps",
|
|
"prepublishOnly": "tsc -p ./ --outDir lib/",
|
|
"start": "BROWSER=none react-scripts start",
|
|
"test": "react-scripts test",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"typescript": "^4.7.3"
|
|
},
|
|
"main": "qqq-frontend-material-dashboard.js",
|
|
"module": "lib/qqq-frontend-material-dashboard.js",
|
|
"files": [
|
|
"lib",
|
|
"package.json"
|
|
]
|
|
}
|