From dc208478fd18a4e28c0083641bf405170859fc58 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Thu, 10 Mar 2022 23:21:38 -0500 Subject: Magnum Opus pt1 --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'package.json') 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", -- cgit