1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 10:33:47 +08:00
Files
408CSFamily/package.json
mmdapl 5e1aedbd46 perf: 修改CI代码拉取策略,简化scripts脚本命令 (#54)
* perf: 修改CI代码拉取策略,简化scripts脚本命令

* feat: markmap-cli开发环境依赖

---------

Co-authored-by: chu fan <fairy_408@2925.com>
2023-10-10 11:10:22 +08:00

63 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "408CSFamily",
"description": "专业代号408计算机基础知识点合集",
"version": "0.0.1-alpha.4",
"packageManager": "pnpm@7.2.1",
"engines": {
"node": "^18.x",
"pnpm": ">=7.2.1"
},
"author": {
"name": "Chu Fan",
"email": "fairy_408@2925.com",
"url": "https://github.com/142vip"
},
"scripts": {
"preinstall": "chmod +x ./scripts/*",
"postinstall": "npm run build:mark-map",
"prepare": "rm -f .husky/pre-commit && husky install && npx husky add .husky/pre-commit \"./scripts/lint --fix\" && chmod +x .husky/pre-commit",
"dev": "vuepress dev docs",
"build": "./scripts/bundle build ",
"build:proxy": "./scripts/bundle build_proxy",
"build:mark-map": "./scripts/mark-map",
"deploy:vercel": "vercel --prod",
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' + "
},
"scripts-info": {
"preinstall": "在安装依赖前分配脚本权限",
"postinstall": "在安装依赖后编译markdown文档转化为思维导图",
"prepare": "安装依赖预执行脚本",
"build:mark-map": "./scripts/mark-map",
"dev": "本地启动项目",
"clean": "快速删除本地依赖"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vuepress/client": "^2.0.0-beta.67",
"@vuepress/utils": "^2.0.0-beta.67",
"bumpp": "^9.2.0",
"commit-and-tag-version": "^11.2.4",
"enquirer": "^2.4.1",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"markmap-cli": "^0.15.4",
"shelljs": "^0.8.5",
"typescript": "^3.9.10",
"vercel": "^32.4.1",
"vue": "^3.3.4",
"vuepress": "^2.0.0-beta.67",
"vuepress-plugin-components": "^2.0.0-beta.237",
"vuepress-plugin-md-enhance": "^2.0.0-beta.237",
"vuepress-plugin-search-pro": "^2.0.0-beta.237",
"vuepress-theme-hope": "^2.0.0-beta.237",
"webpack": "^5.88.2"
},
"license": "MIT"
}