summaryrefslogtreecommitdiffstats
path: root/tools/node_tools/package.json
blob: bda73f34d83766c51ad207be5016b80fbb9bb307 (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
{
  "name": "gerrit-build-tools",
  "description": "Gerrit Build Tools",
  "browser": false,
  "dependencies": {
    "@bazel/rollup": "^5.1.0",
    "@bazel/typescript": "^5.1.0",
    "@bazel/concatjs": "^5.1.0",
    "@types/node": "^10.17.12",
    "@types/parse5": "^4.0.0",
    "@types/parse5-html-rewriting-stream": "^5.1.2",
    "crisper": "^2.1.1",
    "dom5": "^3.0.1",
    "parse5-html-rewriting-stream": "^5.1.1",
    "polymer-bundler": "^4.0.10",
    "polymer-cli": "^1.9.11",
    "rollup": "^2.3.4",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.3",
    "typescript": "4.3.2"
  },
  "devDependencies": {},
  "license": "Apache-2.0",
  "private": true,
  "resolutions": {
    "lodash": "4.17.21",
    "wct-local": "2.1.6",
    "launchpad": "git+https://github.com/418sec/launchpad.git#de5aca11dc16a8e530195281c77614bdbb08e7be"
  }
}