aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/package.json
blob: e40b2d3e1457f6113983d4ebed3f9e2325796c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "web",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@githubprimer/octicons-react": "^8.1.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.6.0",
    "react-dom": "^16.6.0",
    "react-inlinesvg": "^0.8.2",
    "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.11.1"
  }
}