From 891fb62a77b9a86f2bc71cc02a82089412982b2f Mon Sep 17 00:00:00 2001 From: notoraptor Date: Thu, 1 Aug 2019 15:53:23 -0400 Subject: Refactored SVG map into a React component - Create link to diplomacy map folder into web/src/diplomacy/maps - Remove old web/src/gui/map folder. - [web] Handle click only on current map. - [web/game] Remove useless `wait` state. - Remove unused nodejs modules. - [web] Use queue to handle game notifications in sequential order. - Make all calls to setState() asynchronous in Page and ContentGame components. - Make sure notifications are handled in the order in which they come. --- diplomacy/web/package.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'diplomacy/web/package.json') diff --git a/diplomacy/web/package.json b/diplomacy/web/package.json index aaf89c8..3084ae1 100644 --- a/diplomacy/web/package.json +++ b/diplomacy/web/package.json @@ -6,7 +6,6 @@ "dependencies": { "@primer/octicons-react": "^9.1.1", "bootstrap": "^4.3.1", - "fancybox": "^3.0.1", "jquery": "^3.4.1", "popper.js": "^1.15.0", "prop-types": "^15.7.2", @@ -14,7 +13,6 @@ "react-confirm-alert": "^2.4.1", "react-dom": "^16.8.6", "react-helmet": "^5.2.1", - "react-inlinesvg": "^0.8.4", "react-scripts": "3.0.1", "react-scrollchor": "^6.0.0", "react-shortcut": "^1.0.6" -- cgit v1.2.3