summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode/extensions/rust-analyzer/build-deps/package.json
blob: 5ccc6f2fa41419b4db8029826be7ce2ea59865e6 (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.1048",
  "dependencies": {
    "vscode-languageclient": "8.0.0-next.14",
    "d3": "^7.3.0",
    "d3-graphviz": "^4.1.0",
    "@types/node": "~14.17.5",
    "@types/vscode": "~1.66.0",
    "@typescript-eslint/eslint-plugin": "^5.16.0",
    "@typescript-eslint/parser": "^5.16.0",
    "@vscode/test-electron": "^2.1.3",
    "eslint": "^8.11.0",
    "tslib": "^2.3.0",
    "typescript": "^4.6.3",
    "typescript-formatter": "^7.2.2",
    "vsce": "^2.7.0"
  }
}