diff options
author | Philip Paquette <pcpaquette@gmail.com> | 2018-09-26 07:48:55 -0400 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-04-18 11:14:24 -0400 |
commit | 6187faf20384b0c5a4966343b2d4ca47f8b11e45 (patch) | |
tree | 151ccd21aea20180432c13fe4b58240d3d9e98b6 /diplomacy/web/package.json | |
parent | 96b7e2c03ed98705754f13ae8efa808b948ee3a8 (diff) |
Release v1.0.0 - Diplomacy Game Engine - AGPL v3+ License
Diffstat (limited to 'diplomacy/web/package.json')
-rw-r--r-- | diplomacy/web/package.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/diplomacy/web/package.json b/diplomacy/web/package.json new file mode 100644 index 0000000..43d6617 --- /dev/null +++ b/diplomacy/web/package.json @@ -0,0 +1,29 @@ +{ + "name": "web", + "version": "0.1.0", + "private": true, + "dependencies": { + "@githubprimer/octicons-react": "^8.0.0", + "bootstrap": "^4.1.3", + "fancybox": "^3.0.1", + "jquery": "^3.3.1", + "popper.js": "^1.14.4", + "prop-types": "^15.6.2", + "react": "^16.4.2", + "react-dom": "^16.4.2", + "react-inlinesvg": "^0.8.1", + "react-scripts": "1.1.4", + "react-scrollchor": "^6.0.0", + "react-shortcut": "^1.0.6" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test --env=jsdom", + "eject": "react-scripts eject" + }, + "devDependencies": { + "eslint": "^4.19.1", + "eslint-plugin-react": "^7.10.0" + } +} |