2 Star 0 Fork 0

mazhl/vue3-project-template-latest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
mazhili 提交于 2023-04-12 17:02 . fix: 更新校验规则
{
"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"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mazhili/vue3-project-template-latest.git
[email protected]:mazhili/vue3-project-template-latest.git
mazhili
vue3-project-template-latest
vue3-project-template-latest
master

搜索帮助