aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 6 insertions, 7 deletions
diff --git a/package.json b/package.json
index a99b5ce..6003ff3 100644
--- a/package.json
+++ b/package.json
@@ -2,9 +2,8 @@
"name": "fedidag-client",
"version": "0.0.1",
"scripts": {
- "start": "webpack-dev-server -w",
- "watch": "webpack-dev-server -w --host 0.0.0.0 --watch-poll",
- "build": "NODE_ENV=production webpack --config ./webpack.config.js --mode production --progress --colors"
+ "watch": "webpack serve -w --host 0.0.0.0",
+ "build": "NODE_ENV=production webpack --config ./webpack.config.js --mode production --progress"
},
"babel": {
"presets": [
@@ -24,7 +23,6 @@
"dependencies": {
"color-hash": "^1.0.3",
"core-js": "^3.8.3",
- "dagre": "^0.8.5",
"date-fns": "^2.16.1",
"jsonld": "^3.3.0",
"regenerator-runtime": "^0.13.7"
@@ -35,9 +33,10 @@
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.2.2",
+ "copy-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^4.5.0",
- "webpack": "^4.20.2",
- "webpack-cli": "^3.3.12",
- "webpack-dev-server": "^3.11.0"
+ "webpack": "^5.17.0",
+ "webpack-cli": "^4.4.0",
+ "webpack-dev-server": "^3.11.2"
}
}