mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-26 01:09:10 +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>
32 lines
806 B
JSON
32 lines
806 B
JSON
{
|
|
"name": "@scm-manager/ui-tests",
|
|
"version": "2.0.0-SNAPSHOT",
|
|
"description": "UI-Tests helpers",
|
|
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-istanbul": "^5.2.0",
|
|
"enzyme": "^3.10.0",
|
|
"enzyme-adapter-react-16": "^1.15.0",
|
|
"enzyme-context": "^1.1.2",
|
|
"enzyme-context-react-router-4": "^2.0.0",
|
|
"jest": "^24.9.0",
|
|
"raf": "^3.4.1",
|
|
"react-test-renderer": "^16.10.2"
|
|
},
|
|
"prettier": "@scm-manager/prettier-config",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@types/enzyme": "^3.10.3",
|
|
"@types/enzyme-adapter-react-16": "^1.0.5",
|
|
"@types/jest": "^24.0.19",
|
|
"typescript": "^3.7.2"
|
|
}
|
|
}
|