Skip to content

refactor the package.json #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33,244 changes: 33,244 additions & 0 deletions finish/src/main/frontend/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions finish/src/main/webapp/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/static/css/main.05860167.css",
"main.js": "/static/js/main.ce81d4bb.js",
"main.js": "/static/js/main.2d7e902e.js",
"index.html": "/index.html",
"main.05860167.css.map": "/static/css/main.05860167.css.map",
"main.ce81d4bb.js.map": "/static/js/main.ce81d4bb.js.map"
"main.2d7e902e.js.map": "/static/js/main.2d7e902e.js.map"
},
"entrypoints": [
"static/css/main.05860167.css",
"static/js/main.ce81d4bb.js"
"static/js/main.2d7e902e.js"
]
}
2 changes: 1 addition & 1 deletion finish/src/main/webapp/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><title>React App</title><script defer="defer" src="/static/js/main.ce81d4bb.js"></script><link href="/static/css/main.05860167.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><title>React App</title><script defer="defer" src="/static/js/main.2d7e902e.js"></script><link href="/static/css/main.05860167.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 0 additions & 3 deletions finish/src/main/webapp/static/js/main.24bb4468.js

This file was deleted.

32 changes: 0 additions & 32 deletions finish/src/main/webapp/static/js/main.24bb4468.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion finish/src/main/webapp/static/js/main.24bb4468.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions finish/src/main/webapp/static/js/main.2d7e902e.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ object-assign
@license MIT
*/

/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/** @license React v0.19.0
/** @license React v0.19.1
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
Expand All @@ -19,7 +15,7 @@ object-assign
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.0
/** @license React v16.14.0
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
Expand All @@ -28,7 +24,16 @@ object-assign
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.0
/** @license React v16.14.0
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.14.0
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
Expand Down
1 change: 1 addition & 0 deletions finish/src/main/webapp/static/js/main.2d7e902e.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions finish/src/main/webapp/static/js/main.6876fe13.js

This file was deleted.

32 changes: 0 additions & 32 deletions finish/src/main/webapp/static/js/main.6876fe13.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion finish/src/main/webapp/static/js/main.6876fe13.js.map

This file was deleted.

Loading