加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
pluto 提交于 2022-04-22 21:30 . 整理
{
"name": "hy-vue3-ts-cms",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"prettier": "prettier --write .",
"prepare": "husky install",
"commit": "cz"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.5",
"countup.js": "^2.0.8",
"dayjs": "^1.10.6",
"echarts": "^5.1.2",
"element-plus": "^1.0.2-beta.70",
"normalize.css": "^8.0.1",
"vue": "^3.2.4",
"vue-i18n": "^8.25.0",
"vue-router": "^4.0.10",
"vuex": "^4.0.2",
"wangeditor": "^4.7.7"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.4",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-plugin-import": "^1.13.3",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.0.0",
"husky": "^7.0.0",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^11.1.0",
"prettier": "^2.3.2",
"typescript": "~4.1.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化