1 Star 0 Fork 0

gist006/vue3-admin-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
gist006 提交于 2023-11-21 17:47 . feat: v1.0
{
"name": "vue3-admin-engine",
"private": true,
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite dev",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint --ext=vue,js src",
"lint:fix": "eslint --ext=vue,js --fix src",
"prepare": "husky install",
"commit": "git cz"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".cz-config.cjs"
}
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@types/sortablejs": "^1.15.4",
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"devtools-detector": "^2.0.14",
"element-plus": "^2.3.4",
"file-saver": "^2.0.5",
"monaco-editor": "^0.41.0",
"nanoid": "^4.0.2",
"pinia": "^2.1.1",
"prettier": "^2.8.8",
"sass": "^1.66.1",
"sortablejs": "^1.15.0",
"vue": "^3.2.47",
"vue-router": "^4.2.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/file-saver": "^2.0.5",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"commitizen": "^4.3.0",
"commitlint-config-cz": "^0.13.3",
"cz-customizable": "^7.0.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.13.0",
"fast-glob": "^3.3.1",
"husky": "^8.0.0",
"lint-staged": "^13.2.2",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.0",
"unplugin-element-plus": "^0.7.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.4.2"
},
"lint-staged": {
"*.{js,ts,tsx,jsx,vue}": [
"eslint --fix",
"prettier --write",
"git add"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": [
"prettier --write"
],
"*.md": [
"prettier --write"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/gist006/vue3-admin-engine.git
git@gitee.com:gist006/vue3-admin-engine.git
gist006
vue3-admin-engine
vue3-admin-engine
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385