aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-06 12:21:06 -0500
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-06 12:21:06 -0500
commit3c79e2fdcc3c0b6e81194eca190e8719fbf31903 (patch)
treec6f1754aee97deda369010d23585ca72aebd4ad3 /package.json
parent1ded602565d0f87209dc9c5918bae78e6a0aa440 (diff)
parent8d4cd02b7cbe955f5a5ce1666fc76a51db4be5d5 (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO into add-linting
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index f8908ea..7971138 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"deploy": "cross-env NODE_ENV=production webpack -p",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
- "start": "webpack-dev-server --config webpack.config.js",
+ "start": "webpack serve --config webpack.config.js",
"lint": "eslint . --ext .js",
"lint:fix": "eslint --fix . --ext .js"
},
@@ -26,11 +26,13 @@
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
+ "dotenv": "^16.0.0",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"webpack": "^5.69.1",
- "webpack-cli": "^4.9.2"
+ "webpack-cli": "^4.9.2",
+ "webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.3.3",