Skip to content

Commit

Permalink
change amg to oldgames, not amg specific
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Nov 30, 2024
1 parent 6d57e64 commit 77cef5c
Show file tree
Hide file tree
Showing 12 changed files with 2,195 additions and 2,200 deletions.
11 changes: 4 additions & 7 deletions configs/webpack/common.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// shared config (dev and prod)
const { resolve } = require("path");
const HtmlWebpackPlugin = require("html-webpack-plugin");
const CopyWebpackPlugin = require("copy-webpack-plugin");

module.exports = {
entry: "./index.tsx",
Expand Down Expand Up @@ -31,18 +32,14 @@ module.exports = {
name: "assets/[name].[ext]",
},
},
{
test: /\.(jpe?g|png|webp)$/i,
use: {
loader: "responsive-loader",
},
type: "javascript/auto",
},
],
},
plugins: [
new HtmlWebpackPlugin({
template: "index.html.ejs",
}),
new CopyWebpackPlugin({
patterns: [{ from: "public" }],
}),
],
};
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,54 +33,54 @@
"test": "jest --coverage --watchAll --config=configs/jest.json"
},
"devDependencies": {
"@swc/core": "^1.7.26",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@swc/core": "^1.9.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"browserslist": "^4.23.3",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"browserslist": "^4.24.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.11.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"express": "^5.0.0",
"eslint-plugin-react": "^7.37.2",
"express": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"lightningcss": "^1.27.0",
"prettier": "^3.3.3",
"responsive-loader": "^3.1.2",
"lightningcss": "^1.28.2",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"sharp": "^0.33.5",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.6",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"typescript-plugin-css-modules": "^5.1.0",
"webpack": "^5.94.0",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@react-hook/window-size": "^3.1.1",
"@tanstack/react-query": "^5.56.2",
"i18next": "^23.15.1",
"@tanstack/react-query": "^5.62.0",
"copy-webpack-plugin": "^12.0.2",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"mini-css-extract-plugin": "^2.9.1",
"mini-css-extract-plugin": "^2.9.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.2",
"react-router-dom": "^6.26.2",
"react-i18next": "^15.1.3",
"react-router-dom": "^6.28.0",
"regenerator-runtime": "^0.14.1",
"workbox-webpack-plugin": "^7.1.0"
"workbox-webpack-plugin": "^7.3.0"
}
}
Loading

0 comments on commit 77cef5c

Please sign in to comment.