mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-15 21:09:47 +01:00
* prepare license-maven-plugin for license migration * added license mapping for tsx files and added some more excludes * Changeover to MIT license * Fix build problems * Delete old remaining licenses * Add more exclude path for license checker * Rename included netbeans license, add exclude .m2/repository/ * Specify .m2 exclude because not only repository/, also wrapper/ must match * Add .cache/ exclude for license check * Modify formatting of license in java classes to comply with convention and IDE * Add IntelliJ documentation for license configuration * Update CHANGELOG.md * Exclude tmp/workspace/ dir for license check * Edit README.md Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"name": "@scm-manager/ui-styles",
|
|
"version": "2.0.0-SNAPSHOT",
|
|
"description": "Styles for SCM-Manager",
|
|
"main": "src/scm.scss",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "webpack-dev-server"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.11.2",
|
|
"bulma": "^0.8.0",
|
|
"bulma-popover": "^1.0.0",
|
|
"bulma-tooltip": "^3.0.0",
|
|
"react-diff-view": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^3.2.0",
|
|
"sass": "^1.26.3",
|
|
"sass-loader": "^8.0.0",
|
|
"style-loader": "^1.0.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-dev-server": "^3.10.1"
|
|
},
|
|
"prettier": "@scm-manager/prettier-config"
|
|
}
|