1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00
Files
408CSFamily/package.json

56 lines
1.8 KiB
JSON

{
"name": "408CSFamily",
"type": "module",
"version": "0.0.1-alpha.12",
"packageManager": "pnpm@9.6.0",
"description": "研究生考试408考点、工作面试计算机基础知识合集",
"authorInfo": {
"name": "微信公众号:储凡",
"email": "fairy_408@2925.com",
"url": "https://github.com/142vip",
"homePage": "https://408.142vip.cn"
},
"license": "MIT",
"engines": {
"node": ">=18.x",
"pnpm": "9.6.0"
},
"scripts": {
"preinstall": "chmod +x ./scripts/*",
"clean": "npx fa clean --ignore-tips --dist --vite --all",
"lint": "npx fa lint",
"lint:fix": "npx fa lint --fix",
"dev": "vuepress dev docs",
"build": "vuepress build docs --clean-temp --clean-cache",
"build:proxy": "PROXY_DOMAIN=true vuepress build docs --clean-temp --clean-cache",
"build:mark-map": "scripts/mark-map.js",
"deploy:vercel": "vercel --prod",
"release": "npx fa release --vip"
},
"devDependencies": {
"@142vip/fairy-cli": "^0.0.3-alpha.13",
"@142vip/utils": "^0.0.1-alpha.5",
"@antfu/eslint-config": "^2.27.3",
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-register-components": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"enquirer": "^2.4.1",
"eslint": "8.55.0",
"eslint-plugin-format": "^0.1.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"markmap-cli": "^0.15.8",
"shelljs": "^0.8.5",
"typescript": "^5.5.4",
"vercel": "^32.7.2",
"vue": "^3.4.23",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-components": "2.0.0-beta.238",
"vuepress-plugin-md-enhance": "2.0.0-beta.238",
"vuepress-plugin-search-pro": "2.0.0-beta.238",
"vuepress-theme-hope": "2.0.0-beta.238",
"webpack": "^5.91.0",
"xmind-embed-viewer": "^1.2.0"
}
}