Skip to content

Commit

Permalink
Merge pull request #200 from htdangkhoa/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Dec 20, 2021
2 parents 2e6221e + 38242dc commit d8e8e77
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 132 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Using [SWC](https://swc.rs) will give build times **1.5x** faster for the server
- [Redux](https://redux.js.org) - A Predictable State Container for JS Apps.
- [Redux Toolkit](https://redux-toolkit.js.org) - The official, opinionated, batteries-included toolset for efficient Redux development.
- [React Router](https://github.com/remix-run/react-router) - Declarative routing for React.
- [redux-first-history](https://github.com/salvoravida/redux-first-history) - Redux history binding support [react-router](https://github.com/remix-run/react-router).
- [pure-http](https://github.com/htdangkhoa/pure-http) - The simple web framework for Node.js with zero dependencies.
- [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js.
- [Webpack](https://webpack.js.org) - App bundling.
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,30 +55,29 @@
"dependencies": {
"@loadable/component": "^5.15.2",
"@loadable/server": "^5.15.2",
"@reduxjs/toolkit": "^1.7.0",
"@reduxjs/toolkit": "^1.7.1",
"axios": "^0.24.0",
"compression": "^1.7.4",
"helmet": "^4.6.0",
"history": "^5.1.0",
"html-minifier": "^4.0.0",
"prop-types": "^15.7.2",
"pure-http": "^3.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.1.1",
"react-router-dom": "^6.2.1",
"react-ssr-prepass": "^1.4.0",
"serialize-javascript": "^6.0.0",
"serve-favicon": "^2.5.0",
"serve-static": "^1.14.1",
"serve-static": "^1.14.2",
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@loadable/webpack-plugin": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^6.1.2",
"@swc/core": "^1.2.120",
"@swc/core": "^1.2.121",
"@swc/jest": "^0.2.15",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1",
Expand All @@ -89,10 +88,10 @@
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"css-minimizer-webpack-plugin": "^3.3.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.4.1",
"eslint": "^8.5.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand All @@ -106,7 +105,7 @@
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.5",
"lint-staged": "^12.1.2",
"lint-staged": "^12.1.3",
"mini-css-extract-plugin": "^2.4.5",
"nock": "^13.2.1",
"picocolors": "^1.0.0",
Expand All @@ -121,11 +120,11 @@
"style-loader": "^3.3.1",
"supertest": "^6.1.6",
"swc-loader": "^0.1.15",
"terser-webpack-plugin": "^5.2.5",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-middleware": "^5.2.2",
"webpack-dev-middleware": "^5.3.0",
"webpack-dev-server": "^4.6.0",
"webpack-format-messages": "^3.0.1",
"webpack-hot-middleware": "^2.25.1",
Expand Down
Loading

0 comments on commit d8e8e77

Please sign in to comment.