forked from microsoft/vscode-generator-code
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9b938f
commit ad58281
Showing
3 changed files
with
35 additions
and
6,420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,19 @@ | ||
{ | ||
"name": "generator-code-dependencies-versions", | ||
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325", | ||
"version": "0.0.0", | ||
"private": true, | ||
"dependencies": { | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "20.x", | ||
"@types/assert": "^1.5.10", | ||
"@typescript-eslint/eslint-plugin": "^8.10.0", | ||
"@typescript-eslint/parser": "^8.7.0", | ||
"eslint": "^9.13.0", | ||
"glob": "^11.0.0", | ||
"mocha": "^10.7.3", | ||
"typescript": "^5.6.3", | ||
"@vscode/test-cli": "^0.0.10", | ||
"@vscode/test-electron": "^2.4.1", | ||
"@vscode/test-web": "^0.0.63", | ||
"@types/webpack-env": "^1.18.5", | ||
"@types/vscode-notebook-renderer": "^1.72.3", | ||
"concurrently": "^9.0.1", | ||
"css-loader": "^7.1.2", | ||
"fork-ts-checker-webpack-plugin": "^9.0.2", | ||
"style-loader": "^4.0.0", | ||
"ts-loader": "^9.5.1", | ||
"vscode-dts": "^0.3.3", | ||
"vscode-notebook-error-overlay": "^1.0.1", | ||
"webpack": "^5.95.0", | ||
"util": "^0.12.5", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^5.1.0", | ||
"assert": "^2.1.0", | ||
"process": "^0.11.10", | ||
"npm-run-all": "^4.1.5", | ||
"esbuild": "^0.24.0", | ||
"@esbuild-plugins/node-globals-polyfill": "^0.2.3" | ||
} | ||
"dependencies": { | ||
"@esbuild-plugins/node-globals-polyfill": "^0.2.3", | ||
"@types/assert": "^1.5.10", | ||
"@types/node": "20.x", | ||
"assert": "^2.1.0", | ||
"concurrently": "^9.0.1", | ||
"css-loader": "^7.1.2", | ||
"esbuild": "^0.24.0", | ||
"glob": "^11.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"process": "^0.11.10", | ||
"style-loader": "^4.0.0", | ||
"ts-loader": "^9.5.1", | ||
"util": "^0.12.5" | ||
}, | ||
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325", | ||
"name": "generator-code-dependencies-versions" | ||
} |
Oops, something went wrong.