mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-16 01:00:22 +01:00
added ui-plugins package to bundle all plugin dependencies
This commit is contained in:
@@ -19,22 +19,6 @@
|
||||
},
|
||||
"prettier": "@scm-manager/prettier-config",
|
||||
"dependencies": {
|
||||
"@scm-manager/ui-components": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-types": "^2.0.0-SNAPSHOT",
|
||||
"react": "^16.10.2",
|
||||
"react-i18next": "^10.13.1",
|
||||
"styled-components": "^4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@scm-manager/babel-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/eslint-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/jest-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/prettier-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-scripts": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-tests": "^2.0.0-SNAPSHOT",
|
||||
"flow-bin": "^0.109.0",
|
||||
"flow-typed": "^2.6.1",
|
||||
"jest": "^24.9.0"
|
||||
"@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,21 +18,6 @@
|
||||
},
|
||||
"prettier": "@scm-manager/prettier-config",
|
||||
"dependencies": {
|
||||
"@scm-manager/ui-components": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-types": "^2.0.0-SNAPSHOT",
|
||||
"react": "^16.10.2",
|
||||
"react-i18next": "^10.13.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@scm-manager/babel-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/eslint-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/jest-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/prettier-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-scripts": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-tests": "^2.0.0-SNAPSHOT",
|
||||
"flow-bin": "^0.109.0",
|
||||
"flow-typed": "^2.6.1",
|
||||
"jest": "^24.9.0"
|
||||
"@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,21 +18,6 @@
|
||||
},
|
||||
"prettier": "@scm-manager/prettier-config",
|
||||
"dependencies": {
|
||||
"@scm-manager/ui-components": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-types": "^2.0.0-SNAPSHOT",
|
||||
"react": "^16.10.2",
|
||||
"react-router-dom": "^5.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@scm-manager/babel-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/eslint-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/jest-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/prettier-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-scripts": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-tests": "^2.0.0-SNAPSHOT",
|
||||
"flow-bin": "^0.109.0",
|
||||
"flow-typed": "^2.6.1",
|
||||
"jest": "^24.9.0"
|
||||
"@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,22 +18,6 @@
|
||||
},
|
||||
"prettier": "@scm-manager/prettier-config",
|
||||
"dependencies": {
|
||||
"@scm-manager/ui-components": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-types": "^2.0.0-SNAPSHOT",
|
||||
"react": "^16.10.2",
|
||||
"react-i18next": "^10.13.1",
|
||||
"styled-components": "^4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@scm-manager/babel-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/eslint-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/jest-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/prettier-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-scripts": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-tests": "^2.0.0-SNAPSHOT",
|
||||
"flow-bin": "^0.109.0",
|
||||
"flow-typed": "^2.6.1",
|
||||
"jest": "^24.9.0"
|
||||
"@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
25
scm-ui/ui-plugins/package.json
Normal file
25
scm-ui/ui-plugins/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@scm-manager/ui-plugins",
|
||||
"version": "2.0.0-SNAPSHOT",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@scm-manager/babel-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/eslint-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/jest-preset": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/prettier-config": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-components": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-scripts": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-tests": "^2.0.0-SNAPSHOT",
|
||||
"@scm-manager/ui-types": "^2.0.0-SNAPSHOT",
|
||||
"classnames": "^2.2.6",
|
||||
"flow-bin": "^0.109.0",
|
||||
"flow-typed": "^2.6.1",
|
||||
"jest": "^24.9.0",
|
||||
"query-string": "^5.0.1",
|
||||
"react": "^16.10.2",
|
||||
"react-i18next": "^7.9.0",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"styled-components": "^4.4.0"
|
||||
}
|
||||
}
|
||||
@@ -11450,7 +11450,7 @@ react-hotkeys@2.0.0-pre4:
|
||||
dependencies:
|
||||
prop-types "^15.6.1"
|
||||
|
||||
react-i18next@^10.11.4, react-i18next@^10.13.1:
|
||||
react-i18next@^10.11.4:
|
||||
version "10.13.1"
|
||||
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-10.13.1.tgz#4ad37e0bec5e4cf53aaa2a0c96a4e171e01ad520"
|
||||
integrity sha512-MReJUMoYooaKZONvoewFuAwf31bQU60Xt25P5wBIPTMphY4LjDJE27rwhEKjNLL24nSIHa3Jh+z9bPwSKISAoA==
|
||||
|
||||
Reference in New Issue
Block a user