1 Star 0 Fork 14

心随风舞/vue-cli3-config

forked from 张松涛/vue-cli3-config 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
Hansen Wang 提交于 2020-02-05 15:14 . feat: add stylelint
{
"name": "vue-cli4-config",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"crm": "vue-cli-service build --mode crm",
"font": "node scripts/svg2font.js",
"commit": "git-cz",
"commit:retry": "git-cz --retry",
"commit:noverify": "git-cz --no-verify",
"release": "standard-version",
"push": "git push --follow-tags origin master"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^3.3.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-router": "^4.0.0",
"@vue/cli-plugin-vuex": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"commitizen": "^4.0.3",
"commitlint-config-cz": "^0.12.1",
"conventional-changelog": "^3.1.14",
"conventional-changelog-cli": "^2.0.27",
"cz-customizable": "^6.2.0",
"glob-all": "^3.1.0",
"husky": "^3.0.9",
"image-webpack-loader": "^6.0.0",
"lint-staged": "^9.4.3",
"node-sass": "^4.12.0",
"postcss-import": "^12.0.1",
"purgecss-webpack-plugin": "^1.6.0",
"sass-loader": "^8.0.0",
"spritesheet-templates": "^10.4.2",
"spritesmith": "^3.4.0",
"standard-version": "^7.0.0",
"stylelint": "^13.0.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-webpack-plugin": "^1.2.1",
"svg-sprite-loader": "^4.1.6",
"svgtofont": "^1.5.1",
"vue-template-compiler": "^2.6.10",
"webpack-spritesmith": "^1.0.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"src/**/*.+(js|ts|tsx|md|css|sass|less|graphql|yml|yaml|scss|json|vue)": [
"git add"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./.cz-config.js"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zstcs/vue-cli3-config.git
git@gitee.com:zstcs/vue-cli3-config.git
zstcs
vue-cli3-config
vue-cli3-config
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385