{ "$schema": "https://json.schemastore.org/package", "name": "ruoyi-vue-plus", "version": "6.0.0", "description": "RuoYi-Vue-Plus后台管理系统", "license": "MIT", "author": "LionLi", "repository": { "type": "git", "url": "https://gitee.com/JavaLionLi/plus-ui.git" }, "packageManager": "pnpm@10.34.5", "type": "module", "scripts": { "build": "vite build --mode production", "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.1", "@noble/ciphers": "^2.4.0", "@vueuse/core": "14.4.0", "@wangeditor-next/editor": "6.4.1", "@wangeditor-next/editor-for-vue": "6.4.1", "animate.css": "4.1.1", "await-to-js": "3.0.0", "axios": "1.20.0", "echarts": "6.1.0", "element-plus": "2.14.5", "highlight.js": "11.12.0", "image-conversion": "2.1.1", "jsencrypt": "3.5.4", "nprogress": "0.2.0", "pinia": "4.0.3", "vue": "3.5.42", "vue-cropper": "1.1.4", "vue-i18n": "11.4.10", "vue-json-pretty": "2.6.0", "vue-router": "5.3.1", "vue-types": "7.0.0", "vxe-pc-ui": "4.18.9", "vxe-table": "4.21.9" }, "devDependencies": { "@types/node": "^26.1.1", "@types/nprogress": "0.2.3", "@unocss/preset-attributify": "66.10.1", "@unocss/preset-wind3": "66.10.1", "@vitejs/plugin-vue": "^6.0.8", "@vue/compiler-sfc": "3.5.42", "autoprefixer": "10.5.5", "oxfmt": "^0.67.0", "oxlint": "^1.82.0", "sass": "1.104.0", "typescript": "^6.0.3", "unocss": "66.10.1", "unplugin-auto-import": "21.1.0", "unplugin-vue-components": "32.1.0", "unplugin-vue-setup-extend-plus": "1.0.1", "vite": "^8.2.2", "vite-plugin-svg-icons-ng": "^1.9.3", "vitest": "4.1.11", "vue-tsc": "^3.3.11" }, "browserslist": [ "Chrome >= 87", "Edge >= 88", "Safari >= 14", "Firefox >= 78" ], "engines": { "node": ">=20.19.0", "pnpm": ">=10.0.0" } }