diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/package.json b/package.json index 8cea437..6865892 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,9 @@ "test:coverage": "jest --coverage", "build": "webpack --config webpack.config.js", "start": "webpack serve --config webpack.config.js", - "lint": "eslint . --ext .js", - "lint:fix": "eslint --fix . --ext .js" + "lint": "eslint webAO --ext .js", + "lint:fix": "npm run lint -- --fix", + "prepare": "husky install" }, "repository": { "type": "git", @@ -28,14 +29,19 @@ "@babel/plugin-transform-modules-commonjs": "^7.16.8", "@babel/preset-env": "^7.16.11", "babel-loader": "^8.2.3", + "copy-webpack-plugin": "^10.2.4", "dotenv": "^16.0.0", "eslint": "^8.10.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.4", + "glob": "^7.2.0", + "html-webpack-plugin": "^5.5.0", + "husky": "^7.0.0", "jest": "^27.5.1", "webpack": "^5.69.1", "webpack-cli": "^4.9.2", - "webpack-dev-server": "^4.7.4" + "webpack-dev-server": "^4.7.4", + "workbox-webpack-plugin": "^6.5.1" }, "dependencies": { "@fingerprintjs/fingerprintjs": "^3.3.3", |
