代码拉取完成,页面将自动刷新
同步操作将从 mahoushaojo/VITE_MPA多页面工程 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "vite-demo",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint:script": "eslint --fix --ext .js --ext .ts --ext .vue src/",
"lint:style": "stylelint --fix \"src/**/*.{css,scss,vue}\"",
"lint:prettierrc": "prettier --write .",
"format": "pnpm run lint:prettierrc && pnpm run lint:script && pnpm run lint:style",
"preview": "vite preview",
"postinstall": "husky install",
"new:page": "node ./scripts/index.mjs"
},
"lint-staged": {
"src/**/*.{js,ts,vue}": [
"pnpm run lint:prettierrc",
"pnpm run lint:script",
"git add ."
],
"**/*.{scss,css,vue}": [
"pnpm run lint:style",
"git add ."
]
},
"dependencies": {
"boxen": "^7.0.0",
"chalk": "^5.0.1",
"stylelint-config-rational-order": "^0.1.2",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@amatlash/vite-plugin-stylelint": "^1.2.0",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-vue": "^2.3.3",
"commitlint": "^17.0.2",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"postcss": "^8.4.14",
"postcss-html": "^1.4.1",
"postcss-scss": "^4.0.4",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"stylelint": "^14.9.1",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-eslint": "^1.6.1",
"vite-plugin-imagemin": "^0.6.1",
"vue-tsc": "^0.34.7"
},
"pnpm": {
"overrides": {
"bin-wrapper": "npm:bin-wrapper-china"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。