1 Star 0 Fork 25

hanjinfeng39 / RuoYi-Vue3-UI

forked from 三个三 / RuoYi-Vue3-UI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.61 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "admin",
"version": "5.0",
"description": "基于RuoYi-Vue-Plus开发的Vue3+Vite+Pinia+Router的后台管理系统",
"author": "thiszhc",
"license": "MIT",
"scripts": {
"test": "vite serve --mode test",
"dev": "vite serve --mode development",
"prod": "vite serve --mode production",
"build": "vite build --mode production",
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"preview": "npm run build:dev && vite preview",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.3.5",
"codemirror": "5.x",
"codemirror-editor-vue3": "^2.3.0",
"countup.js": "^2.6.0",
"cropperjs": "^1.5.13",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"echarts": "^5.4.2",
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.1.0",
"element-plus": "^2.3.3",
"file-saver": "^2.0.5",
"highlight.js": "^11.8.0",
"install": "^0.13.0",
"js-cookie": "^3.0.1",
"js-table2excel": "^1.0.3",
"jsencrypt": "3.3.1",
"jsplumb": "^2.15.6",
"mavon-editor": "^2.10.4",
"md-editor-v3": "^4.2.2",
"mitt": "^3.0.0",
"npm": "^9.8.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.34",
"pinia-plugin-persist": "^1.0.0",
"print-js": "^1.6.0",
"qrcodejs2-fixes": "^0.0.2",
"qs": "^6.11.1",
"sanitize-html": "^2.11.0",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.0",
"splitpanes": "^3.1.5",
"vue": "^3.2.47",
"vue-clipboard3": "^2.0.0",
"vue-demi": "^0.13.11",
"vue-grid-layout": "^3.0.0-beta1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/codemirror": "^5.60.7",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.15.11",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.10.0",
"prettier": "^2.8.7",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.61.0",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-icons": "^0.16.2",
"unplugin-vue-components": "^0.25.0",
"unplugin-vue-setup-extend-plus": "^1.0.0",
"vite": "^4.2.1",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-cdn2": "^0.9.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.15.0",
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
"vue-eslint-parser": "^9.1.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://gitee.com/thiszhc/RuoYi-Vue3-UI/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">= 7.0.0"
},
"keywords": [
"vue",
"vue3",
"vuejs/vue-next",
"element-ui",
"element-plus",
"vue-next-admin",
"next-admin"
],
"repository": {
"type": "git",
"url": "https://gitee.com/thiszhc/RuoYi-Vue3-UI.git"
}
}
JavaScript
1
https://gitee.com/hanjinfeng39/RuoYi-Vue3-UI.git
git@gitee.com:hanjinfeng39/RuoYi-Vue3-UI.git
hanjinfeng39
RuoYi-Vue3-UI
RuoYi-Vue3-UI
5.X

搜索帮助