代码拉取完成,页面将自动刷新
{
"name": "elegant-admin",
"type": "module",
"version": "1.0.1",
"private": true,
"description": "后台管理系统",
"author": "zhangyao <97972619@qq.com>",
"engines": {
"node": "^18.18.0 || ^20.0.0"
},
"scripts": {
"dev": "vite dev",
"build:test": "vite build --mode test",
"build:pre": "vite build --mode pre",
"build:prod": "vite build --mode production",
"serve:test": "http-server ./dist -o ",
"report": "http-server ./dist -o stats.html",
"deploy": "sh deploy.sh",
"svgo": "svgo -f src/assets/icons",
"new": "plop",
"generate:icons": "esno ./scripts/generate.icons.ts",
"lint": "npm-run-all -s lint:tsc lint:eslint lint:stylelint",
"lint:tsc": "vue-tsc",
"lint:eslint": "eslint . --cache --fix",
"lint:stylelint": "stylelint \"src/**/*.{css,scss,vue}\" --cache --fix",
"postinstall": "simple-git-hooks",
"preinstall": "npx only-allow pnpm",
"commit": "git pull && git add -A && git cz && git push"
},
"dependencies": {
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
"@headlessui/vue": "^1.7.19",
"@imengyu/vue3-context-menu": "^1.3.8",
"@tinymce/tinymce-vue": "^5.1.1",
"@vueuse/core": "^10.8.0",
"@vueuse/integrations": "^10.8.0",
"animate.css": "^4.1.1",
"axios": "^1.6.8",
"bytemd": "^1.21.0",
"colord": "2.9.3",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.10",
"defu": "^6.1.4",
"echarts": "^5.5.0",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.8.6",
"floating-vue": "5.2.2",
"hotkeys-js": "^3.13.7",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"monaco-editor": "^0.48.0",
"nprogress": "^0.2.0",
"overlayscrollbars": "^2.5.0",
"overlayscrollbars-vue": "^0.5.7",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.1.7",
"print-js": "^1.6.0",
"qrcode": "^1.5.3",
"qs": "^6.12.1",
"scule": "^1.3.0",
"sortablejs": "1.15.2",
"splitpanes": "^3.1.5",
"swiper": "^11.0.6",
"tinymce": "^7.0.1",
"typeit": "^8.8.3",
"vconsole": "^3.15.1",
"vue": "^3.5.8",
"vue-esign": "^1.1.4",
"vue-i18n": "9.13.1",
"vue-m-message": "^4.0.2",
"vue-router": "^4.4.5",
"vuedraggable": "4.1.0",
"xe-utils": "^3.5.20",
"xgplayer": "^3.0.17",
"xgplayer-hls": "^3.0.17",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@antfu/eslint-config": "2.6.4",
"@iconify/json": "^2.2.205",
"@iconify/vue": "^4.1.2",
"@stylistic/stylelint-config": "^1.0.1",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.2",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.15",
"@types/rollup-plugin-visualizer": "^4.2.4",
"@types/sortablejs": "^1.15.8",
"@types/splitpanes": "^2.2.6",
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@unocss/eslint-plugin": "^0.59.4",
"@unocss/postcss": "0.58.9",
"archiver": "^6.0.2",
"autoprefixer": "^10.4.19",
"boxen": "^7.1.1",
"cz-git": "^1.9.1",
"eslint": "^8.57.0",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"inquirer": "^9.2.17",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"plop": "^4.0.1",
"postcss": "^8.4.29",
"postcss-scss": "4.0.9",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.72.0",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.3.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^6.2.1",
"svgo": "^3.2.0",
"terser": "^5.30.4",
"typescript": "^5.6.2",
"unocss": "^0.62.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-turbo-console": "^1.4.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.7",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-compression2": "^1.1.0",
"vite-plugin-fake-server": "^2.1.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.4.6",
"vite-plugin-vue-meta-layouts": "^0.4.3",
"vue-tsc": "^2.1.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"preserveUnused": true
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。