mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-03 02:23:38 +08:00
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"name": "408CSFamily",
|
|
"description": "专业代号408 ,计算机基础知识点合集",
|
|
"version": "0.0.1-alpha.0",
|
|
"packageManager": "pnpm@7.2.1",
|
|
"scripts": {
|
|
"prepare": "husky install && npx husky add .husky/pre-commit \"npm run lintfix\" && chmod +x .husky/pre-commit",
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs",
|
|
"build:proxy": "PROXY_DOMAIN=true vuepress build docs",
|
|
"image": "bash scripts/build_image.sh $npm_package_version",
|
|
"image:faster": "bash scripts/build_image.sh $npm_package_version faster",
|
|
"deploy:ali": "bash scripts/deploy.sh ali $npm_package_version",
|
|
"deploy:github": "bash scripts/page_deploy.sh",
|
|
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",
|
|
"lintfix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .",
|
|
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' +"
|
|
},
|
|
"author": {
|
|
"name": "Chu Fan",
|
|
"email": "fairy_408@2925.com",
|
|
"url": "https://github.com/142vip"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
"@typescript-eslint/parser": "^5.54.0",
|
|
"@vuepress/client": "2.0.0-beta.61",
|
|
"@vuepress/utils": "2.0.0-beta.61",
|
|
"eslint": "^8.35.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-n": "^15.6.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"husky": "^8.0.3",
|
|
"typescript": "^3.9.10",
|
|
"vue": "^3.2.47",
|
|
"vuepress": "2.0.0-beta.61",
|
|
"vuepress-plugin-search-pro": "2.0.0-beta.185",
|
|
"vuepress-theme-hope": "2.0.0-beta.185"
|
|
},
|
|
"license": "MIT"
|
|
}
|