Skip to content

Commit 0a7926d

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent aace4bd commit 0a7926d

File tree

1 file changed

+18
-36
lines changed

1 file changed

+18
-36
lines changed
Lines changed: 18 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,20 @@
11
{
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.10",
8-
"@types/node": "20.x",
9-
"@types/assert": "^1.5.11",
10-
"@typescript-eslint/eslint-plugin": "^8.25.0",
11-
"@typescript-eslint/parser": "^8.25.0",
12-
"eslint": "^9.21.0",
13-
"glob": "^11.0.1",
14-
"mocha": "^11.1.0",
15-
"typescript": "^5.7.3",
16-
"@vscode/test-cli": "^0.0.10",
17-
"@vscode/test-electron": "^2.4.1",
18-
"@vscode/test-web": "^0.0.67",
19-
"@types/webpack-env": "^1.18.8",
20-
"@types/vscode-notebook-renderer": "^1.72.3",
21-
"concurrently": "^9.1.2",
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.2",
26-
"vscode-dts": "^0.3.3",
27-
"vscode-notebook-error-overlay": "^1.1.0",
28-
"webpack": "^5.98.0",
29-
"util": "^0.12.5",
30-
"webpack-cli": "^6.0.1",
31-
"webpack-dev-server": "^5.2.0",
32-
"assert": "^2.1.0",
33-
"process": "^0.11.10",
34-
"npm-run-all": "^4.1.5",
35-
"esbuild": "^0.25.0",
36-
"@esbuild-plugins/node-globals-polyfill": "^0.2.3"
37-
}
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+
"dependencies": {
5+
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
6+
"@types/assert": "^1.5.11",
7+
"@types/node": "20.x",
8+
"assert": "^2.1.0",
9+
"concurrently": "^9.1.2",
10+
"css-loader": "^7.1.2",
11+
"esbuild": "^0.25.0",
12+
"glob": "^11.0.1",
13+
"npm-run-all": "^4.1.5",
14+
"process": "^0.11.10",
15+
"style-loader": "^4.0.0",
16+
"ts-loader": "^9.5.2",
17+
"util": "^0.12.5"
18+
},
19+
"devDependencies": {}
3820
}

0 commit comments

Comments
 (0)