mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-05 22:29:11 +01:00
20 lines
473 B
JSON
20 lines
473 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",
|
|
"@scm-manager/ui-types": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@scm-manager/ui-bundler": "^0.0.31"
|
|
}
|
|
}
|