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
|
- cutter
|
||||||
- fritzing
|
- fritzing
|
||||||
Essentials: &Essentials
|
Essentials: &Essentials
|
||||||
|
- clamav
|
||||||
- docker
|
- docker
|
||||||
|
- rkhunter
|
||||||
Essentials-Desktop: &Essentials-Desktop
|
Essentials-Desktop: &Essentials-Desktop
|
||||||
- firefox
|
- firefox
|
||||||
- flow-launcher
|
- flow-launcher
|
||||||
- kvantum
|
- kvantum
|
||||||
|
- malwarebytes
|
||||||
- portmaster
|
- portmaster
|
||||||
- rofi
|
- rofi
|
||||||
- tabby
|
- tabby
|
||||||
|
|
|
@ -1,121 +1,121 @@
|
||||||
{
|
{
|
||||||
"private": false,
|
"private": false,
|
||||||
"name": "install-doctor-vscode-libs",
|
"name": "install-doctor-vscode-libs",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Configuration for supporting Node.js packages depended on by the VSCode configuration",
|
"description": "Configuration for supporting Node.js packages depended on by the VSCode configuration",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Brian Zalewski <brian@megabyte.space> (https://megabyte.space)",
|
"author": "Brian Zalewski <brian@megabyte.space> (https://megabyte.space)",
|
||||||
"homepage": "https://megabyte.space",
|
"homepage": "https://megabyte.space",
|
||||||
"config": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
"path": "node_modules/git-cz-emoji"
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"pnpm": {
|
|
||||||
"allowedVersions": {
|
|
||||||
"@typescript-eslint/eslint-plugin": "5",
|
|
||||||
"eslint": "8",
|
|
||||||
"typescript": "4"
|
|
||||||
},
|
},
|
||||||
"neverBuiltDependencies": [
|
"peerDependenciesMeta": {
|
||||||
"core-js",
|
"eslint": {
|
||||||
"core-js-pure",
|
"optional": true
|
||||||
"highlight.js"
|
}
|
||||||
],
|
},
|
||||||
"peerDependencyRules": {
|
"devDependencies": {
|
||||||
"ignoreMissing": [
|
"@commitlint/config-conventional": "latest",
|
||||||
"eslint",
|
"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",
|
"prettier",
|
||||||
"puppeteer"
|
"eslint"
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"prettier": "prettier-config-sexy-mode",
|
|
||||||
"release": {
|
|
||||||
"branches": [
|
|
||||||
"main",
|
|
||||||
"master",
|
|
||||||
"next",
|
|
||||||
{
|
|
||||||
"name": "beta",
|
|
||||||
"prerelease": true
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"extends": "semantic-release-config"
|
"engines": {
|
||||||
},
|
"node": ">=18.4.0"
|
||||||
"volta": {
|
},
|
||||||
"node": "18.4.0",
|
"changelog": {
|
||||||
"yarn": "1.22.19"
|
"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
|
init-module={{ .host.home }}/.config/npm/config/npm-init.js
|
||||||
prefix={{ .host.home }}/.local/share/npm
|
prefix={{ .host.home }}/.local/share/npm
|
||||||
store-dir={{ .host.home }}/.local/share/pnpm-store
|
store-dir={{ .host.home }}/.local/share/pnpm-store
|
||||||
|
loglevel=error 8 │
|
||||||
|
strict-peer-dependencies=false
|
||||||
|
|
|
@ -332,4 +332,4 @@
|
||||||
"node": "18.4.0",
|
"node": "18.4.0",
|
||||||
"yarn": "1.22.19"
|
"yarn": "1.22.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue