1 Star 2 Fork 1

CC/vue3-template-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
BenjaminCCG 提交于 2023-09-25 14:25 . feat(组件): 修复重复提交
{
"name": "vue3-template-cli",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"prepare": "husky install",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"prettier": "prettier --write .",
"commit": "git-cz"
},
"lint-staged": {
"*.{js,vue,ts,jsx,tsx}": [
"prettier --write",
"eslint --fix"
],
"*.{html,css,less,scss,md}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./.cz-config.cjs"
}
},
"dependencies": {
"pinia": "^2.1.6",
"postcss-preset-env": "^9.1.0",
"prettier": "^3.0.0",
"vue": "^3.3.4",
"vue-router": "4",
"windicss": "^3.5.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.9",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"commitizen": "^4.3.0",
"cz-customizable": "^7.0.0",
"eslint": "^8.46.0",
"eslint-config-alloy": "^5.1.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.16.1",
"husky": "^8.0.0",
"lint-staged": "^13.2.3",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.5",
"vite-plugin-checker": "^0.6.1",
"vite-plugin-windicss": "^1.9.0",
"vue-tsc": "^1.8.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/theGreatWallCCG/vue3-template-cli.git
git@gitee.com:theGreatWallCCG/vue3-template-cli.git
theGreatWallCCG
vue3-template-cli
vue3-template-cli
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385