1 Star 0 Fork 1

ike_yu/mmf-blog-vite-vue3-ssr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.18 KB
一键复制 编辑 原始数据 按行查看 历史
林岑影 提交于 2023-12-07 14:54 +08:00 . chore: 更新eslint配置
{
"name": "mmf-blog-vite-vue3-ssr",
"type": "module",
"version": "2.0.1",
"private": true,
"packageManager": "[email protected]",
"author": "lincenying <[email protected]>",
"engines": {
"node": ">=16.13.0"
},
"scripts": {
"prepare": "sh simple-git-hooks.sh",
"del": "sh delete-ts.sh",
"serve": "node server",
"build": "npm run build:client && npm run build:server",
"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",
"generate": "vite build --ssrManifest --outDir dist/static && npm run build:server && node prerender",
"start": "cross-env NODE_ENV=production node server",
"debug": "node --inspect-brk server",
"workbox": "workbox generateSW workbox-config.js",
"ts": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.15",
"@lincy/utils": "^0.4.4",
"@unhead/ssr": "^1.8.8",
"@unhead/vue": "^1.8.8",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.2",
"element-plus": "^2.4.3",
"express": "^4.18.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"pinia": "^2.1.7",
"prismjs": "^1.29.0",
"qs": "^6.11.2",
"store2": "^2.14.2",
"vue": "3.3.10",
"vue-content-loader": "^2.0.1",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@lincy/base-config": "^1.0.1",
"@lincy/eslint-config": "^4.2.2",
"@lincy/stylelint-config": "^1.15.10",
"@lincy/vite-plugin-mock": "^3.0.0",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/md5": "^2.3.5",
"@types/morgan": "^1.9.9",
"@types/prismjs": "^1.26.3",
"@types/serve-static": "^1.15.5",
"@unocss/eslint-plugin": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.3.10",
"@vue/server-renderer": "^3.3.10",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"eslint-plugin-format": "^0.1.0",
"http-proxy-middleware": "^2.0.6",
"lint-staged": "^15.2.0",
"lru-cache": "^10.1.0",
"mockjs": "^1.1.0",
"morgan": "^1.10.0",
"nodemon": "^3.0.2",
"polyfill-library": "^4.8.0",
"postcss": "^8.4.32",
"sass": "^1.69.5",
"simple-git-hooks": "^2.9.0",
"stylelint": "^15.11.0",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.7.0",
"vite": "5.0.6",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^3.0.0",
"vite-plugin-pwa": "^0.17.4",
"vue-tsc": "^1.8.25"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup",
"esbuild",
"postcss",
"prettier"
]
}
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,tsx,vue}": [
"eslint --fix"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ike_yu/mmf-blog-vite-vue3-ssr.git
[email protected]:ike_yu/mmf-blog-vite-vue3-ssr.git
ike_yu
mmf-blog-vite-vue3-ssr
mmf-blog-vite-vue3-ssr
master

搜索帮助