2022-07-18 19:06:37 +08:00
|
|
|
{
|
|
|
|
"name": "ruoyi-vue-pro-vue3",
|
2022-10-18 10:21:06 +08:00
|
|
|
"version": "1.6.4.1821",
|
2022-07-19 23:03:10 +08:00
|
|
|
"description": "基于vue3、element-plus、typesScript、vite3",
|
2022-07-18 19:06:37 +08:00
|
|
|
"author": "xingyu",
|
|
|
|
"private": false,
|
|
|
|
"scripts": {
|
|
|
|
"i": "pnpm install",
|
2022-07-22 13:45:02 +08:00
|
|
|
"dev": "vite --mode base --open",
|
2022-07-18 19:06:37 +08:00
|
|
|
"ts:check": "vue-tsc --noEmit",
|
|
|
|
"build:pro": "vite build --mode pro",
|
|
|
|
"build:dev": "vite build --mode dev",
|
2022-10-11 16:03:08 +08:00
|
|
|
"build:test": "npm run ts:check && vite build --mode test",
|
2022-07-18 19:06:37 +08:00
|
|
|
"serve:pro": "vite preview --mode pro",
|
|
|
|
"serve:dev": "vite preview --mode dev",
|
|
|
|
"serve:test": "vite preview --mode test",
|
|
|
|
"npm:check": "npx npm-check-updates",
|
|
|
|
"clean": "npx rimraf node_modules",
|
|
|
|
"clean:cache": "npx rimraf node_modules/.cache",
|
|
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
|
|
"lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
|
|
|
|
"lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
|
|
"lint:lint-staged": "lint-staged -c ",
|
|
|
|
"lint:pretty": "pretty-quick --staged",
|
2022-10-19 10:42:37 +08:00
|
|
|
"p": "plop"
|
2022-07-18 19:06:37 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-09-20 18:00:43 +08:00
|
|
|
"@iconify/iconify": "^3.0.0",
|
2022-10-17 13:02:23 +08:00
|
|
|
"@vueuse/core": "^9.3.1",
|
2022-10-08 18:51:50 +08:00
|
|
|
"@wangeditor/editor": "^5.1.21",
|
2022-07-18 19:06:37 +08:00
|
|
|
"@wangeditor/editor-for-vue": "^5.1.10",
|
2022-09-20 18:00:43 +08:00
|
|
|
"@zxcvbn-ts/core": "^2.0.5",
|
2022-07-18 19:06:37 +08:00
|
|
|
"animate.css": "^4.1.1",
|
|
|
|
"axios": "^0.27.2",
|
2022-08-10 17:59:48 +08:00
|
|
|
"crypto-js": "^4.1.1",
|
2022-09-20 18:00:43 +08:00
|
|
|
"dayjs": "^1.11.5",
|
2022-10-08 18:51:50 +08:00
|
|
|
"echarts": "^5.4.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"echarts-wordcloud": "^2.0.0",
|
2022-10-17 13:02:23 +08:00
|
|
|
"element-plus": "2.2.18",
|
2022-07-18 19:06:37 +08:00
|
|
|
"intro.js": "^6.0.0",
|
2022-07-19 22:33:54 +08:00
|
|
|
"jsencrypt": "^3.2.1",
|
2022-07-18 19:06:37 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"mitt": "^3.0.0",
|
|
|
|
"nprogress": "^0.2.0",
|
2022-10-11 14:06:30 +08:00
|
|
|
"pinia": "^2.0.23",
|
2022-07-18 19:06:37 +08:00
|
|
|
"qrcode": "^1.5.1",
|
|
|
|
"qs": "^6.11.0",
|
2022-07-19 22:33:54 +08:00
|
|
|
"url": "^0.11.0",
|
2022-10-17 13:02:23 +08:00
|
|
|
"vue": "3.2.41",
|
2022-07-18 19:06:37 +08:00
|
|
|
"vue-cropper": "^1.0.3",
|
2022-08-06 23:17:02 +08:00
|
|
|
"vue-i18n": "9.2.2",
|
2022-09-20 18:00:43 +08:00
|
|
|
"vue-router": "^4.1.5",
|
2022-08-01 19:07:44 +08:00
|
|
|
"vue-types": "^4.2.1",
|
2022-10-19 17:10:19 +08:00
|
|
|
"vxe-table": "^4.3.5",
|
|
|
|
"web-storage-cache": "^1.1.1",
|
|
|
|
"xe-utils": "^3.5.7"
|
2022-07-18 19:06:37 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-20 18:00:43 +08:00
|
|
|
"@commitlint/cli": "^17.1.2",
|
|
|
|
"@commitlint/config-conventional": "^17.1.0",
|
2022-10-17 13:02:23 +08:00
|
|
|
"@iconify/json": "^2.1.122",
|
2022-10-08 18:51:50 +08:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
|
2022-08-10 17:59:48 +08:00
|
|
|
"@purge-icons/generated": "^0.9.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"@types/intro.js": "^5.1.0",
|
|
|
|
"@types/lodash-es": "^4.17.6",
|
2022-10-17 13:02:23 +08:00
|
|
|
"@types/node": "^18.11.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-09-20 18:00:43 +08:00
|
|
|
"@types/qrcode": "^1.5.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"@types/qs": "^6.9.7",
|
2022-10-11 14:06:30 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
|
|
|
"@typescript-eslint/parser": "^5.40.0",
|
2022-10-08 18:51:50 +08:00
|
|
|
"@vitejs/plugin-vue": "^3.1.2",
|
2022-09-20 18:00:43 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
2022-10-08 18:51:50 +08:00
|
|
|
"autoprefixer": "^10.4.12",
|
|
|
|
"eslint": "^8.25.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-09-20 18:00:43 +08:00
|
|
|
"eslint-define-config": "^1.7.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2022-10-08 18:51:50 +08:00
|
|
|
"eslint-plugin-vue": "^9.6.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"less": "^4.1.3",
|
|
|
|
"lint-staged": "^13.0.3",
|
|
|
|
"plop": "^3.1.1",
|
2022-10-17 13:02:23 +08:00
|
|
|
"postcss": "^8.4.18",
|
2022-07-18 19:06:37 +08:00
|
|
|
"postcss-html": "^1.5.0",
|
|
|
|
"postcss-less": "^6.0.0",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"rimraf": "^3.0.2",
|
2022-10-08 18:51:50 +08:00
|
|
|
"rollup": "^2.79.1",
|
2022-10-17 13:02:23 +08:00
|
|
|
"stylelint": "^14.14.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"stylelint-config-html": "^1.1.0",
|
|
|
|
"stylelint-config-prettier": "^9.0.3",
|
2022-09-20 18:00:43 +08:00
|
|
|
"stylelint-config-recommended": "^9.0.0",
|
2022-10-17 13:02:23 +08:00
|
|
|
"stylelint-config-standard": "^29.0.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"stylelint-order": "^5.0.0",
|
2022-10-08 18:51:50 +08:00
|
|
|
"typescript": "4.8.4",
|
2022-10-17 13:02:23 +08:00
|
|
|
"unplugin-vue-macros": "^0.13.2",
|
|
|
|
"vite": "3.1.8",
|
2022-07-20 16:47:51 +08:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2022-09-20 18:00:43 +08:00
|
|
|
"vite-plugin-eslint": "^1.8.1",
|
2022-07-18 19:06:37 +08:00
|
|
|
"vite-plugin-html": "^3.2.0",
|
2022-09-20 18:00:43 +08:00
|
|
|
"vite-plugin-purge-icons": "^0.9.1",
|
2022-10-08 18:51:50 +08:00
|
|
|
"vite-plugin-style-import": "2.0.0",
|
2022-07-18 19:06:37 +08:00
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
2022-09-20 18:00:43 +08:00
|
|
|
"vite-plugin-windicss": "^1.8.8",
|
2022-10-17 13:02:23 +08:00
|
|
|
"vue-tsc": "^1.0.8",
|
2022-10-19 10:42:37 +08:00
|
|
|
"windicss": "^3.5.6"
|
2022-07-18 19:06:37 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 14.18.0"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://gitee.com/zhijiantianya/ruoyi-vue-pro"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues/I57XOQ"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitee.com/zhijiantianya/ruoyi-vue-pro"
|
|
|
|
}
|