Commit 57aafc15 authored by 向偲彪's avatar 向偲彪 Committed by lgcareer
Browse files

Front-end supplemental license (#1548)

* Password verification and v-for add key

* DAG automatic layout

* combo.js replacement

* combo.js replacement

* webpack upgrade to 4

* packjson has a file name that has not changed

* Solve jertty packing garbled

* Modify dashboard color

* Remove iconfont, awesome, replace with ans-ui icon

* Menu arrow style fix

* Script input box style fix

* console.log('Front-end third-party js, css introduced using npm

* Front-end supplemental license

* Modify naming
parent 6837bedc
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -505,21 +505,22 @@ The text of each license is also included at licenses/ui-licenses/LICENSE-[proje
========================================
MIT licenses
========================================
    vue	2.5.17:	https://github.com/vuejs/vue	MIT
    jquery 1.12.4: https://github.com/jquery/jquery MIT
    vue-router 2.7.0: https://github.com/vuejs/vue-router MIT
    vuex 3.0.0: https://github.com/vuejs/vuex MIT
    ans-UI 0.0.22: https://github.com/analysys/ans-ui MIT
    axios 0.16.2: https://github.com/axios/axios MIT
    bootstrap 3.3.7: https://github.com/twbs/bootstrap MIT
    canvg 1.5.1: https://github.com/canvg/canvg MIT
    clipboard 2.0.1: https://github.com/zenorocha/clipboard.js MIT
    codemirror 5.43.0: https://github.com/codemirror/CodeMirror MIT
    dayjs 1.7.8: https://github.com/iamkun/dayjs MIT
    html2canvas 0.5.0-beta4: https://github.com/niklasvh/html2canvas MIT
    jquery 1.12.4: https://github.com/jquery/jquery MIT
    jquery-ui 1.12.1: https://github.com/jquery/jquery-ui MIT
    jsplumb 2.8.6: https://github.com/jsplumb/jsplumb MIT and GPLv2
    lodash 4.17.11: https://github.com/lodash/lodash MIT
    vue	2.5.17:	https://github.com/vuejs/vue	MIT
    vue-router 2.7.0: https://github.com/vuejs/vue-router MIT
    vuex 3.0.0: https://github.com/vuejs/vuex MIT
    vuex-router-sync 4.1.2: https://github.com/vuejs/vuex-router-sync MIT
    ans-UI 0.0.22: https://github.com/analysys/ans-ui MIT
    axios 0.16.2: https://github.com/axios/axios MIT
    jsplumb 2.8.6: https://github.com/jsplumb/jsplumb MIT and GPLv2

========================================
Apache 2.0 licenses
+45 −0
Original line number Diff line number Diff line
MIT License

Copyright jQuery Foundation and other contributors, https://jquery.org/

This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/jquery/jquery-ui

The following license applies to all parts of this software except as
documented below:

====

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

====

Copyright and related rights for sample code are waived via CC0. Sample
code is defined as all source code contained within the demos directory.

CC0: http://creativecommons.org/publicdomain/zero/1.0/

====

All files located in the node_modules and external directories are
externally maintained libraries used by this software which have their
own licenses; we recommend you read them, as their terms may differ from
the terms above.
+3 −3
Original line number Diff line number Diff line
{
  "name": "dolphinscheduler",
  "name": "dolphinscheduler-ui-frontend",
  "version": "1.0.0",
  "description": "dolphinscheduler",
  "author": "gongzijian <gongzijian@analysys.com.cn>",
  "description": "A vue.js project",
  "author": "DolphinScheduler",
  "scripts": {
    "build": "npm run clean && cross-env NODE_ENV=production webpack --config ./build/webpack.config.prod.js",
    "dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.config.dev.js",