Files
SCM-Manager/scm-ui/ui-plugins/package.json
René Pfeuffer 9bfb074805 Use Java 11 as compile version (#2033)
This sets Java 11 for compilation. To do so, this has to use the gradle smp plugin with the pull request scm-manager/gradle-smp-plugin#16. If the smp plugin is not released as version 0.10.4, the version has to be corrected for org.scm-manager.smpin the various build.gradle files.

It might be necessary to delete all build folders when switching between Java 8 and Java 11:

rm -rf build */build scm-plugins/*/build

Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
2022-05-18 08:56:41 +02:00

47 lines
1.4 KiB
JSON

{
"name": "@scm-manager/ui-plugins",
"version": "2.35.0-SNAPSHOT",
"license": "MIT",
"bin": {
"ui-plugins": "./bin/ui-plugins.js"
},
"dependencies": {
"@scm-manager/ui-components": "^2.35.0-SNAPSHOT",
"@scm-manager/ui-extensions": "^2.35.0-SNAPSHOT",
"classnames": "^2.2.6",
"query-string": "6.14.1",
"react": "^17.0.1",
"react-hook-form": "^7.5.1",
"react-i18next": "^10.13.1",
"react-redux": "^5.0.7",
"react-router": "^5.3.1",
"react-router-dom": "^5.3.1",
"redux": "^4.0.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@scm-manager/babel-preset": "^2.13.1",
"@scm-manager/eslint-config": "^2.15.1",
"@scm-manager/jest-preset": "^2.13.0",
"@scm-manager/plugin-scripts": "^1.2.2",
"@scm-manager/prettier-config": "^2.10.1",
"@scm-manager/tsconfig": "^2.13.0",
"@scm-manager/ui-scripts": "^2.35.0-SNAPSHOT",
"@scm-manager/ui-tests": "^2.35.0-SNAPSHOT",
"@scm-manager/ui-types": "^2.35.0-SNAPSHOT",
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.3",
"@types/fetch-mock": "^7.3.1",
"@types/i18next": "^13.0.0",
"@types/jest": "^24.0.19",
"@types/react": "^17.0.1",
"@types/react-redux": "5.0.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"jest": "^24.9.0"
},
"publishConfig": {
"access": "public"
}
}