summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode/extensions/rust-lang.rust-analyzer/build-deps/package.json
blob: 0b2a6760a0862bd78cb2753e57bc65e4732d4497 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "rust-analyzer",
  "version": "0.3.1697",
  "dependencies": {
    "@hpcc-js/wasm": "^2.13.0",
    "anser": "^2.1.1",
    "d3": "^7.8.5",
    "d3-graphviz": "^5.0.2",
    "vscode-languageclient": "^8.1.0",
    "@tsconfig/strictest": "^2.0.1",
    "@types/node": "~16.11.7",
    "@types/vscode": "~1.75",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "@vscode/test-electron": "^2.3.3",
    "@vscode/vsce": "^2.19.0",
    "eslint": "^8.44.0",
    "eslint-config-prettier": "^8.8.0",
    "ovsx": "^0.8.2",
    "prettier": "^3.0.0",
    "tslib": "^2.6.0",
    "typescript": "^5.1.6"
  }
}