mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-05-10 17:34:53 +00:00
88 lines
2.2 KiB
JSON
88 lines
2.2 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package",
|
|
"name": "ruoyi-vue-plus",
|
|
"version": "5.5.3-2.5.3",
|
|
"description": "RuoYi-Vue-Plus后台管理系统",
|
|
"license": "MIT",
|
|
"author": "LionLi",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/JavaLionLi/plus-ui.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:dev": "vite build --mode development",
|
|
"build:prod": "vite build --mode production",
|
|
"dev": "vite serve --mode development",
|
|
"fmt": "oxfmt .",
|
|
"lint": "oxlint src",
|
|
"lint:fix": "oxlint --fix src",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "2.3.2",
|
|
"@highlightjs/vue-plugin": "2.1.2",
|
|
"@iconify/vue": "^5.0.0",
|
|
"@vueuse/core": "14.2.1",
|
|
"@wangeditor-next/editor": "5.6.50",
|
|
"@wangeditor-next/editor-for-vue": "5.1.14",
|
|
"animate.css": "4.1.1",
|
|
"await-to-js": "3.0.0",
|
|
"axios": "1.13.6",
|
|
"crypto-js": "4.2.0",
|
|
"echarts": "6.0.0",
|
|
"element-plus": "2.13.5",
|
|
"highlight.js": "11.11.1",
|
|
"image-conversion": "2.1.1",
|
|
"jsencrypt": "3.5.4",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "3.0.4",
|
|
"vue": "3.5.30",
|
|
"vue-cropper": "1.1.4",
|
|
"vue-i18n": "11.3.0",
|
|
"vue-json-pretty": "2.6.0",
|
|
"vue-router": "5.0.3",
|
|
"vue-types": "6.0.0",
|
|
"vxe-table": "4.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "4.2.2",
|
|
"@types/node": "^25.4.0",
|
|
"@types/nprogress": "0.2.3",
|
|
"@unocss/preset-attributify": "66.6.6",
|
|
"@unocss/preset-wind3": "66.6.6",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/compiler-sfc": "3.5.30",
|
|
"autoprefixer": "10.4.27",
|
|
"oxfmt": "^0.43.0",
|
|
"oxlint": "^1.58.0",
|
|
"sass": "1.98.0",
|
|
"typescript": "^6.0.2",
|
|
"unocss": "66.6.6",
|
|
"unplugin-auto-import": "21.0.0",
|
|
"unplugin-vue-components": "31.0.0",
|
|
"unplugin-vue-setup-extend-plus": "1.0.1",
|
|
"vite": "^8.0.7",
|
|
"vite-plugin-svg-icons-ng": "^1.5.2",
|
|
"vitest": "4.0.18",
|
|
"vue-tsc": "^3.2.5"
|
|
},
|
|
"browserslist": [
|
|
"Chrome >= 87",
|
|
"Edge >= 88",
|
|
"Safari >= 14",
|
|
"Firefox >= 78"
|
|
],
|
|
"engines": {
|
|
"node": ">=20.19.0",
|
|
"pnpm": ">=10.0.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"es5-ext",
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|