代码拉取完成,页面将自动刷新
{
"name": "vue3-project-template-latest",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode development",
"build:pro": "vue-tsc --noEmit && vite build --mode production",
"preview": "vite preview",
"lint:js": "eslint --ext \".ts,.tsx,.js,.jsx,.vue\" --ignore-path .eslintignore .",
"lint:style": "stylelint \"**/*.{css,less,scss,vue}\" --ignore-path .stylelintignore",
"fix:js": "eslint --fix --ext \".ts,.tsx,.js,.jsx,.vue\" --ignore-path .eslintignore .",
"fix:style": "stylelint \"**/*.{css,less,scss,vue}\" --ignore-path .stylelintignore --fix",
"lint": "npm run lint:js && npm run lint:style",
"fix": "npm run fix:js && npm run fix:style",
"prepare": "husky install && npm run init-git-commit && npm run init-git-msg",
"init-git-commit": "npx husky add .husky/pre-commit \"npx lint-staged\"",
"init-git-msg": "npx husky add .husky/commit-msg \"npx --no -- commitlint --edit ${1}\""
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.15",
"axios": "^1.3.4",
"pinia": "^2.0.32",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.35.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.1.2",
"postcss": "^8.4.21",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"stylelint": "^15.2.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^30.0.1",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.24"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
"npm run fix:js"
],
"*.{css,less,scss,vue}": [
"npm run fix:style"
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。