Skip to content

Commit 0701fdb

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent f97b9a0 commit 0701fdb

File tree

91 files changed

+181
-12174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+181
-12174
lines changed

.editorconfig

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/assignment.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/needs_more_info.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

SECURITY.md

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 48 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,50 @@
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.31.1",
11-
"@typescript-eslint/parser": "^8.31.1",
12-
"eslint": "^9.25.1",
13-
"glob": "^11.0.2",
14-
"mocha": "^11.1.0",
15-
"typescript": "^5.8.3",
16-
"@vscode/test-cli": "^0.0.10",
17-
"@vscode/test-electron": "^2.5.2",
18-
"@vscode/test-web": "^0.0.69",
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.1.0",
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.99.7",
29-
"util": "^0.12.5",
30-
"webpack-cli": "^6.0.1",
31-
"webpack-dev-server": "^5.2.1",
32-
"assert": "^2.1.0",
33-
"process": "^0.11.10",
34-
"npm-run-all": "^4.1.5",
35-
"esbuild": "^0.25.3",
36-
"@esbuild-plugins/node-globals-polyfill": "^0.2.3"
37-
}
2+
"name": "generator-code-dependencies-versions",
3+
"version": "0.0.1",
4+
"private": false,
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+
"keywords": [
7+
"codeeditorland",
8+
"land",
9+
"playform"
10+
],
11+
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode#readme",
12+
"bugs": {
13+
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+HTTPS://github.com/CodeEditorLand/LandGeneratorCode.git"
18+
},
19+
"license": "SEE LICENSE IN LICENSE",
20+
"author": {
21+
"name": "Source 🖋️ Open 👐🏻",
22+
"email": "Source/[email protected]",
23+
"url": "HTTPS://Editor.Land"
24+
},
25+
"type": "module",
26+
"scripts": {
27+
"prepublishOnly": "Build 'Source/**/*.ts'"
28+
},
29+
"dependencies": {
30+
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
31+
"@types/assert": "^1.5.11",
32+
"@types/node": "20.x",
33+
"assert": "^2.1.0",
34+
"concurrently": "^9.1.2",
35+
"css-loader": "^7.1.2",
36+
"esbuild": "^0.25.3",
37+
"glob": "^11.0.2",
38+
"npm-run-all": "^4.1.5",
39+
"process": "^0.11.10",
40+
"style-loader": "^4.0.0",
41+
"ts-loader": "^9.5.2",
42+
"util": "^0.12.5"
43+
},
44+
"devDependencies": {
45+
"@playform/build": "0.2.3"
46+
},
47+
"publishConfig": {
48+
"access": "public"
49+
}
3850
}

generators/app/templates/ext-colortheme/CHANGELOG.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)