39948-vm/frontend/package.json
2026-07-01 15:45:38 +02:00

72 lines
2.1 KiB
JSON

{
"private": true,
"scripts": {
"dev": "next dev --turbopack -p ${FRONT_PORT:-3001}",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${FRONT_PORT:-3001}",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx",
"verify": "npm run typecheck && npm run lint && npm run build",
"format": "prettier '{components,pages,src,interfaces,hooks}/**/*.{tsx,ts,js}' --write"
},
"overrides": {
"postcss": "^8.5.16"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/instrument-sans": "^5.2.8",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mui/material": "^6.3.0",
"@mui/x-data-grid": "^7.0.0",
"@reduxjs/toolkit": "^2.1.0",
"@serwist/next": "^9.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.96.2",
"axios": "^1.8.4",
"dayjs": "^1.11.10",
"dexie": "^4.3.0",
"file-saver": "^2.0.5",
"formik": "^2.4.5",
"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",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"next": "^15.3.1",
"next-i18next": "^15.4.2",
"react": "^19.0.0",
"react-datepicker": "^7.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.5.1",
"react-redux": "^9.0.0",
"react-select": "^5.7.0",
"react-select-async-paginate": "^0.7.11",
"react-switch": "^7.0.0",
"react-toastify": "^11.0.2",
"uuid": "^14.0.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/node": "18.7.16",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.19",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import": "^2.32.0",
"postcss": "^8.5.16",
"postcss-import": "^14.1.0",
"prettier": "^3.2.4",
"serwist": "^9.5.7",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5"
}
}