Copy open source licenses into the distribution.

https://github.com/dcs-liberation/dcs_liberation/issues/2039
This commit is contained in:
Dan Albert 2022-03-06 01:34:53 -08:00
parent 7e213dbfbe
commit 17f2f007d2
2 changed files with 787 additions and 1 deletions

785
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts build && generate-license-file --input package.json --output build/NOTICE",
"prepare": "eslint src && license-checker --onlyAllow \"MIT;Apache-2.0;CC0-1.0;BSD-3-Clause;ISC;Custom: https://github.com/tmcw/jsonlint;BSD-2-Clause;Hippocratic-2.1;BSD*;WTFPL\" --excludePrivatePackages --production",
"test": "react-scripts test",
"eject": "react-scripts eject",
@ -60,6 +60,7 @@
"@types/websocket": "^1.0.5",
"electron": "^17.1.0",
"electron-is-dev": "^2.0.0",
"generate-license-file": "^1.3.0",
"license-checker": "^25.0.1",
"react-scripts": "5.0.0",
"wait-on": "^6.0.1"