1 Star 0 Fork 14

andy/meadmin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.87 KB
一键复制 编辑 原始数据 按行查看 历史
yuntian001 提交于 2024-01-13 15:19 . Merge branch 'template' into release
{
"name": "meadmin-template",
"private": true,
"version": "1.1.20",
"type": "module",
"author": {
"name": "meadmin-cn",
"email": "[email protected]",
"url": "https://github.com/yuntian001"
},
"scripts": {
"format": "prettier --write --cache .",
"dev": "vite",
"build": "npm run type-check && vite build -m prod ",
"build-github": "npm run type-check && vite build -m prod --base=/meadmin-template/",
"type-check": "node --loader ts-node/esm ./cli/autoImport.ts && vue-tsc --noEmit",
"preview": "vite preview",
"release-main": "release-it -c .release-it-main.json",
"release-template": "release-it",
"eslint": "eslint . --cache --ext .vue,.ts,.tsx",
"eslint:fix": "eslint . --ext .vue,.ts,.tsx --fix",
"prettier": "prettier --cache -l \"./**/*\"",
"prettier:fix": "prettier --write --cache -l \"./**/*\"",
"i": "npm install --registry=https://registry.npm.taobao.org && npx husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@meadmin-cn/vite-plugin-mock": "^2.9.7",
"@vue/shared": "^3.2.25",
"@vueuse/core": "^9.1.0",
"@wangeditor/editor": "^5.1.15",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.5",
"dayjs": "^1.11.3",
"echarts": "^5.3.3",
"element-plus": "^2.2.25",
"format-number": "^3.0.0",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"md-editor-v3": "^2.4.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.0.14",
"qs": "^6.11.0",
"tableexport": "^5.2.0",
"vue-form-create": "^1.2.10",
"vue": "^3.4.10",
"vue-i18n": "^9.1.10",
"vue-request": "^2.0.1",
"vue-router": "^4.1.1",
"vxe-table": "^4.5.5",
"vxe-table-plugin-element": "^3.0.6",
"xe-utils": "^3.5.7"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/runtime": "^7.21.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@release-it/conventional-changelog": "^8.0.1",
"@rollup/plugin-babel": "^5.3.1",
"@types/jquery": "^3.5.14",
"@types/js-cookie": "^3.0.2",
"@types/lodash-es": "^4.17.7",
"@types/mockjs": "^1.0.6",
"@types/node": "^18.0.1",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@yuntian001/vue-setup-extend": "^1.0.0",
"autoprefixer": "^10.4.8",
"core-js": "^3.25.3",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.13.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss-plugin-px2rem": "^0.8.1",
"prettier": "2.8.8",
"release-it": "^17.0.1",
"rollup-plugin-visualizer": "^5.7.1",
"sass": "^1.53.0",
"terser": "^5.14.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"vite": "^5.0.10",
"vite-plugin-autogeneration-import-file": "^3.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-svg-loader": "^3.4.0",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.27",
"xregexp": "^5.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meadmin-cn/meadmin-template.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/meadmin-cn/meadmin-template/issues"
},
"homepage": "https://github.com/meadmin-cn/meadmin-template",
"lint-staged": {
"**/*": "prettier --cache --write --ignore-unknown",
"*.{vue,ts,tsx}": "eslint --cache --fix"
},
"engines": {
"node": ">=20.10.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/andy668_admin/meadmin-template.git
[email protected]:andy668_admin/meadmin-template.git
andy668_admin
meadmin-template
meadmin-template
main

搜索帮助