{ "name": "crabfit-frontend", "version": "2.0.0", "private": true, "license": "GPL-3.0-only", "scripts": { "dev": "next dev --port 1234", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@azure/msal-browser": "^2.37.0", "@microsoft/microsoft-graph-client": "^3.0.5", "accept-language": "^3.0.18", "dayjs": "^1.11.7", "gapi-script": "^1.2.0", "goober": "^2.1.13", "hue-map": "^1.0.0", "i18next": "^22.5.0", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.2.1", "i18next-resources-to-backend": "^1.1.4", "lucide-react": "^0.220.0", "next": "^13.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.43.9", "react-i18next": "^12.3.1", "zod": "^3.21.4", "zustand": "^4.3.8" }, "devDependencies": { "@types/node": "^20.2.1", "@types/react": "^18.2.6", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6", "eslint": "^8.40.0", "eslint-config-next": "^13.4.3", "eslint-plugin-simple-import-sort": "^10.0.0", "sass": "^1.62.1", "typescript": "^5.0.4", "typescript-plugin-css-modules": "^5.0.1" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }