FlowPacs/yudao-ui-admin-vue3/package.json

122 lines
3.9 KiB
JSON
Raw Normal View History

2022-07-18 19:06:37 +08:00
{
"name": "ruoyi-vue-pro-vue3",
2022-11-08 09:42:22 +08:00
"version": "1.6.4.1841",
2022-11-01 10:04:15 +08:00
"description": "基于vue3、vite3、element-plus、typesScript",
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-26 09:44:07 +08:00
"@vueuse/core": "^9.4.0",
2022-10-20 12:05:51 +08:00
"@wangeditor/editor": "^5.1.22",
2022-07-18 19:06:37 +08:00
"@wangeditor/editor-for-vue": "^5.1.10",
2022-10-20 12:05:51 +08:00
"@zxcvbn-ts/core": "^2.1.0",
2022-07-18 19:06:37 +08:00
"animate.css": "^4.1.1",
2022-11-08 09:42:22 +08:00
"axios": "^1.1.3",
2022-08-10 17:59:48 +08:00
"crypto-js": "^4.1.1",
2022-10-26 09:44:07 +08:00
"dayjs": "^1.11.6",
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-11-07 09:39:44 +08:00
"element-plus": "2.2.20",
2022-07-18 19:06:37 +08:00
"intro.js": "^6.0.0",
2022-11-03 10:47:21 +08:00
"jsencrypt": "^3.3.1",
"js-cookie": "^3.0.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-10-26 09:44:07 +08:00
"vue-router": "^4.1.6",
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-11-01 10:04:15 +08:00
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
2022-11-07 09:39:44 +08:00
"@iconify/json": "^2.1.134",
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-20 12:05:51 +08:00
"@types/node": "^18.8.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-11-01 10:04:15 +08:00
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.0",
"autoprefixer": "^10.4.13",
2022-11-07 09:39:44 +08:00
"eslint": "^8.27.0",
2022-07-18 19:06:37 +08:00
"eslint-config-prettier": "^8.5.0",
2022-11-01 10:04:15 +08:00
"eslint-define-config": "^1.11.0",
2022-07-18 19:06:37 +08:00
"eslint-plugin-prettier": "^4.2.1",
2022-11-01 10:04:15 +08:00
"eslint-plugin-vue": "^9.7.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-11-07 09:39:44 +08:00
"rollup": "^3.2.5",
"stylelint": "^14.14.1",
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-11-07 09:39:44 +08:00
"unplugin-vue-macros": "^0.16.0",
2022-11-01 10:04:15 +08:00
"vite": "3.2.2",
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-26 09:44:07 +08:00
"vue-tsc": "^1.0.9",
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"
}