代码拉取完成,页面将自动刷新
{
"name": "vite-vue-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"format": "prettier --write src/",
"commit": "czg",
"prepare": "husky install",
"dev": "vite --mode localhost",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint:fix": "eslint . --ext .js,.mjs,.cjs,.ts,.tsx,.vue --fix",
"lint:lint-staged": "lint-staged"
},
"dependencies": {
"axios": "^1.8.1",
"dayjs": "^1.11.13",
"lodash-es": "^4.17.21",
"pinia": "^3.0.1",
"use-request": "^0.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "^9.21.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.4.0",
"@vue/tsconfig": "^0.7.0",
"commitizen": "^4.3.1",
"cz-git": "^1.11.0",
"czg": "^1.11.0",
"eslint": "^9.21.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"git-cz": "^4.9.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.2",
"typescript": "~5.7.3",
"typescript-eslint": "^8.25.0",
"vite": "^6.2.0",
"vite-plugin-checker": "^0.9.0",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.2.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": [
"prettier --write"
],
"*.vue": [
"prettier --write",
"eslint --fix"
],
"*.{scss,less,styl,html}": [
"prettier --write"
],
"*.md": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。