mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-24 21:10:10 +01:00
Squash commits of branch feature/repository-type-configuration: - Refactor hg configuration form - Add support of description text for checkbox and input fields - Refactor git configuration form - Refactor svn configuration form - Add aria-describedby for checkbox and input fields - Change hgBinary can also be null - Fix naming of test - Fix spelling - Change logic of successfull notification to only be shown if the config rest api returns without an error Reviewed-by: Philipp Ahrendt <philipp.ahrendt@cloudogu.com>, Till-André Diegeler <till-andre.diegeler@cloudogu.com> Reviewed-by: Philipp Ahrendt <philipp.ahrendt@cloudogu.com>
37 lines
909 B
JSON
37 lines
909 B
JSON
{
|
|
"name": "@scm-manager/scm-hg-plugin",
|
|
"private": true,
|
|
"version": "3.7.2-SNAPSHOT",
|
|
"license": "AGPL-3.0-only",
|
|
"main": "./src/main/js/index.ts",
|
|
"scripts": {
|
|
"build": "plugin-scripts build",
|
|
"watch": "plugin-scripts watch",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@scm-manager/ui-plugins": "3.7.2-SNAPSHOT",
|
|
"react-query": "^3.25.1"
|
|
},
|
|
"devDependencies": {
|
|
"@scm-manager/babel-preset": "^2.13.1",
|
|
"@scm-manager/eslint-config": "^2.17.0",
|
|
"@scm-manager/jest-preset": "^2.14.1",
|
|
"@scm-manager/plugin-scripts": "^1.6.1",
|
|
"@scm-manager/prettier-config": "^2.12.0",
|
|
"@types/react": "^17.0.1"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@scm-manager/babel-preset"
|
|
]
|
|
},
|
|
"jest": {
|
|
"preset": "@scm-manager/jest-preset"
|
|
},
|
|
"prettier": "@scm-manager/prettier-config",
|
|
"eslintConfig": {
|
|
"extends": "@scm-manager/eslint-config"
|
|
}
|
|
}
|