2020-12-14 17:32:37 +08:00
|
|
|
{
|
2022-02-21 19:46:37 +08:00
|
|
|
"name": "vue-element-plus-admin",
|
2023-09-24 10:36:47 +08:00
|
|
|
"version": "2.3.0",
|
2022-12-20 09:42:35 +08:00
|
|
|
"description": "一套基于vue3、element-plus、typesScript、vite4的后台集成方案。",
|
2021-12-10 17:10:51 +08:00
|
|
|
"author": "Archer <502431556@qq.com>",
|
|
|
|
"private": false,
|
2020-12-14 17:32:37 +08:00
|
|
|
"scripts": {
|
2021-12-07 16:36:16 +08:00
|
|
|
"i": "pnpm install",
|
|
|
|
"dev": "vite --mode base",
|
2023-08-05 08:42:14 +08:00
|
|
|
"ts:check": "vue-tsc --noEmit --skipLibCheck",
|
2022-02-18 14:44:08 +08:00
|
|
|
"build:pro": "vite build --mode pro",
|
2022-02-21 21:44:57 +08:00
|
|
|
"build:gitee": "vite build --mode gitee",
|
2023-06-08 09:47:18 +08:00
|
|
|
"build:dev": "vite build --mode dev",
|
2021-12-07 16:36:16 +08:00
|
|
|
"build:test": "npm run ts:check && vite build --mode test",
|
|
|
|
"serve:pro": "vite preview --mode pro",
|
|
|
|
"serve:dev": "vite preview --mode dev",
|
|
|
|
"serve:test": "vite preview --mode test",
|
2021-12-11 11:46:10 +08:00
|
|
|
"npm:check": "npx npm-check-updates",
|
2022-02-20 17:55:22 +08:00
|
|
|
"clean": "npx rimraf node_modules",
|
2021-12-07 16:36:16 +08:00
|
|
|
"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 ./.husky/lintstagedrc.js",
|
2022-04-15 09:28:50 +08:00
|
|
|
"prepare": "husky install",
|
2023-09-22 14:33:59 +08:00
|
|
|
"p": "plop",
|
|
|
|
"icon": "esno ./scripts/icon.ts"
|
2020-12-14 17:32:37 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-11 21:03:46 +08:00
|
|
|
"@iconify/iconify": "^3.1.1",
|
2023-07-11 14:20:46 +08:00
|
|
|
"@iconify/vue": "^4.1.1",
|
2023-10-14 08:36:55 +08:00
|
|
|
"@vueuse/core": "^10.5.0",
|
2022-11-17 10:58:06 +08:00
|
|
|
"@wangeditor/editor": "^5.1.23",
|
2022-04-18 15:54:28 +08:00
|
|
|
"@wangeditor/editor-for-vue": "^5.1.10",
|
2023-09-25 15:41:35 +08:00
|
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
2022-01-06 17:13:13 +08:00
|
|
|
"animate.css": "^4.1.1",
|
2023-10-27 11:21:03 +08:00
|
|
|
"axios": "^1.6.0",
|
2023-09-25 15:41:35 +08:00
|
|
|
"dayjs": "^1.11.10",
|
|
|
|
"driver.js": "^1.3.0",
|
2023-07-19 15:24:18 +08:00
|
|
|
"echarts": "^5.4.3",
|
2022-11-28 16:11:10 +08:00
|
|
|
"echarts-wordcloud": "^2.1.0",
|
2023-10-27 11:21:03 +08:00
|
|
|
"element-plus": "^2.4.1",
|
2021-12-11 20:50:05 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-07-11 21:03:46 +08:00
|
|
|
"mitt": "^3.0.1",
|
2022-01-07 17:38:24 +08:00
|
|
|
"mockjs": "^1.1.0",
|
2022-01-09 10:57:50 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2023-10-14 08:36:55 +08:00
|
|
|
"pinia": "^2.1.7",
|
2023-05-10 10:12:31 +08:00
|
|
|
"pinia-plugin-persist": "^1.0.0",
|
2023-05-09 15:31:58 +08:00
|
|
|
"qrcode": "^1.5.3",
|
2023-05-23 10:32:16 +08:00
|
|
|
"qs": "^6.11.2",
|
2023-09-25 15:41:35 +08:00
|
|
|
"url": "^0.11.3",
|
2023-10-27 11:21:03 +08:00
|
|
|
"vue": "3.3.7",
|
|
|
|
"vue-i18n": "9.6.0",
|
2023-08-26 10:10:49 +08:00
|
|
|
"vue-json-pretty": "^2.2.4",
|
2023-09-25 15:41:35 +08:00
|
|
|
"vue-router": "^4.2.5",
|
2023-08-13 08:09:39 +08:00
|
|
|
"vue-types": "^5.1.1"
|
2020-12-14 17:32:37 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-27 11:21:03 +08:00
|
|
|
"@commitlint/cli": "^18.2.0",
|
|
|
|
"@commitlint/config-conventional": "^18.1.0",
|
|
|
|
"@iconify/json": "^2.2.133",
|
2023-10-14 08:36:55 +08:00
|
|
|
"@intlify/unplugin-vue-i18n": "^1.4.0",
|
2022-08-13 08:32:12 +08:00
|
|
|
"@purge-icons/generated": "^0.9.0",
|
2023-10-27 11:21:03 +08:00
|
|
|
"@types/fs-extra": "^11.0.3",
|
|
|
|
"@types/inquirer": "^9.0.6",
|
|
|
|
"@types/lodash-es": "^4.17.10",
|
|
|
|
"@types/node": "^20.8.9",
|
|
|
|
"@types/nprogress": "^0.2.2",
|
|
|
|
"@types/qrcode": "^1.5.4",
|
|
|
|
"@types/qs": "^6.9.9",
|
|
|
|
"@types/sortablejs": "^1.15.4",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
|
|
"@typescript-eslint/parser": "^6.9.0",
|
|
|
|
"@unocss/transformer-variant-group": "^0.57.1",
|
2023-08-13 08:09:39 +08:00
|
|
|
"@vitejs/plugin-legacy": "^4.1.1",
|
2023-10-14 08:36:55 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
2023-09-25 15:41:35 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
|
|
"autoprefixer": "^10.4.16",
|
2023-09-22 14:33:59 +08:00
|
|
|
"chalk": "^5.3.0",
|
2023-07-11 21:03:46 +08:00
|
|
|
"consola": "^3.2.3",
|
2023-10-27 11:21:03 +08:00
|
|
|
"eslint": "^8.52.0",
|
2023-08-13 08:09:39 +08:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2023-10-14 08:36:55 +08:00
|
|
|
"eslint-define-config": "^1.24.1",
|
|
|
|
"eslint-plugin-prettier": "^5.0.1",
|
2023-10-27 11:21:03 +08:00
|
|
|
"eslint-plugin-vue": "^9.18.0",
|
2023-09-22 14:33:59 +08:00
|
|
|
"esno": "^0.17.0",
|
|
|
|
"fs-extra": "^11.1.1",
|
2023-01-03 17:33:48 +08:00
|
|
|
"husky": "^8.0.3",
|
2023-09-22 14:33:59 +08:00
|
|
|
"inquirer": "^9.2.11",
|
2023-08-13 08:09:39 +08:00
|
|
|
"less": "^4.2.0",
|
2023-10-27 11:21:03 +08:00
|
|
|
"lint-staged": "^15.0.2",
|
2023-09-25 15:41:35 +08:00
|
|
|
"plop": "^4.0.0",
|
2023-10-14 08:36:55 +08:00
|
|
|
"postcss": "^8.4.31",
|
2022-07-16 11:09:30 +08:00
|
|
|
"postcss-html": "^1.5.0",
|
2022-01-09 10:57:50 +08:00
|
|
|
"postcss-less": "^6.0.0",
|
2023-09-25 15:41:35 +08:00
|
|
|
"prettier": "^3.0.3",
|
2023-10-14 08:36:55 +08:00
|
|
|
"rimraf": "^5.0.5",
|
2023-10-27 11:21:03 +08:00
|
|
|
"rollup": "^4.1.4",
|
|
|
|
"stylelint": "^15.11.0",
|
2022-07-16 11:09:30 +08:00
|
|
|
"stylelint-config-html": "^1.1.0",
|
2023-07-11 21:03:46 +08:00
|
|
|
"stylelint-config-recommended": "^13.0.0",
|
|
|
|
"stylelint-config-standard": "^34.0.0",
|
2023-04-12 10:20:08 +08:00
|
|
|
"stylelint-order": "^6.0.3",
|
2023-10-27 11:21:03 +08:00
|
|
|
"terser": "^5.22.0",
|
2023-09-25 15:41:35 +08:00
|
|
|
"typescript": "5.2.2",
|
2023-10-27 11:21:03 +08:00
|
|
|
"unocss": "^0.57.1",
|
|
|
|
"vite": "4.5.0",
|
2022-12-05 16:09:14 +08:00
|
|
|
"vite-plugin-ejs": "^1.6.4",
|
2022-08-20 09:55:04 +08:00
|
|
|
"vite-plugin-eslint": "^1.8.1",
|
2023-10-14 08:36:55 +08:00
|
|
|
"vite-plugin-mock": "2.9.6",
|
2023-04-12 10:20:08 +08:00
|
|
|
"vite-plugin-progress": "^0.0.7",
|
2022-12-20 09:42:35 +08:00
|
|
|
"vite-plugin-purge-icons": "^0.9.2",
|
2022-08-13 08:32:12 +08:00
|
|
|
"vite-plugin-style-import": "2.0.0",
|
2022-01-30 11:09:53 +08:00
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
2023-10-27 11:21:03 +08:00
|
|
|
"vue-tsc": "^1.8.22"
|
2021-12-10 17:10:51 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-10-14 08:36:55 +08:00
|
|
|
"node": ">= 16.13.0"
|
2021-12-10 17:10:51 +08:00
|
|
|
},
|
2022-02-19 09:04:56 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/kailong321200875/vue-element-plus-admin.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kailong321200875/vue-element-plus-admin/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/kailong321200875/vue-element-plus-admin"
|
2021-12-07 17:16:17 +08:00
|
|
|
}
|