diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-01-26 17:15:52 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2021-01-26 17:56:21 +0000 |
| commit | 84a2b2f01064375dee2164a8e676d90203b9296b (patch) | |
| tree | 50285380a0ca150dfa8301e0001ee0c33a82a32c /package.json | |
| parent | add README (diff) | |
| download | fedidag-84a2b2f01064375dee2164a8e676d90203b9296b.tar.gz fedidag-84a2b2f01064375dee2164a8e676d90203b9296b.zip | |
graphviz-ify
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
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" } } |
