{ "private": true, "scripts": { "dev": "cross-env PORT=${FRONT_PORT:-3000} next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier '{components,pages,src,interfaces,hooks}/**/*.{tsx,ts,js}' --write" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mdi/js": "^7.4.47", "@mui/material": "^6.4.7", "@mui/x-data-grid": "^6.19.2", "@reduxjs/toolkit": "^2.6.1", "@tailwindcss/typography": "^0.5.16", "@tinymce/tinymce-react": "^6.0.0", "apexcharts": "^4.5.0", "axios": "^1.8.2", "chart.js": "^4.4.8", "chroma-js": "^3.1.2", "dayjs": "^1.11.13", "file-saver": "^2.0.5", "formik": "^2.4.6", "intro.js": "^7.2.0", "intro.js-react": "^1.0.0", "jsonwebtoken": "^9.0.2", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", "moment": "^2.30.1", "next": "^15.2.2", "query-string": "^9.1.1", "react": "^19.0.0", "react-apexcharts": "^1.7.0", "react-big-calendar": "^1.18.0", "react-chartjs-2": "^5.3.0", "react-datepicker": "^8.2.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.0.0", "react-redux": "^8.0.2", "react-select": "^5.10.1", "react-select-async-paginate": "^0.7.9", "react-switch": "^7.1.0", "react-toastify": "^11.0.5", "swr": "^2.3.3", "uuid": "^11.1.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@tailwindcss/line-clamp": "^0.4.4", "@types/node": "18.7.16", "@types/numeral": "^2.0.5", "@types/react": "^19.0.10", "@types/react-big-calendar": "^1.16.1", "@types/react-redux": "^7.1.34", "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "autoprefixer": "^10.4.21", "cross-env": "^7.0.3", "eslint": "^9.22.0", "eslint-config-next": "^15.2.2", "eslint-config-prettier": "^10.1.1", "postcss": "^8.4.4", "postcss-import": "^14.1.0", "prettier": "^3.5.3", "tailwindcss": "^3.4.1", "typescript": "^5.8.2" } }