Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 8c6eab9

Browse files
committed
change folders structure
1 parent ca6bcbf commit 8c6eab9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+89
-590
lines changed

chinook/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ gen/
77
node_modules/
88
target/
99
package-lock.json
10+
app/build
1011

1112
# html5Deployer
12-
deployers/html5Deployer/resources/app/
13+
app/deployers/html5Deployer/resources/
1314

1415
# Web IDE, App Studio
1516
.che/

chinook/README.md

Lines changed: 22 additions & 6 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

chinook/app/react/package.json renamed to chinook/app/front/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
"lint": "./node_modules/.bin/eslint"
1111
},
1212
"dependencies": {
13+
"@ant-design/icons": "4.3.0",
14+
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
1315
"@testing-library/jest-dom": "^4.2.4",
1416
"@testing-library/react": "^9.3.2",
1517
"@testing-library/user-event": "^7.1.2",
1618
"@umijs/hooks": "^1.9.3",
1719
"antd": "^4.8.2",
18-
"@ant-design/icons": "4.3.0",
1920
"axios": "^0.20.0",
2021
"clean-webpack-plugin": "^3.0.0",
2122
"copy-webpack-plugin": "^6.3.2",
@@ -29,6 +30,7 @@
2930
"react": "^16.14.0",
3031
"react-dev-utils": "^11.0.1",
3132
"react-dom": "^16.14.0",
33+
"react-refresh": "^0.9.0",
3234
"react-router-dom": "^5.2.0",
3335
"terser-webpack-plugin": "^5.0.3",
3436
"webpack": "5.8.0",
File renamed without changes.

0 commit comments

Comments
 (0)