|
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", |
6 | 2 | "dependencies": { |
7 | 3 | "@codeeditorland/dts": "0.0.1", |
8 | 4 | "@codeeditorland/notebook-error-overlay": "0.0.1", |
|
12 | 8 | "@esbuild-plugins/node-globals-polyfill": "^0.2.3", |
13 | 9 | "@types/assert": "^1.5.11", |
14 | 10 | "@types/land-notebook-renderer": "^1.72.3", |
15 | | - "@types/mocha": "^10.0.10", |
16 | 11 | "@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", |
20 | 12 | "assert": "^2.1.0", |
21 | 13 | "concurrently": "^9.1.0", |
22 | 14 | "css-loader": "^7.1.2", |
23 | 15 | "esbuild": "^0.24.0", |
24 | | - "eslint": "^9.16.0", |
25 | | - "fork-ts-checker-webpack-plugin": "^9.0.2", |
26 | 16 | "glob": "^11.0.0", |
27 | | - "mocha": "^11.0.1", |
28 | 17 | "npm-run-all": "^4.1.5", |
29 | 18 | "process": "^0.11.10", |
30 | 19 | "style-loader": "^4.0.0", |
31 | 20 | "ts-loader": "^9.5.1", |
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" |
| 21 | + "util": "^0.12.5" |
37 | 22 | }, |
38 | | - "devDependencies": {} |
| 23 | + "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", |
| 24 | + "devDependencies": {}, |
| 25 | + "name": "generator-code-dependencies-versions" |
39 | 26 | } |
0 commit comments