mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-27 00:00:49 -05:00
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
164 lines
5.1 KiB
JSON
164 lines
5.1 KiB
JSON
{
|
|
"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;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"
|
|
]
|
|
},
|
|
"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",
|
|
"react-app/jest",
|
|
"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.5",
|
|
"@material-ui/core": "^4.12.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^22.15.30",
|
|
"@types/react": "^17.0.80",
|
|
"@types/react-dom": "^17.0.25",
|
|
"@types/react-redux": "^7.1.33",
|
|
"@types/redux-logger": "^3.0.13",
|
|
"axios": "^1.8.2",
|
|
"classnames": "^2.5.1",
|
|
"i18next": "^25.2.1",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"kpop": "https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz",
|
|
"query-string": "^9.2.0",
|
|
"react": "^17.0.2",
|
|
"react-app-polyfill": "^3.0.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^15.5.1",
|
|
"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",
|
|
"render-if": "^0.1.1",
|
|
"web-vitals": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.26.10",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"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.2",
|
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
"dotenv": "16.4.7",
|
|
"dotenv-expand": "12.0.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-react-app": "^6.0.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-flowtype": "^5.10.0",
|
|
"eslint-plugin-i18next": "^6.1.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jest": "^24.7.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": "^3.10.2",
|
|
"eslint-webpack-plugin": "^3.2.0",
|
|
"file-loader": "6.2.0",
|
|
"html-webpack-plugin": "5.6.3",
|
|
"i18next-conv": "^15.1.1",
|
|
"i18next-parser": "^9.3.0",
|
|
"jest": "30.0.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": "10.1.3",
|
|
"postcss-safe-parser": "7.0.1",
|
|
"react-dev-utils": "^12.0.1",
|
|
"resolve": "1.22.8",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass-loader": "^16.0.5",
|
|
"source-map-explorer": "^2.5.3",
|
|
"typescript": "^5.8.3",
|
|
"url-loader": "4.1.1",
|
|
"webpack": "5.99.6",
|
|
"webpack-manifest-plugin": "5.0.0",
|
|
"workbox-webpack-plugin": "7.1.0"
|
|
},
|
|
"packageManager": "pnpm@9.15.4",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"kpop>cldr": ""
|
|
}
|
|
}
|
|
}
|