{ "name": "identifier", "version": "1.0.0", "private": true, "homepage": ".", "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;Public Domain;Unicode-TOU;Unlicense;WTFPL;ODC-By-1.0;BlueOak-1.0.0;OFL-1.1' --excludePackages 'identifier;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" }, "babel": { "presets": [ "react-app" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "@material-ui/core": "^4.12.4", "@types/node": "^25.6.0", "@types/react": "^17.0.91", "@types/react-dom": "^17.0.26", "@types/react-redux": "^7.1.34", "@types/redux-logger": "^3.0.13", "axios": "^1.15.0", "i18next": "^26.0.4", "i18next-browser-languagedetector": "^8.2.1", "i18next-resources-to-backend": "^1.2.1", "query-string": "^9.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-i18next": "^15.7.4", "react-redux": "^8.1.3", "react-router": "^5.3.4", "react-router-dom": "5.2.1", "redux": "^4.2.1", "redux-logger": "^3.0.6", "redux-thunk": "^2.4.2" }, "devDependencies": { "@babel/core": "7.26.10", "babel-loader": "10.0.0", "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.4", "css-minimizer-webpack-plugin": "^8.0.0", "dotenv": "17.4.2", "dotenv-expand": "^12.0.3", "html-webpack-plugin": "^5.6.6", "i18next-conv": "^15.1.2", "i18next-parser": "^9.4.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": "4.3.0", "postcss-normalize": "13.0.1", "postcss-preset-env": "11.2.0", "react-dev-utils": "^12.0.1", "resolve": "^1.22.12", "resolve-url-loader": "^5.0.0", "sass-loader": "^16.0.7", "source-map-explorer": "^2.5.3", "typescript": "^5.9.3", "url-loader": "4.1.1", "webpack": "5.105.2", "webpack-manifest-plugin": "5.0.0", "workbox-webpack-plugin": "7.4.0" }, "pnpm": { "overrides": { "serialize-javascript@<7.0.3": ">=7.0.3" } }, "packageManager": "pnpm@9.15.4" }