diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/package.json b/vnext/package.json index 944de45d..67f0751e 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -5,7 +5,7 @@ "scripts": { "test": "jest", "dist": "webpack --mode=production --progress", - "start": "webpack-dev-server" + "start": "webpack serve" }, "keywords": [], "author": "", @@ -36,6 +36,7 @@ "optimize-css-assets-webpack-plugin": "^5.0.4", "postcss-loader": "^4.0.4", "postcss-preset-env": "^6.7.0", + "react-cookie": "^4.0.3", "react-test-renderer": "^16.13.1", "style-loader": "^2.0.0", "stylelint": "^13.7.2", @@ -83,7 +84,6 @@ "qs": "^6.9.4", "react": "16.13.1", "react-content-loader": "^5.1.2", - "react-cookies": "^0.1.1", "react-dom": "16.13.1", "react-router-dom": "^5.2.0", "react-use": "^15.3.4", |