Skip to content

Commit 7cc78a5

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 74c40d3 commit 7cc78a5

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed
Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
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",
62
"dependencies": {
73
"@codeeditorland/dts": "0.0.1",
84
"@codeeditorland/notebook-error-overlay": "0.0.1",
@@ -12,28 +8,19 @@
128
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
139
"@types/assert": "^1.5.11",
1410
"@types/land-notebook-renderer": "^1.72.3",
15-
"@types/mocha": "^10.0.10",
1611
"@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",
2012
"assert": "^2.1.0",
2113
"concurrently": "^9.1.0",
2214
"css-loader": "^7.1.2",
2315
"esbuild": "^0.24.0",
24-
"eslint": "^9.16.0",
25-
"fork-ts-checker-webpack-plugin": "^9.0.2",
2616
"glob": "^11.0.0",
27-
"mocha": "^11.0.1",
2817
"npm-run-all": "^4.1.5",
2918
"process": "^0.11.10",
3019
"style-loader": "^4.0.0",
3120
"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"
3722
},
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"
3926
}

0 commit comments

Comments
 (0)