0fd02c5e创建于 8月3日历史提交
{
  "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.9.5",
    "@types/react": "^17.0.93",
    "@types/react-dom": "^17.0.26",
    "@types/react-redux": "^7.1.34",
    "@types/redux-logger": "^3.0.13",
    "axios": "^1.19.0",
    "i18next": "^26.3.6",
    "i18next-browser-languagedetector": "^8.2.1",
    "i18next-resources-to-backend": "^1.2.3",
    "query-string": "^9.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-i18next": "^17.0.11",
    "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": "^8.0.0",
    "css-loader": "^7.1.4",
    "css-minimizer-webpack-plugin": "^8.0.0",
    "dotenv": "17.4.2",
    "dotenv-expand": "^13.0.0",
    "gettext-parser": "^9.1.1",
    "html-webpack-plugin": "^5.6.8",
    "i18next-cli": "^1.67.3",
    "i18next-conv": "^17.0.0",
    "license-checker-rseidelsohn": "5.0.1",
    "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.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": "^17.0.0",
    "source-map-explorer": "^2.5.3",
    "typescript": "^6.0.3",
    "url-loader": "4.1.1",
    "webpack": "5.105.2",
    "webpack-manifest-plugin": "6.0.1",
    "workbox-webpack-plugin": "7.4.1"
  },
  "packageManager": "pnpm@11.1.3"
}