3 Star 32 Fork 15

灰是小灰灰的灰/vite-element-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.41 KB
一键复制 编辑 原始数据 按行查看 历史
bing.yu 提交于 2023-06-26 14:17 . update all package
{
"name": "vite-element-admin",
"private": true,
"version": "3.0.0",
"description": "vite-element-admin",
"scripts": {
"dev": "cross-env --max_old_space_size=4096 vite",
"build": "rimraf dist && cross-env vite build",
"build:staging": "rimraf dist && cross-env vite build --mode staging",
"report": "rimraf dist && cross-env vite build",
"vis": "set vis=true && vite build",
"lint-fix": "eslint --fix --ext .js,.ts,.jsx,.tsx,.vue src",
"lint-prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint": "npm run lint-prettier && npm run lint-fix",
"preview": "vite preview",
"prepare": "husky install"
},
"author": {
"name": "灰是小灰灰的灰",
"email": "454539387@qq.com",
"url": ""
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@element-plus/icons-vue": "^2.1.0",
"@logicflow/core": "^1.2.9",
"@logicflow/extension": "^1.2.9",
"@mojs/core": "^1.5.1",
"@vueuse/core": "^10.2.0",
"@wangeditor/core": "^1.1.19",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.11",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"clipboard": "^2.0.11",
"driver.js": "^0.9.8",
"echarts": "^5.4.2",
"echarts-gl": "^2.0.9",
"element-plus": "^2.3.7",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash-unified": "^1.0.3",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"ol": "^7.4.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"pinia": "^2.1.4",
"postcss": "^8.4.24",
"qs": "^6.11.2",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.3.2",
"tui-image-editor": "^3.15.3",
"unplugin-vue-define-options": "^1.3.8",
"vditor": "^3.9.4",
"vue": "^3.3.4",
"vue-form-create2": "^1.2.9",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2",
"vue3-lottie": "^2.7.4",
"vxe-table": "^4.4.2",
"xe-utils": "^3.5.11",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@vitejs/plugin-legacy": "^4.0.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.43.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.15.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.63.6",
"svg-sprite-loader": "^6.0.11",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mock": "^3.0.0",
"vue-eslint-parser": "^9.3.1"
},
"homepage": "https://github.com/mvpyb/vite-element-admin",
"keywords": [
"vite element admin",
"vite",
"vue3",
"element-plus",
"admin"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"license": "MIT",
"lint-staged": {
"src/**/*.{vue,js,ts,tsx,jsx}": [
"eslint --fix",
"git add"
]
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
],
"engines": {
"node": ">= 16.17.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/simmon_page/vite-element-admin.git
git@gitee.com:simmon_page/vite-element-admin.git
simmon_page
vite-element-admin
vite-element-admin
master

搜索帮助