Latest
This commit is contained in:
parent
bb7eda5892
commit
5dd2d8a1ee
4 changed files with 122 additions and 117 deletions
|
@ -422,11 +422,14 @@ softwareGroups:
|
|||
- cutter
|
||||
- fritzing
|
||||
Essentials: &Essentials
|
||||
- clamav
|
||||
- docker
|
||||
- rkhunter
|
||||
Essentials-Desktop: &Essentials-Desktop
|
||||
- firefox
|
||||
- flow-launcher
|
||||
- kvantum
|
||||
- malwarebytes
|
||||
- portmaster
|
||||
- rofi
|
||||
- tabby
|
||||
|
|
|
@ -1,121 +1,121 @@
|
|||
{
|
||||
"private": false,
|
||||
"name": "install-doctor-vscode-libs",
|
||||
"version": "0.0.1",
|
||||
"description": "Configuration for supporting Node.js packages depended on by the VSCode configuration",
|
||||
"license": "MIT",
|
||||
"author": "Brian Zalewski <brian@megabyte.space> (https://megabyte.space)",
|
||||
"homepage": "https://megabyte.space",
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "node_modules/git-cz-emoji"
|
||||
}
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"eslint": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "latest",
|
||||
"eslint-config-strict-mode": "latest",
|
||||
"git-cz-emoji": "latest",
|
||||
"handlebars-helpers": "latest",
|
||||
"jest-preset-ts": "latest",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier-config-sexy-mode": "latest",
|
||||
"semantic-release-config": "latest",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"keywords": [
|
||||
"vscode",
|
||||
"plugins",
|
||||
"extensions",
|
||||
"prettier",
|
||||
"eslint"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=18.4.0"
|
||||
},
|
||||
"changelog": {
|
||||
"displayTypes": [
|
||||
"feat",
|
||||
"fix",
|
||||
"perf",
|
||||
"refactor",
|
||||
"revert"
|
||||
],
|
||||
"showAuthor": true
|
||||
},
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
],
|
||||
"helpUrl": "https://megabyte.space/docs/contributing/commits"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "eslint-config-strict-mode"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/megabytelabs"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/ProfessorManhattan"
|
||||
}
|
||||
],
|
||||
"jest": {
|
||||
"preset": "jest-preset-ts",
|
||||
"reporters": [
|
||||
"default",
|
||||
[
|
||||
"jest-html-reporters",
|
||||
{
|
||||
"filename": "index.html",
|
||||
"logoImgPath": "./.config/assets/logo-jest-report.png",
|
||||
"openReport": true,
|
||||
"pageTitle": "Code Coverage Report",
|
||||
"publicPath": "./coverage"
|
||||
"private": false,
|
||||
"name": "install-doctor-vscode-libs",
|
||||
"version": "0.0.1",
|
||||
"description": "Configuration for supporting Node.js packages depended on by the VSCode configuration",
|
||||
"license": "MIT",
|
||||
"author": "Brian Zalewski <brian@megabyte.space> (https://megabyte.space)",
|
||||
"homepage": "https://megabyte.space",
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "node_modules/git-cz-emoji"
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"pnpm": {
|
||||
"allowedVersions": {
|
||||
"@typescript-eslint/eslint-plugin": "5",
|
||||
"eslint": "8",
|
||||
"typescript": "4"
|
||||
},
|
||||
"neverBuiltDependencies": [
|
||||
"core-js",
|
||||
"core-js-pure",
|
||||
"highlight.js"
|
||||
],
|
||||
"peerDependencyRules": {
|
||||
"ignoreMissing": [
|
||||
"eslint",
|
||||
"peerDependenciesMeta": {
|
||||
"eslint": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "latest",
|
||||
"eslint-config-strict-mode": "latest",
|
||||
"git-cz-emoji": "latest",
|
||||
"handlebars-helpers": "latest",
|
||||
"jest-preset-ts": "latest",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier-config-sexy-mode": "latest",
|
||||
"semantic-release-config": "latest",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"keywords": [
|
||||
"vscode",
|
||||
"plugins",
|
||||
"extensions",
|
||||
"prettier",
|
||||
"puppeteer"
|
||||
]
|
||||
}
|
||||
},
|
||||
"prettier": "prettier-config-sexy-mode",
|
||||
"release": {
|
||||
"branches": [
|
||||
"main",
|
||||
"master",
|
||||
"next",
|
||||
{
|
||||
"name": "beta",
|
||||
"prerelease": true
|
||||
}
|
||||
"eslint"
|
||||
],
|
||||
"extends": "semantic-release-config"
|
||||
},
|
||||
"volta": {
|
||||
"node": "18.4.0",
|
||||
"yarn": "1.22.19"
|
||||
}
|
||||
}
|
||||
"engines": {
|
||||
"node": ">=18.4.0"
|
||||
},
|
||||
"changelog": {
|
||||
"displayTypes": [
|
||||
"feat",
|
||||
"fix",
|
||||
"perf",
|
||||
"refactor",
|
||||
"revert"
|
||||
],
|
||||
"showAuthor": true
|
||||
},
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
],
|
||||
"helpUrl": "https://megabyte.space/docs/contributing/commits"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "eslint-config-strict-mode"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/megabytelabs"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/ProfessorManhattan"
|
||||
}
|
||||
],
|
||||
"jest": {
|
||||
"preset": "jest-preset-ts",
|
||||
"reporters": [
|
||||
"default",
|
||||
[
|
||||
"jest-html-reporters",
|
||||
{
|
||||
"filename": "index.html",
|
||||
"logoImgPath": "./.config/assets/logo-jest-report.png",
|
||||
"openReport": true,
|
||||
"pageTitle": "Code Coverage Report",
|
||||
"publicPath": "./coverage"
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"pnpm": {
|
||||
"allowedVersions": {
|
||||
"@typescript-eslint/eslint-plugin": "5",
|
||||
"eslint": "8",
|
||||
"typescript": "4"
|
||||
},
|
||||
"neverBuiltDependencies": [
|
||||
"core-js",
|
||||
"core-js-pure",
|
||||
"highlight.js"
|
||||
],
|
||||
"peerDependencyRules": {
|
||||
"ignoreMissing": [
|
||||
"eslint",
|
||||
"prettier",
|
||||
"puppeteer"
|
||||
]
|
||||
}
|
||||
},
|
||||
"prettier": "prettier-config-sexy-mode",
|
||||
"release": {
|
||||
"branches": [
|
||||
"main",
|
||||
"master",
|
||||
"next",
|
||||
{
|
||||
"name": "beta",
|
||||
"prerelease": true
|
||||
}
|
||||
],
|
||||
"extends": "semantic-release-config"
|
||||
},
|
||||
"volta": {
|
||||
"node": "18.4.0",
|
||||
"yarn": "1.22.19"
|
||||
}
|
||||
}
|
|
@ -5,3 +5,5 @@ init-version=0.0.1
|
|||
init-module={{ .host.home }}/.config/npm/config/npm-init.js
|
||||
prefix={{ .host.home }}/.local/share/npm
|
||||
store-dir={{ .host.home }}/.local/share/pnpm-store
|
||||
loglevel=error 8 │
|
||||
strict-peer-dependencies=false
|
||||
|
|
|
@ -332,4 +332,4 @@
|
|||
"node": "18.4.0",
|
||||
"yarn": "1.22.19"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue