1 Star 2 Fork 0

Shaohqfspace/PublicElkAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
Shaohqfspace 提交于 2022-12-11 17:46 . 12/11 解决依赖安装问题
{
"name": "Elk-Admin",
"version": "1.0.0",
"scripts": {
"dev": "cross-env VITE_ENV=development vite",
"build": "cross-env VITE_ENV=production vite build ",
"build:gzip": "cross-env VITE_COMPRESS=gzip vite build",
"serve": "vite preview ",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.vue\"",
"lint": "eslint --cache --max-warnings 0 src/**/*.ts src/**/*.vue --fix",
"lint-css": "stylelint --fix \"src/**/*.{vue,less,postcss,css,scss}\" "
},
"dependencies": {
"@antv/x6": "^1.28.0",
"@ckeditor/ckeditor5-vue": "^2.0.1",
"@vitejs/plugin-legacy": "^1.6.2",
"@vitejs/plugin-vue-jsx": "^1.1.7",
"@vueuse/core": "^6.7.4",
"ant-design-vue": "^2.2.6",
"autoprefixer": "^10.3.3",
"axios": "^0.21.4",
"child_process": "^1.0.2",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"echarts": "^5.2.0",
"echarts-wordcloud": "^2.0.0",
"eslint": "^8.1.0",
"eslint-define-config": "^1.1.2",
"highlight.js": "^11.2.0",
"html2canvas": "^1.3.2",
"i": "^0.3.7",
"jspdf": "^2.4.0",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"postcss": "^8.3.6",
"postcss-html": "^1.2.0",
"prettier": "^2.4.1",
"qrcode": "^1.4.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.2",
"vite-plugin-compression": "^0.3.5",
"vite-plugin-html": "^2.1.1",
"vite-plugin-importer": "^0.2.5",
"vite-plugin-pwa": "^0.11.3",
"vite-plugin-style-import": "^1.3.0",
"vite-plugin-theme": "^0.8.1",
"vue": "^3.0.5",
"vue-codemirror": "^4.0.6",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.11",
"vuex": "^4.0.0-alpha.1",
"xlsx": "^0.17.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.0.5",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-typescript": "^0.14.0",
"eslint-plugin-vue": "^7.20.0",
"husky": "^7.0.4",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"sass": "^1.43.4",
"stylelint": "^14.0.1",
"stylelint-config-standard": "^23.0.0",
"stylelint-scss": "^4.0.0",
"typescript": "^4.4.4",
"vite": "^2.6.14",
"vite-plugin-svg-icons": "^1.0.4",
"vue-eslint-parser": "^8.0.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shaohqfspace/public-elk-admin.git
[email protected]:shaohqfspace/public-elk-admin.git
shaohqfspace
public-elk-admin
PublicElkAdmin
master

搜索帮助