aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/package.json
blob: 60d3c411a4142a4e55bbd326428c68dcfb159349 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
  "name": "diplomacy-game",
  "version": "1.0.0",
  "description": "Diplomacy game implementation",
  "main": "index.js",
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  },
  "dependencies": {
    "@popperjs/core": "^2.11.8",
    "@primer/octicons-react": "^19.15.1",
    "axios": "^1.6.7",
    "babel-types": "^6.26.0",
    "bootstrap": "^5.3.3",
    "core-js": "^3.37.0",
    "cors": "^2.8.5",
    "eslint-webpack-plugin": "^4.0.2",
    "eta": "^3.5.0",
    "express": "^4.18.2",
    "fs-extra": "^11.2.0",
    "glob": "^10.3.10",
    "html-webpack-plugin": "^5.5.3",
    "joi": "^17.10.0",
    "jquery": "^3.7.1",
    "lodash": "^4.17.21",
    "lru-cache": "^10.0.0",
    "node-fetch": "^3.3.2",
    "react": "^18.2.0",
    "react-confirm-alert": "^3.0.6",
    "react-dom": "^18.2.0",
    "react-helmet": "^6.1.0",
    "react-scripts": "^5.0.1",
    "react-scrollchor": "^7.0.2",
    "react-shortcut": "^2.0.9",
    "rimraf": "6.0.1",
    "socket.io": "^4.7.2",
    "uuid": "^9.0.1",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.13.0",
    "workbox-background-sync": "^6.6.0",
    "workbox-webpack-plugin": "^6.2.5"
  },
  "devDependencies": {
    "@babel/core": "^7.24.1",
    "@babel/eslint-parser": "^7.24.1",
    "@babel/plugin-transform-async-generator-functions": "^7.24.1",
    "@babel/plugin-transform-class-properties": "^7.24.1",
    "@babel/plugin-transform-dynamic-import": "^7.24.1",
    "@babel/plugin-transform-json-strings": "^7.24.1",
    "@babel/plugin-transform-object-rest-spread": "^7.24.1",
    "@babel/plugin-transform-optional-catch-binding": "^7.24.1",
    "@babel/plugin-transform-unicode-property-regex": "^7.24.1",
    "@babel/preset-env": "^7.24.1",
    "@babel/preset-react": "^7.24.1",
    "@eslint/config-array": "0.19.2",
    "@eslint/object-schema": "^2.1.0",
    "@jridgewell/sourcemap-codec": "1.5.0",
    "@rollup/plugin-terser": "^0.4.4",
    "eslint": "^9.3.0",
    "jscodeshift": "^17.1.2",
    "webpack-bundle-analyzer": "^4.9.0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}