aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/package.json
diff options
context:
space:
mode:
authornotoraptor <stevenbocco@gmail.com>2019-07-25 10:59:36 -0400
committerPhilip Paquette <pcpaquette@gmail.com>2019-07-25 11:15:59 -0400
commit48ee1a065debde5027fc17e49144d348258dc5e4 (patch)
treeb85be5b31a61ad911a89789c2089eaf7852ad4d9 /diplomacy/web/package.json
parent09f9589bfa1a9e19805c2cc7dc58cad4da93f17f (diff)
[Web] Added game creation interface
- Replaced fancybox with react-confirm-alert + dialog box - Removed unused code - Default map can be selected with 1-click - Added ability to select map variants
Diffstat (limited to 'diplomacy/web/package.json')
-rw-r--r--diplomacy/web/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/diplomacy/web/package.json b/diplomacy/web/package.json
index 5e1d505..aaf89c8 100644
--- a/diplomacy/web/package.json
+++ b/diplomacy/web/package.json
@@ -4,13 +4,14 @@
"homepage": ".",
"private": true,
"dependencies": {
- "@githubprimer/octicons-react": "^8.5.0",
+ "@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",
"react": "^16.8.6",
+ "react-confirm-alert": "^2.4.1",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-inlinesvg": "^0.8.4",