mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-05 15:19:50 +01:00
use ui-scripts to build the core plugins
This commit is contained in:
@@ -1,22 +1,40 @@
|
||||
{
|
||||
"name": "@scm-manager/scm-git-plugin",
|
||||
"private": true,
|
||||
"version": "2.0.0-SNAPSHOT",
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "src/main/js/index.js",
|
||||
"scripts": {
|
||||
"build": "ui-scripts plugin",
|
||||
"watch": "ui-scripts plugin-watch",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@scm-manager/ui-scripts": "2.0.0-SNAPSHOT",
|
||||
"flow-bin": "^0.109.0",
|
||||
"flow-typed": "^2.6.1"
|
||||
},
|
||||
"babel": {
|
||||
"presets": ["@scm-manager/babel-preset"]
|
||||
"presets": [
|
||||
"@scm-manager/babel-preset"
|
||||
]
|
||||
},
|
||||
"jest": {
|
||||
"preset": "@scm-manager/jest-preset"
|
||||
},
|
||||
"prettier": "@scm-manager/prettier-config"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user