|
7 | 7 | "analyze": "source-map-explorer 'build/static/js/*.js'", |
8 | 8 | "build": "node --openssl-legacy-provider scripts/build.js && rm -f build/service-worker.js", |
9 | 9 | "licenses": "NODE_PATH=./node_modules node ../scripts/js-license-ranger.js", |
10 | | - "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;kpop;unicoderegexp' --clarificationsFile license-checker-clarifications.json", |
| 10 | + "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", |
11 | 11 | "licenses:csv": "license-checker-rseidelsohn --relativeLicensePath --csv --out ../../third-party-licenses/node/idp/third-party-licenses.csv", |
12 | 12 | "licenses:save": "license-checker-rseidelsohn --relativeLicensePath --out /dev/null --files ../../third-party-licenses/node/idp/third-party-licenses", |
13 | 13 | "lint": "eslint ./**/*.{tsx,ts,jsx,js}", |
|
89 | 89 | "i18next-browser-languagedetector": "^8.1.0", |
90 | 90 | "i18next-http-backend": "^3.0.2", |
91 | 91 | "i18next-resources-to-backend": "^1.2.1", |
92 | | - "kpop": "https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz", |
93 | 92 | "query-string": "^9.2.0", |
94 | 93 | "react": "^17.0.2", |
95 | 94 | "react-app-polyfill": "^3.0.0", |
|
154 | 153 | "webpack-manifest-plugin": "5.0.0", |
155 | 154 | "workbox-webpack-plugin": "7.1.0" |
156 | 155 | }, |
157 | | - "packageManager": "pnpm@9.15.4", |
158 | | - "pnpm": { |
159 | | - "overrides": { |
160 | | - "kpop>cldr": "" |
161 | | - } |
162 | | - } |
| 156 | + "packageManager": "pnpm@9.15.4" |
163 | 157 | } |
0 commit comments