1 Star 0 Fork 10

安河桥北/vue3-vant3-template

forked from fe-hl/vue3-vant4-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.88 KB
一键复制 编辑 原始数据 按行查看 历史
hl 提交于 2022-09-05 17:49 . perf: 工具函数提取
{
"name": "vue3-vant4-template",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode dev",
"build:uat": "vue-cli-service build --mode uat",
"build:pro": "vue-cli-service build --mode pro",
"build:analyz": "vue-cli-service build --mode analyz",
"mock": "nodemon mock/app.js",
"lint": "vue-cli-service lint",
"release": "npm run build:pro && node release.js",
"prepare": "husky install"
},
"dependencies": {
"@fe-hl/utils": "^1.1.8",
"axios": "^0.27.2",
"clipboard": "^2.0.11",
"core-js": "^3.8.3",
"docx-preview": "^0.1.11",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"qrcode": "^1.5.1",
"register-service-worker": "^1.7.2",
"vant": "^3.5.2",
"vue": "^3.2.13",
"vue-i18n": "^9.2.0-beta.40",
"vue-router": "^4.0.3",
"vuex": "^4.0.0",
"weixin-js-sdk": "^1.6.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@hl-cli/log": "^1.0.2",
"@hl-cli/utlis": "^1.0.2",
"@types/node": "^18.6.1",
"@types/path-exists": "^4.0.2",
"@types/qrcode": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"commitizen": "^4.2.5",
"compressing": "^1.6.2",
"cssnano": "^5.1.12",
"cssnano-preset-advanced": "^5.3.8",
"cz-customizable": "^6.9.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^7.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"fs-extra": "^10.1.0",
"husky": "^8.0.1",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"mockjs": "^1.1.0",
"nodemon": "^2.0.19",
"path-exists": "^4.0.0",
"postcss-aspect-ratio-mini": "^1.1.0",
"postcss-cssnext": "^3.1.1",
"postcss-import": "^14.1.0",
"postcss-px-to-viewport": "^1.1.1",
"postcss-style-px-to-viewport": "^2.9.1",
"postcss-url": "^10.1.3",
"postcss-viewport-units": "^0.1.6",
"postcss-write-svg": "^3.0.1",
"prettier": "^2.4.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"terser-webpack-plugin": "^5.3.3",
"typescript": "~4.5.5",
"unplugin-vue-components": "^0.21.1",
"uuid": "^8.3.2",
"webpack-bundle-analyzer": "^4.5.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"lint-staged": {
"src/**/*.{js,ts,vue}": [
"eslint --fix",
"git add ."
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mmmm96_admin/vue3-vant4-template.git
git@gitee.com:mmmm96_admin/vue3-vant4-template.git
mmmm96_admin
vue3-vant4-template
vue3-vant3-template
master

搜索帮助