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