2024-01-29 16:45:29 +08:00
|
|
|
{
|
|
|
|
"name": "ruoyiflex-elementplus-ts",
|
2024-02-23 15:22:43 +08:00
|
|
|
"version": "5.2.0-SNAPSHOT",
|
2024-01-29 16:45:29 +08:00
|
|
|
"description": "Ruoyi-Flex多租户管理系统",
|
|
|
|
"author": "数据小王子",
|
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite serve --mode development",
|
|
|
|
"build:prod": "vite build --mode production",
|
|
|
|
"build:dev": "vite build --mode development",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
|
|
|
|
"prepare": "husky install",
|
|
|
|
"prettier": "prettier --write ."
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitee.com/dataprince/ruoyiflex-elementplus-ts.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@element-plus/icons-vue": "2.3.1",
|
|
|
|
"@vueup/vue-quill": "1.2.0",
|
|
|
|
"@vueuse/core": "10.7.2",
|
|
|
|
"animate.css": "4.1.1",
|
|
|
|
"await-to-js": "3.0.0",
|
|
|
|
"axios": "1.6.5",
|
|
|
|
"crypto-js": "4.2.0",
|
|
|
|
"echarts": "5.4.3",
|
2024-01-30 15:34:33 +08:00
|
|
|
"element-plus": "2.5.3",
|
2024-01-29 16:45:29 +08:00
|
|
|
"file-saver": "2.0.5",
|
|
|
|
"fuse.js": "7.0.0",
|
2024-03-05 16:35:37 +08:00
|
|
|
"image-conversion": "^2.1.1",
|
2024-01-29 16:45:29 +08:00
|
|
|
"js-cookie": "3.0.5",
|
|
|
|
"jsencrypt": "3.3.2",
|
|
|
|
"nprogress": "0.2.0",
|
|
|
|
"path-browserify": "1.0.1",
|
|
|
|
"path-to-regexp": "6.2.1",
|
|
|
|
"pinia": "2.1.7",
|
|
|
|
"screenfull": "6.0.2",
|
|
|
|
"vform3-builds": "3.0.10",
|
|
|
|
"vue": "3.4.13",
|
|
|
|
"vue-cropper": "1.1.1",
|
|
|
|
"vue-i18n": "9.9.0",
|
|
|
|
"vue-router": "4.2.5",
|
2024-03-05 16:35:37 +08:00
|
|
|
"vue-types": "5.1.1",
|
|
|
|
"vxe-table": "4.5.18"
|
2024-01-29 16:45:29 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@iconify/json": "2.2.168",
|
|
|
|
"@intlify/unplugin-vue-i18n": "2.0.0",
|
|
|
|
"@types/crypto-js": "4.2.1",
|
|
|
|
"@types/file-saver": "2.0.7",
|
|
|
|
"@types/js-cookie": "3.0.6",
|
|
|
|
"@types/node": "18.14.2",
|
|
|
|
"@types/nprogress": "0.2.3",
|
|
|
|
"@types/path-browserify": "1.0.2",
|
|
|
|
"@typescript-eslint/eslint-plugin": "6.18.1",
|
|
|
|
"@typescript-eslint/parser": "6.18.1",
|
|
|
|
"@unocss/preset-attributify": "0.58.3",
|
|
|
|
"@unocss/preset-icons": "0.58.3",
|
|
|
|
"@unocss/preset-uno": "0.58.3",
|
|
|
|
"@vue/compiler-sfc": "3.4.13",
|
|
|
|
"@vitejs/plugin-vue": "5.0.3",
|
|
|
|
"autoprefixer": "10.4.16",
|
|
|
|
"eslint": "8.56.0",
|
|
|
|
"eslint-config-prettier": "9.1.0",
|
|
|
|
"eslint-define-config": "2.1.0",
|
|
|
|
"eslint-plugin-prettier": "5.1.3",
|
|
|
|
"eslint-plugin-promise": "6.1.1",
|
|
|
|
"eslint-plugin-node": "11.1.0",
|
|
|
|
"eslint-plugin-import": "2.29.1",
|
|
|
|
"eslint-plugin-vue": "9.20.1",
|
|
|
|
"fast-glob": "3.3.2",
|
|
|
|
"husky": "8.0.3",
|
|
|
|
"postcss": "8.4.33",
|
|
|
|
"prettier": "3.2.2",
|
|
|
|
"sass": "1.69.7",
|
|
|
|
"typescript": "5.3.3",
|
|
|
|
"unocss": "0.58.3",
|
|
|
|
"unplugin-auto-import": "0.17.3",
|
|
|
|
"unplugin-icons": "0.18.2",
|
|
|
|
"unplugin-vue-components": "0.26.0",
|
|
|
|
"unplugin-vue-setup-extend-plus": "1.0.0",
|
|
|
|
"vite-plugin-compression": "0.5.1",
|
|
|
|
"vite-plugin-svg-icons": "2.0.1",
|
|
|
|
"vitest": "1.2.0",
|
|
|
|
"vue-eslint-parser": "9.4.0",
|
|
|
|
"vue-tsc": "1.8.27",
|
2024-01-30 15:34:33 +08:00
|
|
|
"vite": "5.0.12"
|
2024-01-29 16:45:29 +08:00
|
|
|
}
|
|
|
|
}
|