92 lines
2.2 KiB
JSON
92 lines
2.2 KiB
JSON
|
{
|
||
|
"name": "RuoYi-Flex",
|
||
|
"version": "4.1.7",
|
||
|
"description": "RuoYi-Flex管理系统",
|
||
|
"author": "数据小王子",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"dev": "vite serve --mode development",
|
||
|
"build:prod": "vite build --mode production &&vue-tsc --noEmit",
|
||
|
"build:stage": "vite build --mode staging",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "lint-staged"
|
||
|
}
|
||
|
},
|
||
|
"lint-staged": {
|
||
|
"src/**/*.{js,vue}": [
|
||
|
"eslint --fix",
|
||
|
"git add"
|
||
|
]
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"admin",
|
||
|
"dashboard",
|
||
|
"element-plus",
|
||
|
"boilerplate",
|
||
|
"admin-template",
|
||
|
"management-system"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://gitee.com/dataprince/ruoyi-flex.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@element-plus/icons-vue": "2.1.0",
|
||
|
"@vueuse/core": "9.5.0",
|
||
|
"animate.css": "4.1.1",
|
||
|
"@zeronejs/utils": "^1.4.0",
|
||
|
"axios": "^1.6.2",
|
||
|
"echarts": "5.4.0",
|
||
|
"element-plus": "2.2.27",
|
||
|
"file-saver": "2.0.5",
|
||
|
"fuse.js": "6.6.2",
|
||
|
"js-cookie": "3.0.1",
|
||
|
"jsencrypt": "3.3.1",
|
||
|
"nprogress": "0.2.0",
|
||
|
"pinia": "^2.1.7",
|
||
|
"vue": "^3.3.8",
|
||
|
"vue-cropper": "1.0.3",
|
||
|
"vue-i18n": "9.2.2",
|
||
|
"vue-router": "4.1.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/file-saver": "^2.0.5",
|
||
|
"@types/js-cookie": "^3.0.3",
|
||
|
"@types/node": "^18.14.6",
|
||
|
"@types/nprogress": "^0.2.0",
|
||
|
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
||
|
"@typescript-eslint/parser": "^5.56.0",
|
||
|
"@vitejs/plugin-vue": "^4.5.0",
|
||
|
"@vue/compiler-sfc": "^3.3.8",
|
||
|
"autoprefixer": "^10.4.16",
|
||
|
"eslint": "^8.51.0",
|
||
|
"eslint-config-prettier": "^8.8.0",
|
||
|
"eslint-plugin-vue": "^9.9.0",
|
||
|
"fast-glob": "^3.3.1",
|
||
|
"postcss": "^8.4.31",
|
||
|
"sass": "1.56.1",
|
||
|
"tailwindcss": "^3.1.8",
|
||
|
"ts-node": "^10.9.1",
|
||
|
"tsconfig-paths": "^4.1.0",
|
||
|
"typescript": "^4.9.5",
|
||
|
"unplugin-auto-import": "^0.16.7",
|
||
|
"unplugin-vue-components": "^0.25.2",
|
||
|
"vite": "^4.5.0",
|
||
|
"vite-plugin-compression": "^0.5.1",
|
||
|
"vite-plugin-svg-icons": "^2.0.1",
|
||
|
"vite-plugin-vue-setup-extend": "^0.4.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.9",
|
||
|
"npm": ">= 3.0.0"
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"> 1%",
|
||
|
"last 2 versions"
|
||
|
]
|
||
|
}
|