about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode/extensions/rust-analyzer/build-deps/package.json
blob: f12db30a6a3d1232bdc9a7a19c3b3b4d5f41f99f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "rust-analyzer",
  "version": "0.2.975",
  "dependencies": {
    "vscode-languageclient": "8.0.0-next.8",
    "d3": "^7.3.0",
    "d3-graphviz": "^4.0.0",
    "@types/node": "~14.17.5",
    "@types/vscode": "~1.63.0",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "@vscode/test-electron": "^2.1.1",
    "eslint": "^8.7.0",
    "tslib": "^2.3.0",
    "typescript": "^4.5.5",
    "typescript-formatter": "^7.2.2",
    "vsce": "^2.6.7"
  }
}