Files
qqq-frontend-material-dashb…/package.json
2022-07-14 13:24:36 -05:00

106 lines
3.1 KiB
JSON

{
"name": "qqq-frontend-material-dashboard",
"version": "1.0.0",
"description": "React + TypeScript version of Material Dashboard 2 PRO by Creative Tim",
"proxy": "http://localhost:8000",
"dependencies": {
"@asseinfo/react-kanban": "2.2.0",
"@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.3",
"@mui/icons-material": "5.4.1",
"@mui/material": "5.4.1",
"@mui/styled-engine": "5.4.1",
"@mui/x-data-grid-pro": "5.13.0",
"@mui/x-license-pro": "5.12.3",
"@react-jvectormap/core": "1.0.1",
"@react-jvectormap/world": "1.0.0",
"@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/react": "17.0.38",
"@types/react-dom": "17.0.11",
"chart.js": "3.4.1",
"chroma-js": "2.4.2",
"dropzone": "5.9.2",
"flatpickr": "4.6.9",
"formik": "2.2.9",
"html-react-parser": "1.4.8",
"react": "17.0.2",
"react-chartjs-2": "3.0.4",
"react-dom": "17.0.2",
"react-flatpickr": "3.10.7",
"react-github-btn": "1.2.1",
"react-images-viewer": "1.7.1",
"react-quill": "1.3.5",
"react-router": "6.3.0",
"react-router-dom": "6.2.1",
"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-bak.json && npm install --legacy-peer-deps && npm start",
"install-legacy-peer-deps": "npm install --legacy-peer-deps",
"prepublishOnly": "tsc -p ./ --outDir lib/",
"start": "react-scripts 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": {
"@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",
"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"
]
}