aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-10 23:21:38 -0500
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-10 23:21:38 -0500
commitdc208478fd18a4e28c0083641bf405170859fc58 (patch)
tree1fad0ecbaf5639d02908b5f9c9f31f1878ee446c /package.json
parent6dd1b296c2dd1d7462dd8514dff43db59ac8dd19 (diff)
Magnum Opus pt1
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
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",