mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 22:12:10 +01:00
21 lines
502 B
JSON
21 lines
502 B
JSON
{
|
|
"name": "@scm-manager/legacy-plugin",
|
|
"license": "BSD-3-Clause",
|
|
"main": "src/main/js/index.js",
|
|
"scripts": {
|
|
"build": "ui-bundler plugin",
|
|
"watch": "ui-bundler plugin -w",
|
|
"lint": "ui-bundler lint",
|
|
"flow": "flow check"
|
|
},
|
|
"dependencies": {
|
|
"@scm-manager/ui-components": "latest",
|
|
"@scm-manager/ui-extensions": "^0.1.1",
|
|
"react-redux": "^5.0.7",
|
|
"@scm-manager/ui-types": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@scm-manager/ui-bundler": "^0.0.25"
|
|
}
|
|
}
|