You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "electron-template",
|
|
"version": "0.1.0",
|
|
"description": "electron-template",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx scripts/dev.ts && pnpm --parallel -F \"./packages/*\" run dev",
|
|
"build": "tsx scripts/build.ts",
|
|
"build:plugin": "pnpm -F plugin run build",
|
|
"build:main": "pnpm -F main run build",
|
|
"build:renderer": "pnpm -F renderer run build",
|
|
"pack": "pnpm -F media-downloader run pack",
|
|
"release": "pnpm run build && pnpm -F main run release",
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs",
|
|
"types": "pnpm -F main run types",
|
|
"prepare": "husky",
|
|
"commit": "git-cz",
|
|
"commitlint": "commitlint --edit",
|
|
"spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"@cliqz/adblocker@1.26.15": "patches/@cliqz__adblocker@1.26.15.patch"
|
|
}
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.6.0",
|
|
"@commitlint/config-conventional": "^18.6.0",
|
|
"@commitlint/cz-commitlint": "^18.6.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@waline/client": "^2.15.8",
|
|
"commitizen": "^4.3.0",
|
|
"cross-env": "^7.0.3",
|
|
"cspell": "^8.3.2",
|
|
"cz-git": "^1.8.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"husky": "^9.0.10",
|
|
"lint-staged": "^15.2.2",
|
|
"prettier": "3.2.5",
|
|
"tsx": "^4.7.1",
|
|
"vitepress": "1.0.0-beta.3",
|
|
"vue": "^3.4.15",
|
|
"zx": "^7.2.3"
|
|
}
|
|
}
|