{ "private": true, "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production", "compile": "run-p compile:*", "compile:sass": "sass src/scss:dist --update --embed-sources && npm run postcss" }, "dependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "@iconify/icons-ant-design": "^1.1.0", "@iconify/icons-eva": "^1.1.0", "@iconify/icons-ic": "^1.1.7", "@iconify/react": "^1.1.4", "@material-ui/core": "^5.0.0-beta.1", "@material-ui/lab": "^5.0.0-alpha.40", "@material-ui/styles": "^5.0.0-beta.1", "@material-ui/utils": "^5.0.0-beta.0", "@mui/icons-material": "^5.2.4", "@mui/material": "^5.0.4", "@react-pdf-viewer/core": "^2.10.1", "@react-pdf-viewer/default-layout": "^2.10.1", "@testing-library/jest-dom": "^5.14.1", "apexcharts": "^3.27.3", "change-case": "^4.1.2", "clipboard-copy": "^4.0.1", "date-fns": "^2.23.0", "faker": "^5.5.3", "formik": "^2.2.9", "framer-motion": "^4.1.17", "history": "^5.0.0", "lodash": "^4.17.21", "mdb-ui-kit": "^3.9.0", "moment": "^2.29.1", "numeral": "^2.0.6", "prop-types": "^15.7.2", "react": "^17.0.2", "react-apexcharts": "^1.3.9", "react-avatar-editor": "^12.0.0", "react-date-picker": "^8.3.2", "react-datepicker": "^4.2.1", "react-dom": "^17.0.2", "react-helmet-async": "^1.0.9", "react-image-crop-component": "^1.1.2", "react-infinite-scroll-component": "^6.1.0", "react-paginate": "^7.1.3", "react-pdf": "^5.4.0", "react-router": "^5.2.1", "react-router-dom": "^5.3.0", "react-scripts": "4.0.0", "react-select": "^4.3.1", "react-simple-star-rating": "^3.0.0", "react-toastify": "^8.0.3", "react-validation": "^3.0.7", "simplebar": "^5.3.5", "simplebar-react": "^2.3.5", "web-vitals": "^2.1.0", "yup": "^0.32.9" }, "devDependencies": { "@babel/core": "^7.15.5", "@babel/eslint-parser": "^7.14.7", "@babel/preset-react": "^7.0.0", "axios": "^0.21.4", "bootstrap": "^4.0.0", "eslint": "^7.31.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^5.8.1", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", "jquery": "^3.2", "laravel-mix": "^6.0.31", "lodash": "^4.17.19", "popper.js": "^1.12", "postcss": "^8.3.9", "prettier": "^2.3.1", "resolve-url-loader": "^3.1.2", "sass": "^1.42.1", "sass-loader": "^8.0.0" } }