Files
ocis/services/idp/package.json
dependabot[bot] 0a006bfd3d build(deps-dev): bump postcss-loader in /services/idp (#12156)
Bumps [postcss-loader](https://github.com/webpack/postcss-loader) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/webpack/postcss-loader/releases)
- [Changelog](https://github.com/webpack/postcss-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/postcss-loader/compare/v8.2.0...v8.2.1)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-11 09:02:16 +02:00

193 lines
6.2 KiB
JSON

{
"name": "identifier",
"version": "1.0.0",
"private": true,
"homepage": ".",
"packageManager": "pnpm@10.28.1",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": "node --openssl-legacy-provider scripts/build.js && rm -f build/service-worker.js",
"licenses": "NODE_PATH=./node_modules node ../scripts/js-license-ranger.js",
"licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;OFL-1.1;Public Domain;Unicode-TOU;Unlicense;WTFPL;ODC-By-1.0;BlueOak-1.0.0' --excludePackages 'identifier;kpop;unicoderegexp' --clarificationsFile license-checker-clarifications.json",
"licenses:csv": "license-checker-rseidelsohn --relativeLicensePath --csv --out ../../third-party-licenses/node/idp/third-party-licenses.csv",
"licenses:save": "license-checker-rseidelsohn --relativeLicensePath --out /dev/null --files ../../third-party-licenses/node/idp/third-party-licenses",
"lint": "eslint ./**/*.{tsx,ts,jsx,js}",
"test": "node scripts/test.js --env=jsdom"
},
"babel": {
"presets": [
["react-app", { "absoluteRuntime": false }]
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"plugins": [
"i18next"
],
"extends": [
"react-app",
"plugin:i18next/recommended",
"plugin:react/recommended",
"plugin:jest/recommended"
],
"settings": {
"react": {
"version": "detect"
}
},
"parser": "@typescript-eslint/parser",
"rules": {
"no-unused-vars": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-unused-vars": [
0
],
"@typescript-eslint/no-use-before-define": [
0
],
"i18next/no-literal-string": [
"off",
{
"markupOnly": true
}
],
"react/display-name": "off"
}
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
]
},
"dependencies": {
"@fontsource/roboto": "^5.2.6",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.9.1",
"@types/react": "^17.0.87",
"@types/react-dom": "^17.0.26",
"@types/react-redux": "^7.1.34",
"@types/redux-logger": "^3.0.13",
"axios": "^1.15.0",
"classnames": "^2.5.1",
"form-data": "4.0.4",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^7.2.2",
"i18next-http-backend": "^2.7.3",
"i18next-resources-to-backend": "^1.2.1",
"notistack": "^1.0.10",
"query-string": "^9.3.1",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.2",
"react-i18next": "^15.6.1",
"react-intl": "^5.25.1",
"react-redux": "^8.1.3",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"render-if": "^0.1.1",
"web-vitals": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-class-properties": "^7.27.1",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
"@babel/plugin-transform-numeric-separator": "^7.27.1",
"@babel/plugin-transform-optional-chaining": "^7.27.1",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "^7.28.6",
"@babel/runtime-corejs3": "^7.28.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "9.2.1",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.1.0",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"cldr": "^7.9.0",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "^7.0.4",
"dotenv": "17.2.2",
"dotenv-expand": "12.0.3",
"eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-i18next": "^6.1.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^7.13.3",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.4",
"i18next-conv": "^16.0.0",
"i18next-parser": "^9.3.0",
"jest": "30.2.0",
"license-checker-rseidelsohn": "4.4.2",
"mini-css-extract-plugin": "2.9.2",
"pnp-webpack-plugin": "1.7.0",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "8.2.1",
"postcss-normalize": "13.0.0",
"postcss-preset-env": "10.4.0",
"postcss-safe-parser": "7.0.0",
"react-dev-utils": "^12.0.1",
"resolve": "1.22.11",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^16.0.5",
"source-map-explorer": "^2.5.3",
"typescript": "^5.9.3",
"url-loader": "4.1.1",
"webpack": "5.104.1",
"webpack-manifest-plugin": "5.0.1",
"workbox-webpack-plugin": "7.1.0"
},
"pnpm": {
"overrides": {
"glob": "10.5.0",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"js-yaml": ">=4.1.1",
"lodash": ">=4.18.1",
"undici": ">=7.18.2",
"vue-template-compiler": "^3.0.0",
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
"rollup": "2.80.0",
"serialize-javascript": "7.0.3",
"ajv@>=6.0.0 <6.14.0": "6.14.0",
"ajv@>=8.0.0 <8.18.0": "8.18.0"
},
"ignoredBuiltDependencies": [
"core-js-pure",
"esbuild"
],
"onlyBuiltDependencies": [
"core-js"
]
}
}