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

123 lines
3.9 KiB
JSON
Raw Normal View History

2022-07-18 19:06:37 +08:00
{
2022-12-01 13:01:38 +08:00
"name": "yudao-ui-admin-vue3",
2022-12-23 18:05:23 +08:00
"version": "1.6.5.1879",
2022-12-14 13:50:33 +08:00
"description": "基于vue3、vite4、element-plus、typesScript",
2022-07-18 19:06:37 +08:00
"author": "xingyu",
"private": false,
"scripts": {
"i": "pnpm install",
2022-12-07 20:56:17 +08:00
"dev": "vite --mode base",
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",
2022-11-23 15:18:59 +08:00
"lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
2022-07-18 19:06:37 +08:00
"lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged -c ",
2022-12-01 17:57:55 +08:00
"lint:pretty": "pretty-quick --staged"
2022-07-18 19:06:37 +08:00
},
"dependencies": {
2022-11-29 19:45:13 +08:00
"@iconify/iconify": "^3.0.1",
2022-12-26 17:47:48 +08:00
"@vueuse/core": "^9.9.0",
2022-11-15 16:54:13 +08:00
"@wangeditor/editor": "^5.1.23",
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-12-06 14:13:04 +08:00
"axios": "^1.2.1",
2022-12-21 16:10:28 +08:00
"cropperjs": "^1.5.13",
2022-08-10 17:59:48 +08:00
"crypto-js": "^4.1.1",
2022-12-07 10:18:58 +08:00
"dayjs": "^1.11.7",
2022-12-14 13:47:25 +08:00
"echarts": "^5.4.1",
2022-11-25 17:57:47 +08:00
"echarts-wordcloud": "^2.1.0",
2022-12-19 09:31:22 +08:00
"element-plus": "2.2.27",
2022-07-18 19:06:37 +08:00
"intro.js": "^6.0.0",
2022-11-23 13:27:18 +08:00
"jsencrypt": "^3.3.1",
2022-07-18 19:06:37 +08:00
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
2022-12-14 13:47:25 +08:00
"pinia": "^2.0.28",
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-11-15 16:54:13 +08:00
"vue": "3.2.45",
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-12-22 14:15:22 +08:00
"vue-types": "^5.0.2",
2022-12-14 13:47:25 +08:00
"vxe-table": "^4.3.7",
2022-10-19 17:10:19 +08:00
"web-storage-cache": "^1.1.1",
"xe-utils": "^3.5.7"
2022-07-18 19:06:37 +08:00
},
"devDependencies": {
2022-11-23 09:31:55 +08:00
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
2022-12-26 17:47:48 +08:00
"@iconify/json": "^2.1.157",
2022-12-19 15:28:59 +08:00
"@intlify/unplugin-vue-i18n": "^0.8.1",
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-12-19 09:31:22 +08:00
"@types/node": "^18.11.17",
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-12-20 15:21:33 +08:00
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
2022-12-14 13:47:25 +08:00
"@vitejs/plugin-legacy": "^3.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
2022-11-01 10:04:15 +08:00
"autoprefixer": "^10.4.13",
2022-12-06 00:29:17 +08:00
"consola": "^2.15.3",
2022-12-19 09:31:22 +08:00
"eslint": "^8.30.0",
2022-07-18 19:06:37 +08:00
"eslint-config-prettier": "^8.5.0",
2022-11-10 10:09:12 +08:00
"eslint-define-config": "^1.12.0",
2022-07-18 19:06:37 +08:00
"eslint-plugin-prettier": "^4.2.1",
2022-11-25 17:57:47 +08:00
"eslint-plugin-vue": "^9.8.0",
2022-12-05 19:31:25 +08:00
"lint-staged": "^13.1.0",
2022-12-14 13:47:25 +08:00
"postcss": "^8.4.20",
2022-07-18 19:06:37 +08:00
"postcss-html": "^1.5.0",
2022-11-28 16:50:53 +08:00
"postcss-scss": "^4.0.6",
2022-12-08 23:02:55 +08:00
"prettier": "^2.8.1",
2022-07-18 19:06:37 +08:00
"rimraf": "^3.0.2",
2022-12-23 18:05:23 +08:00
"rollup": "^3.8.1",
2022-12-20 15:21:33 +08:00
"sass": "^1.57.1",
2022-12-05 19:31:25 +08:00
"stylelint": "^14.16.0",
2022-07-18 19:06:37 +08:00
"stylelint-config-html": "^1.1.0",
2022-11-09 16:31:48 +08:00
"stylelint-config-prettier": "^9.0.4",
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-12-06 00:29:17 +08:00
"terser": "^5.16.1",
2022-12-08 23:02:55 +08:00
"typescript": "4.9.4",
2022-12-22 14:15:22 +08:00
"vite": "4.0.3",
2022-07-20 16:47:51 +08:00
"vite-plugin-compression": "^0.5.1",
2022-12-05 19:31:25 +08:00
"vite-plugin-ejs": "^1.6.4",
2022-09-20 18:00:43 +08:00
"vite-plugin-eslint": "^1.8.1",
2022-11-23 13:27:18 +08:00
"vite-plugin-progress": "^0.0.6",
2022-12-14 13:47:25 +08:00
"vite-plugin-purge-icons": "^0.9.2",
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-11-23 16:34:01 +08:00
"vite-plugin-vue-setup-extend": "^0.4.0",
2022-12-14 13:47:25 +08:00
"vite-plugin-windicss": "^1.8.10",
2022-12-26 17:47:48 +08:00
"vue-tsc": "^1.0.17",
2022-10-19 10:42:37 +08:00
"windicss": "^3.5.6"
2022-07-18 19:06:37 +08:00
},
"engines": {
2022-12-08 12:39:35 +08:00
"node": ">=16.0.0"
2022-07-18 19:06:37 +08:00
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitee.com/zhijiantianya/ruoyi-vue-pro"
},
"bugs": {
2022-12-01 13:01:38 +08:00
"url": "https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues"
2022-07-18 19:06:37 +08:00
},
"homepage": "https://gitee.com/zhijiantianya/ruoyi-vue-pro"
}