1 Star 0 Fork 0

wenlan-coder/cms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-ts-cms",
"version": "0.0.0",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src*/**/*.ts": [
"prettier --config .prettierrc.js --write",
"eslint",
"git add"
],
"src*/**/*.json": [
"prettier --config .prettierrc.js --write",
"eslint",
"git add"
]
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"commit": "npx cz",
"lint": "eslint --fix --ext .js --ext .jsx --ext .ts --ext .vue src/ ",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^0.2.6",
"@vueuse/core": "^7.6.2",
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"echarts": "^5.3.0",
"element-plus": "^1.3.0-beta.5",
"less": "^4.1.2",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.0",
"vue": "^3.2.25",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"vuex-module-decorators": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@types/nprogress": "^0.2.0",
"@types/progress": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.3.0",
"husky": "^7.0.4",
"less-loader": "^10.2.0",
"lint-staged": "^12.1.7",
"prettier": "^2.5.1",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.11",
"vite": "^2.7.2",
"vue-tsc": "^0.29.8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wenlan12/cms.git
git@gitee.com:wenlan12/cms.git
wenlan12
cms
cms
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385