{
  "name": "@eeacms/eionet2-user-management",
  "version": "2.1.5",
  "license": "MIT",
  "description": "Teams app for managing Eionet users.",
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@fluentui/react-components": "^9.68.2",
    "@microsoft/applicationinsights-react-js": "^17.2.0",
    "@microsoft/microsoft-graph-client": "^3.0.7",
    "@microsoft/teams-js": "^2.31.1",
    "@mui/icons-material": "^7.3.7",
    "@mui/material": "^7.3.7",
    "@mui/x-data-grid": "^7.29.12",
    "@typespec/ts-http-runtime": "^0.3.1",
    "axios": "^1.13.4",
    "date-fns": "^2.30.0",
    "dompurify": "^3.2.4",
    "history": "^5.3.0",
    "postcss-scss": "^4.0.6",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-responsive": "^9.0.2",
    "react-router-dom": "^6.30.3",
    "react-scripts": "^5.0.1",
    "validator": "^13.15.26"
  },
  "devDependencies": {
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@microsoft/applicationinsights-web": "^3.2.1",
    "@testing-library/dom": "^8.20.1",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^14.3.1",
    "@testing-library/user-event": "^13.5.0",
    "cross-env": "^7.0.3",
    "env-cmd": "^10.1.0",
    "eslint": "^8.17.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^26.5.3",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.30.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-junit": "^14.0.0",
    "prettier": "^2.6.2",
    "sass": "^1.89.2",
    "stylelint": "^14.8.5",
    "stylelint-config-idiomatic-order": "^8.1.0",
    "stylelint-config-prettier": "^9.0.3",
    "stylelint-prettier": "^2.0.0"
  },
  "scripts": {
    "prepare": "npm run build",
    "test": "jest --coverage",
    "dev:teamsfx": "env-cmd --silent -f .env.teamsfx.local npm run start",
    "start": "cross-env REACT_APP_VERSION=$npm_package_version GENERATE_SOURCEMAP=false react-scripts start",
    "install:teamsfx": "yarn install",
    "build": "cross-env REACT_APP_VERSION=$npm_package_version GENERATE_SOURCEMAP=false react-scripts build",
    "build:teamsfx": "cross-env-shell \"env-cmd -f .env.teamsfx.${TEAMS_FX_ENV} yarn build\"",
    "build:teamsfx:dev": "cross-env TEAMS_FX_ENV=dev yarn build:teamsfx",
    "eject": "react-scripts eject",
    "stylelint": "node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,scss}'",
    "stylelint:fix": "yarn stylelint --fix",
    "prettier": "node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,scss,md}'",
    "prettier:fix": "node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,scss,md}'",
    "lint": "node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'",
    "lint:fix": "node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'",
    "pc": "yarn stylelint:fix & yarn prettier:fix & yarn lint:fix & yarn test"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "jest": {
    "testEnvironment": "jsdom",
    "setupFilesAfterEnv": [
      "<rootDir>/src/setupTests.js"
    ],
    "moduleNameMapper": {
      "\\.(css|less|scss|sass)$": "identity-obj-proxy"
    },
    "transformIgnorePatterns": [
      "node_modules/(?!(@mui|@emotion|@babel|axios|jose|@microsoft)/)"
    ]
  },
  "lint": "eslint .",
  "homepage": "."
}