mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
105 lines
3.2 KiB
JSON
105 lines
3.2 KiB
JSON
{
|
|
"name": "qqq-frontend-material-dashboard",
|
|
"version": "1.0.0",
|
|
"description": "QQQ Default Dashboard",
|
|
"dependencies": {
|
|
"@auth0/auth0-react": "1.10.2",
|
|
"@emotion/react": "11.7.1",
|
|
"@emotion/styled": "11.6.0",
|
|
"@kingsrook/qqq-frontend-core": "1.0.83",
|
|
"@mui/icons-material": "5.4.1",
|
|
"@mui/material": "5.11.1",
|
|
"@mui/styles": "5.11.1",
|
|
"@mui/system": "5.11.1",
|
|
"@mui/x-data-grid": "5.17.23",
|
|
"@mui/x-data-grid-pro": "5.17.23",
|
|
"@mui/x-license-pro": "5.12.3",
|
|
"@react-jvectormap/core": "1.0.1",
|
|
"@react-jvectormap/unitedstates": "1.0.1",
|
|
"@react-oauth/google": "0.2.8",
|
|
"@types/prop-types": "^15.7.5",
|
|
"@types/react": "18.0.0",
|
|
"@types/react-dom": "18.0.0",
|
|
"@types/react-router-hash-link": "2.4.5",
|
|
"ace-builds": "1.12.3",
|
|
"chart.js": "3.4.1",
|
|
"chroma-js": "2.4.2",
|
|
"cmdk": "0.2.0",
|
|
"datejs": "1.0.0-rc3",
|
|
"downshift": "3.2.10",
|
|
"faker": "5.5.3",
|
|
"form-data": "4.0.0",
|
|
"formik": "2.2.9",
|
|
"html-react-parser": "1.4.8",
|
|
"html-to-text": "^9.0.5",
|
|
"http-proxy-middleware": "2.0.6",
|
|
"jwt-decode": "3.1.2",
|
|
"rapidoc": "9.3.4",
|
|
"react": "18.0.0",
|
|
"react-ace": "10.1.0",
|
|
"react-chartjs-2": "3.0.4",
|
|
"react-cookie": "4.1.1",
|
|
"react-dom": "18.0.0",
|
|
"react-github-btn": "1.2.1",
|
|
"react-google-drive-picker": "^1.2.0",
|
|
"react-router-dom": "6.2.1",
|
|
"react-router-hash-link": "2.4.3",
|
|
"react-table": "7.7.0",
|
|
"sass": "1.63.4",
|
|
"ts-md5": "1.2.11",
|
|
"yup": "0.32.11"
|
|
},
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"clean": "rm -rf node_modules package-lock.json lib",
|
|
"eject": "react-scripts eject",
|
|
"clean-and-install": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf lib/ && npm install --legacy-peer-deps",
|
|
"npm-install": "npm install --legacy-peer-deps",
|
|
"prepublishOnly": "tsc -p ./ --outDir lib/",
|
|
"start": "BROWSER=none react-scripts --max-http-header-size=65535 start",
|
|
"test": "react-scripts test"
|
|
},
|
|
"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": {
|
|
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
|
|
"@svgr/webpack": "6.5.1",
|
|
"@types/chroma-js": "2.1.3",
|
|
"@types/faker": "5.5.9",
|
|
"@types/react-table": "7.7.9",
|
|
"@typescript-eslint/eslint-plugin": "5.10.2",
|
|
"@typescript-eslint/parser": "5.10.2",
|
|
"eslint": "8.8.0",
|
|
"eslint-import-resolver-typescript": "2.5.0",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-react": "7.28.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": [
|
|
"lib",
|
|
"package.json"
|
|
]
|
|
}
|