代码拉取完成,页面将自动刷新
{
"name": "mmf-blog-vite-vue3-ssr",
"type": "module",
"version": "2.0.2",
"private": true,
"packageManager": "pnpm@10.10.0",
"author": "lincenying <lincenying@qq.com>",
"engines": {
"node": ">=16.13.0"
},
"scripts": {
"serve": "nodemon --watch ./server.dev.ts --exec tsx ./server.dev.ts",
"build": "tsx polyfill.ts && npm run build:client && npm run build:server && npm run build:server:entry",
"build:client": "vite build --ssrManifest --outDir dist/client",
"build:server": "cross-env VITE_APP_SSR=true vite build --ssr src/entry-server.ts --outDir dist/server",
"build:server:entry": "tsup --entry.server server.prod.ts --format esm --target es2020",
"start": "cross-env NODE_ENV=production node ./dist/server.js",
"generate": "vite build --ssrManifest --outDir dist/static && npm run build:server && tsx ./prerender.ts",
"workbox": "workbox generateSW workbox-config.js",
"lint": "eslint .",
"lint:ts": "vue-tsc --noEmit",
"lint:fix": "eslint . --fix",
"lint:css": "stylelint '**/*.{css,scss}' --fix --allow-empty-input"
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.18",
"@lincy/utils": "^0.6.2",
"@unhead/ssr": "^2.0.8",
"@unhead/vue": "^2.0.8",
"@vue/server-renderer": "^3.5.13",
"@vueuse/core": "^13.1.0",
"axios": "^1.9.0",
"compression": "^1.8.0",
"cookie-parser": "^1.4.7",
"element-plus": "^2.9.10",
"express": "^5.1.0",
"http-proxy-middleware": "^3.0.5",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lru-cache": "^11.1.0",
"md5": "^2.3.0",
"morgan": "^1.10.0",
"pinia": "^3.0.2",
"prismjs": "^1.30.0",
"qs": "^6.14.0",
"request-ip": "^3.3.0",
"serve-static": "^2.2.0",
"store2": "^2.14.4",
"vue": "^3.5.13",
"vue-content-loader": "^2.0.1",
"vue-loading-overlay": "^6.0.6",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@lincy/eslint-config": "^5.5.2",
"@lincy/stylelint-config": "^2.0.1",
"@lincy/unocss-base-config": "^2.2.1",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.8",
"@types/express": "^5.0.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.16",
"@types/md5": "^2.3.5",
"@types/morgan": "^1.9.9",
"@types/polyfill-library": "^3.108.4",
"@types/prismjs": "^1.26.5",
"@types/request-ip": "^0.0.41",
"@types/serve-static": "^1.15.7",
"@unocss/eslint-plugin": "^66.1.1",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/compiler-sfc": "^3.5.13",
"cross-env": "^7.0.3",
"eslint": "^9.26.0",
"eslint-plugin-format": "^1.0.1",
"lint-staged": "^16.0.0",
"mockjs": "^1.1.0",
"nodemon": "^3.1.10",
"polyfill-library": "^4.8.0",
"postcss": "^8.5.3",
"sass": "^1.88.0",
"simple-git-hooks": "^2.13.0",
"stylelint": "^16.19.1",
"tsup": "^8.4.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"unocss": "^66.1.1",
"unplugin-auto-import": "^19.2.0",
"unplugin-vue-components": "^28.5.0",
"unplugin-vue-macros": "^2.14.5",
"vite": "^6.3.5",
"vite-plugin-mock": "^3.0.2",
"vite-plugin-pwa": "^1.0.0",
"vue-tsc": "^2.2.10"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup",
"esbuild",
"postcss",
"prettier"
]
},
"onlyBuiltDependencies": [
"simple-git-hooks",
"vue-demi"
]
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{[jt]s?(x),vue,md}": "eslint --fix",
"*.{css,scss}": "stylelint --fix --allow-empty-input"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。