96 lines
3.0 KiB
JSON
96 lines
3.0 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "cross-env PORT=${FRONT_PORT:-3000} next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "cross-env PORT=${FRONT_PORT:-3000} next start --hostname 0.0.0.0",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"typecheck": "tsc --noEmit --incremental false",
|
|
"a11y": "axe http://127.0.0.1:${FRONT_PORT:-3001} http://127.0.0.1:${FRONT_PORT:-3001}/how-it-works/ http://127.0.0.1:${FRONT_PORT:-3001}/intake/ --exit",
|
|
"format": "prettier '{components,pages,src,interfaces,hooks}/**/*.{tsx,ts,js}' --write"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mdi/js": "^7.4.47",
|
|
"@mui/material": "^6.3.0",
|
|
"@mui/x-data-grid": "^6.19.2",
|
|
"@reduxjs/toolkit": "^2.1.0",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@tinymce/tinymce-react": "^6.3.0",
|
|
"apexcharts": "^3.45.2",
|
|
"axios": "^1.8.4",
|
|
"chart.js": "^4.4.1",
|
|
"chroma-js": "^2.4.2",
|
|
"dayjs": "^1.11.10",
|
|
"file-saver": "^2.0.5",
|
|
"formik": "^2.4.9",
|
|
"html2canvas": "^1.4.1",
|
|
"i18next": "^25.1.2",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"intro.js": "^7.2.0",
|
|
"intro.js-react": "^1.0.0",
|
|
"lodash": "^4.18.1",
|
|
"moment": "^2.30.1",
|
|
"next": "15.5.21",
|
|
"next-i18next": "15.4.3",
|
|
"numeral": "^2.0.6",
|
|
"query-string": "^8.1.0",
|
|
"react": "19.0.0",
|
|
"react-apexcharts": "^1.4.1",
|
|
"react-big-calendar": "^1.20.0",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-datepicker": "^4.10.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "19.0.0",
|
|
"react-i18next": "^15.5.1",
|
|
"react-redux": "^9.3.0",
|
|
"react-select": "^5.7.0",
|
|
"react-select-async-paginate": "^0.7.9",
|
|
"react-switch": "^7.0.0",
|
|
"react-toastify": "^11.0.2",
|
|
"swr": "1.3.0",
|
|
"tinymce": "^8.8.1",
|
|
"uuid": "^11.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@axe-core/cli": "^4.12.1",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
"@types/node": "^22.17.2",
|
|
"@types/react": "^19.1.10",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@babel/runtime": "^7.29.7",
|
|
"@types/numeral": "^2.0.2",
|
|
"@types/react-big-calendar": "^1.16.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
|
"@typescript-eslint/parser": "^8.65.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-next": "15.5.12",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"postcss": "^8.4.4",
|
|
"postcss-import": "^14.1.0",
|
|
"prettier": "^3.2.4",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"resolutions": {
|
|
"@babel/runtime": "^7.29.7",
|
|
"@types/react": "^19.1.10",
|
|
"@types/react-dom": "^19.1.7",
|
|
"lodash": "^4.18.1",
|
|
"lodash-es": "^4.18.1",
|
|
"sharp": "^0.35.3",
|
|
"tinymce": "^8.8.1",
|
|
"postcss": "^8.5.22",
|
|
"uuid": "^11.1.1",
|
|
"yaml": "1.10.3"
|
|
}
|
|
}
|