{
  "name": "@eeacms/eionet2-dashboard",
  "version": "3.2.3",
  "license": "SEE LICENSE IN LICENSE.md",
  "description": "MS Teams app for accessing Eionet activity and managing account information.",
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@fluentui/react-components": "^9.68.2",
    "@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",
    "axios": "^1.13.4",
    "date-fns": "^2.30.0",
    "dompurify": "^3.2.4",
    "history": "^5.3.0",
    "ics": "3.6.3",
    "postcss-scss": "^4.0.9",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.30.3",
    "react-scripts": "^5.0.1",
    "scheduler": "^0.23.0",
    "validator": "^13.15.26"
  },
  "devDependencies": {
    "@babel/plugin-proposal-export-default-from": "^7.25.9",
    "@babel/plugin-transform-react-jsx": "^7.25.9",
    "@eslint/compat": "^2.0.2",
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.2",
    "@microsoft/applicationinsights-react-js": "^3.3.5",
    "@microsoft/applicationinsights-web": "^3.3.5",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^18.3.23",
    "@types/react-dom": "^18.3.7",
    "ajv": "^8.17.1",
    "cross-env": "^7.0.3",
    "env-cmd": "^10.1.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^25.7.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^4.6.2",
    "globals": "^17.3.0",
    "jest-junit": "^14.0.1",
    "jest-transformer-svg": "^2.1.0",
    "prettier": "^3.8.1",
    "react-responsive": "^9.0.2",
    "sass": "^1.89.2",
    "stylelint": "^14.16.1",
    "stylelint-config-idiomatic-order": "^10.0.0",
    "stylelint-config-prettier": "^9.0.5",
    "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": "npm install",
    "build": "node -p \"process.execPath + ' ' + process.version\" &&  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} npm run build\"",
    "build:teamsfx:dev": "cross-env TEAMS_FX_ENV=dev npm run build:teamsfx",
    "eject": "react-scripts eject",
    "stylelint": "node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,scss}'",
    "stylelint:fix": "npm 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": "npm run stylelint:fix & npm run prettier:fix & npm run lint:fix & npm run 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": {
    "transformIgnorePatterns": [
      "node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)"
    ],
    "transform": {
      "^.+\\.jsx?$": "babel-jest",
      "^.+\\.svg$": "jest-transformer-svg"
    }
  },
  "resolutions": {
    "@azure/core-rest-pipeline": "1.12.1",
    "@azure/core-util": "1.5.0",
    "@azure/core-auth": "1.4.0",
    "@azure/core-client": "1.5.0",
    "@azure/core-lro": "2.2.0",
    "workbox-webpack-plugin": "6.4.1",
    "@azure/keyvault-keys": "4.4.0",
    "@azure/core-tracing": "1.0.1",
    "@azure/logger": "1.0.0",
    "@azure/core-paging": "1.1.1"
  },
  "lint": "eslint .",
  "homepage": "."
}