Skip to content

Commit

Permalink
[optimize] update Upstream packages & reduce Dependency size
Browse files Browse the repository at this point in the history
[add] Entry Badge of GitHub codespaces & GitPod.io
[fix] some detail bugs
  • Loading branch information
TechQuery committed Nov 25, 2023
1 parent 11e3108 commit 1d4ff1c
Show file tree
Hide file tree
Showing 6 changed files with 1,766 additions and 1,985 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers = false
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ which is inspired by [WebCell scaffold][5].

[![CI & CD](https://github.com/idea2app/React-MobX-Ant-Design-ts/actions/workflows/main.yml/badge.svg)][7]

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][8]
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][9]

## Technology stack

- Language: [TypeScript v5][2]
- Component engine: [React v18][1]
- State management: [MobX v6][3]
- Component suite: [Ant Design v5][4] + [Bootstrap v5][6] (CSS utilities)
- HTTP Client: [KoAJAX][8]
- PWA framework: [Workbox v7][9]
- Package bundler: [Parcel v2][10]
- CI / CD: GitHub [Actions][11] + [Pages][12]
- HTTP Client: [KoAJAX][10]
- PWA framework: [Workbox v7][11]
- Package bundler: [Parcel v2][12]
- CI / CD: GitHub [Actions][13] + [Pages][14]

## Extra components

Expand Down Expand Up @@ -46,8 +49,10 @@ pnpm build
[5]: https://github.com/EasyWebApp/scaffold
[6]: https://getbootstrap.com/
[7]: https://github.com/idea2app/React-MobX-Ant-Design-ts/actions/workflows/main.yml
[8]: https://github.com/EasyWebApp/KoAJAX
[9]: https://developers.google.com/web/tools/workbox
[10]: https://parceljs.org
[11]: https://github.com/features/actions
[12]: https://pages.github.com/
[8]: https://codespaces.new/idea2app/React-MobX-Ant-Design-ts
[9]: https://gitpod.io/?autostart=true#https://github.com/idea2app/React-MobX-Ant-Design-ts
[10]: https://github.com/EasyWebApp/KoAJAX
[11]: https://developers.google.com/web/tools/workbox
[12]: https://parceljs.org
[13]: https://github.com/features/actions
[14]: https://pages.github.com/
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,41 @@
"url": "https://github.com/idea2app/React-MobX-Ant-Design-ts/issues"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.0",
"@ant-design/icons": "^5.2.5",
"antd": "^5.8.5",
"@ant-design/cssinjs": "^1.17.5",
"@ant-design/icons": "^5.2.6",
"antd": "^5.11.4",
"browser-unhandled-rejection": "^1.0.2",
"koajax": "^0.8.6",
"koajax": "^0.9.6",
"lodash": "^4.17.21",
"mobx": "^6.10.0",
"mobx-i18n": "^0.4.1",
"mobx-react": "^9.0.0",
"mobx-react-helper": "^0.2.4",
"mobx-restful": "^0.6.11",
"mobx-restful-table": "^1.1.2",
"mobx": "~6.10.2",
"mobx-i18n": "^0.4.2",
"mobx-react": "~9.0.2",
"mobx-react-helper": "^0.2.7",
"mobx-restful": "^0.6.12",
"mobx-restful-table": "^1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.15.0",
"react-router": "^6.20.0",
"react-router-class-tools": "^0.1.3",
"react-router-dom": "^6.15.0",
"web-utility": "^4.1.0"
"react-router-dom": "^6.20.0",
"web-utility": "^4.1.3"
},
"devDependencies": {
"@octokit/openapi-types": "^18.0.0",
"@parcel/config-default": "^2.9.3",
"@parcel/optimizer-esbuild": "^2.9.3",
"@parcel/packager-raw-url": "~2.9.3",
"@parcel/transformer-webmanifest": "~2.9.3",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.12",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@octokit/openapi-types": "^19.0.2",
"@parcel/config-default": "^2.10.3",
"@parcel/optimizer-esbuild": "^2.10.3",
"@parcel/packager-raw-url": "~2.10.3",
"@parcel/transformer-webmanifest": "~2.10.3",
"@types/lodash": "^4.14.202",
"@types/node": "^18.18.13",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"parcel": "~2.9.3",
"prettier": "^3.0.2",
"lint-staged": "^15.1.0",
"parcel": "~2.10.3",
"prettier": "^3.1.0",
"process": "^0.11.10",
"typescript": "~5.2.2",
"typescript": "~5.3.2",
"workbox-cli": "^7.0.0"
},
"prettier": {
Expand Down
Loading

0 comments on commit 1d4ff1c

Please sign in to comment.