Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaXser authored Jan 12, 2024
1 parent 9b267e6 commit 3962e32
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
],
"devDependencies": {
"css-loader": "^6.8.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-webpack-plugin": "^4.0.1",
"husky": "^8.0.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"sass": "^1.69.6",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.3",
"tslib": "^2.6.2",
"webpack": "^5.89.0",
Expand All @@ -35,7 +35,6 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"stats": "webpack --profile --json=webpack-stats.json",
"build:cloudflare": "webpack build -c webpack.config.js --env build_mode=cloudflare",
"build:default": "webpack build -c webpack.config.js",
"build:cloudflare-min": "webpack build -c webpack.config.js --env build_mode=cloudflare --env build_type=minify",
Expand Down

0 comments on commit 3962e32

Please sign in to comment.