diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 2467ff6..e05e7ce 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "jest", "test:coverage": "jest --coverage", "build": "webpack --config webpack.config.js", - "start": "webpack serve --config webpack.config.js", + "start": "webpack serve --config webpack.config.js --mode development", "lint": "eslint webAO --ext .js", "lint:fix": "npm run lint -- --fix", "prepare": "husky install" @@ -30,6 +30,7 @@ "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@types/jest": "^27.4.1", + "@types/node": "^18.0.0", "babel-loader": "^8.2.3", "copy-webpack-plugin": "^10.2.4", "dotenv": "^16.0.0", @@ -41,7 +42,7 @@ "husky": "^7.0.0", "jest": "^27.5.1", "webpack": "^5.69.1", - "webpack-cli": "^4.9.2", + "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.7.4", "workbox-webpack-plugin": "^6.5.1" }, |
