|
1 | 1 | {
|
2 |
| - "name": "generator-code-dependencies-versions", |
3 |
| - "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", |
4 |
| - "version": "0.0.0", |
5 |
| - "private": true, |
6 |
| - "dependencies": { |
7 |
| - "@types/mocha": "^10.0.9", |
8 |
| - "@types/node": "20.x", |
9 |
| - "@types/assert": "^1.5.10", |
10 |
| - "@typescript-eslint/eslint-plugin": "^8.10.0", |
11 |
| - "@typescript-eslint/parser": "^8.7.0", |
12 |
| - "eslint": "^9.13.0", |
13 |
| - "glob": "^11.0.0", |
14 |
| - "mocha": "^10.7.3", |
15 |
| - "typescript": "^5.6.3", |
16 |
| - "@vscode/test-cli": "^0.0.10", |
17 |
| - "@vscode/test-electron": "^2.4.1", |
18 |
| - "@vscode/test-web": "^0.0.63", |
19 |
| - "@types/webpack-env": "^1.18.5", |
20 |
| - "@types/vscode-notebook-renderer": "^1.72.3", |
21 |
| - "concurrently": "^9.0.1", |
22 |
| - "css-loader": "^7.1.2", |
23 |
| - "fork-ts-checker-webpack-plugin": "^9.0.2", |
24 |
| - "style-loader": "^4.0.0", |
25 |
| - "ts-loader": "^9.5.1", |
26 |
| - "vscode-dts": "^0.3.3", |
27 |
| - "vscode-notebook-error-overlay": "^1.0.1", |
28 |
| - "webpack": "^5.95.0", |
29 |
| - "util": "^0.12.5", |
30 |
| - "webpack-cli": "^5.1.4", |
31 |
| - "webpack-dev-server": "^5.1.0", |
32 |
| - "assert": "^2.1.0", |
33 |
| - "process": "^0.11.10", |
34 |
| - "npm-run-all": "^4.1.5", |
35 |
| - "esbuild": "^0.24.0", |
36 |
| - "@esbuild-plugins/node-globals-polyfill": "^0.2.3" |
37 |
| - } |
| 2 | + "dependencies": { |
| 3 | + "@esbuild-plugins/node-globals-polyfill": "^0.2.3", |
| 4 | + "@types/assert": "^1.5.10", |
| 5 | + "@types/node": "20.x", |
| 6 | + "assert": "^2.1.0", |
| 7 | + "concurrently": "^9.0.1", |
| 8 | + "css-loader": "^7.1.2", |
| 9 | + "esbuild": "^0.24.0", |
| 10 | + "glob": "^11.0.0", |
| 11 | + "npm-run-all": "^4.1.5", |
| 12 | + "process": "^0.11.10", |
| 13 | + "style-loader": "^4.0.0", |
| 14 | + "ts-loader": "^9.5.1", |
| 15 | + "util": "^0.12.5" |
| 16 | + }, |
| 17 | + "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", |
| 18 | + "name": "generator-code-dependencies-versions" |
38 | 19 | }
|
0 commit comments