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

119 lines
3.8 KiB
JSON
Raw Normal View History

2022-07-18 19:06:37 +08:00
{
"name": "ruoyi-vue-pro-vue3",
2022-08-01 09:47:11 +08:00
"version": "1.6.3.1611",
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-07-19 22:33:54 +08:00
"build:test": "pnpm 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",
"p": "plop"
},
"dependencies": {
"@iconify/iconify": "^2.2.1",
2022-07-28 10:28:17 +08:00
"@vueuse/core": "^9.0.0",
"@wangeditor/editor": "^5.1.14",
2022-07-18 19:06:37 +08:00
"@wangeditor/editor-for-vue": "^5.1.10",
"@zxcvbn-ts/core": "^2.0.3",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
2022-07-20 14:05:20 +08:00
"dayjs": "^1.11.4",
2022-07-18 19:06:37 +08:00
"echarts": "^5.3.3",
"echarts-wordcloud": "^2.0.0",
2022-07-28 10:28:17 +08:00
"element-plus": "2.2.11",
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-07-25 21:26:33 +08:00
"pinia": "^2.0.17",
2022-07-18 19:06:37 +08:00
"pinia-plugin-persist": "^1.0.0",
"qrcode": "^1.5.1",
"qs": "^6.11.0",
2022-07-19 22:33:54 +08:00
"url": "^0.11.0",
2022-07-18 19:06:37 +08:00
"vue": "3.2.37",
"vue-cropper": "^1.0.3",
"vue-i18n": "9.1.10",
2022-07-28 10:28:17 +08:00
"vue-router": "^4.1.3",
2022-07-25 10:54:11 +08:00
"vue-types": "^4.2.0",
2022-07-18 19:06:37 +08:00
"web-storage-cache": "^1.1.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@iconify/json": "^2.1.85",
2022-07-25 10:54:11 +08:00
"@intlify/vite-plugin-vue-i18n": "^5.0.1",
2022-07-18 19:06:37 +08:00
"@purge-icons/generated": "^0.8.1",
"@types/intro.js": "^5.1.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.6.2",
2022-07-18 19:06:37 +08:00
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.2",
"@types/qs": "^6.9.7",
2022-07-26 09:32:56 +08:00
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
2022-07-18 19:06:37 +08:00
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
2022-08-01 09:47:11 +08:00
"autoprefixer": "^10.4.8",
2022-07-18 19:06:37 +08:00
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.5.1",
"eslint-plugin-prettier": "^4.2.1",
2022-07-25 21:26:33 +08:00
"eslint-plugin-vue": "^9.3.0",
2022-07-18 19:06:37 +08:00
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"plop": "^3.1.1",
"postcss": "^8.4.14",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
2022-07-28 10:28:17 +08:00
"rollup": "^2.77.2",
2022-07-18 19:06:37 +08:00
"stylelint": "^14.9.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-order": "^5.0.0",
"typescript": "4.7.4",
"unplugin-vue-define-options": "^0.6.2",
2022-08-01 09:47:11 +08:00
"vite": "3.0.4",
2022-07-20 16:47:51 +08:00
"vite-plugin-compression": "^0.5.1",
2022-07-19 23:03:10 +08:00
"vite-plugin-eslint": "^1.7.0",
2022-07-18 19:06:37 +08:00
"vite-plugin-html": "^3.2.0",
2022-07-25 10:54:11 +08:00
"vite-plugin-purge-icons": "^0.8.2",
2022-08-01 09:47:11 +08:00
"vite-plugin-style-import": "1.4.1",
2022-07-18 19:06:37 +08:00
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-windicss": "^1.8.7",
2022-08-01 09:47:11 +08:00
"vue-tsc": "^0.39.4",
"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"
}