mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-03 02:23:38 +08:00
58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
{
|
|
"name": "408CSFamily",
|
|
"type": "module",
|
|
"version": "0.0.1-alpha.14",
|
|
"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": "npx only-allow pnpm && chmod +x ./scripts/*",
|
|
"postinstall": "pnpm build:mark-map",
|
|
"clean": "npx fa clean --ignore-tips --dist --vite --all",
|
|
"lint": "npx fa lint",
|
|
"lint:fix": "npx fa lint --fix",
|
|
"dev": "pnpm build:mark-map && npx vuepress dev docs",
|
|
"build": "npx vuepress build docs --clean-temp --clean-cache",
|
|
"build:proxy": "NEED_PROXY=true npx vuepress build docs --clean-temp --clean-cache",
|
|
"build:mark-map": "./scripts/mark-map",
|
|
"deploy:vercel": "vercel --prod",
|
|
"release": "npx fa release --vip"
|
|
},
|
|
"devDependencies": {
|
|
"@142vip/eslint-config": "^0.0.1-alpha.2",
|
|
"@142vip/fairy-cli": "^0.0.3-alpha.11",
|
|
"@142vip/utils": "^0.0.1-alpha.5",
|
|
"@vue/repl": "^4.3.1",
|
|
"@vuepress/bundler-vite": "2.0.0-rc.17",
|
|
"@vuepress/plugin-feed": "2.0.0-rc.3",
|
|
"@vuepress/plugin-markdown-image": "2.0.0-rc.30",
|
|
"@vuepress/plugin-markdown-tab": "2.0.0-rc.47",
|
|
"@vuepress/plugin-redirect": "2.0.0-rc.8",
|
|
"dashjs": "^4.7.4",
|
|
"hls.js": "^1.5.13",
|
|
"markmap-cli": "^0.15.8",
|
|
"mermaid": "^10.9.1",
|
|
"only-allow": "^1.2.1",
|
|
"reveal.js": "^5.1.0",
|
|
"sass-embedded": "^1.79.3",
|
|
"typescript": "^5.5.4",
|
|
"vercel": "^32.7.2",
|
|
"vidstack": "^1.11.30",
|
|
"vue": "^3.5.8",
|
|
"vuepress": "2.0.0-rc.17",
|
|
"vuepress-plugin-search-pro": "2.0.0-rc.57",
|
|
"vuepress-theme-hope": "2.0.0-rc.56",
|
|
"xmind-embed-viewer": "^1.2.0"
|
|
}
|
|
}
|