gohttpdUi/package.json

132 lines
4.3 KiB
JSON
Raw Normal View History

2020-12-14 17:32:37 +08:00
{
2022-02-21 19:46:37 +08:00
"name": "vue-element-plus-admin",
2023-11-12 11:39:03 +08:00
"version": "2.4.1",
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",
"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-11-16 10:48:54 +08:00
"@vueuse/core": "^10.6.1",
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-11-16 10:48:54 +08:00
"axios": "^1.6.2",
2023-11-15 09:59:17 +08:00
"cropperjs": "^1.6.1",
2023-09-25 15:41:35 +08:00
"dayjs": "^1.11.10",
2023-11-16 10:48:54 +08:00
"driver.js": "^1.3.1",
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-11-08 15:03:46 +08:00
"element-plus": "^2.4.2",
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",
"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-11-08 15:03:46 +08:00
"vue": "3.3.8",
2023-11-18 10:57:10 +08:00
"vue-i18n": "9.7.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-11-19 10:59:00 +08:00
"vue-types": "^5.1.1",
"xgplayer": "^3.0.10"
2020-12-14 17:32:37 +08:00
},
"devDependencies": {
2023-11-18 10:57:10 +08:00
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@iconify/json": "^2.2.143",
2023-11-08 15:03:46 +08:00
"@intlify/unplugin-vue-i18n": "^1.5.0",
2022-08-13 08:32:12 +08:00
"@purge-icons/generated": "^0.9.0",
2023-11-08 15:03:46 +08:00
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/lodash-es": "^4.17.11",
2023-11-18 10:57:10 +08:00
"@types/node": "^20.9.1",
2023-11-08 15:03:46 +08:00
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.10",
"@types/sortablejs": "^1.15.5",
2023-11-16 10:48:54 +08:00
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
2023-11-18 10:57:10 +08:00
"@unocss/transformer-variant-group": "^0.57.5",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
2023-09-25 15:41:35 +08:00
"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-11-18 10:57:10 +08:00
"eslint": "^8.54.0",
2023-08-13 08:09:39 +08:00
"eslint-config-prettier": "^9.0.0",
2023-11-18 10:57:10 +08:00
"eslint-define-config": "^2.0.0",
2023-10-14 08:36:55 +08:00
"eslint-plugin-prettier": "^5.0.1",
2023-11-08 15:03:46 +08:00
"eslint-plugin-vue": "^9.18.1",
2023-11-16 10:48:54 +08:00
"esno": "^4.0.0",
2023-09-22 14:33:59 +08:00
"fs-extra": "^11.1.1",
2023-01-03 17:33:48 +08:00
"husky": "^8.0.3",
2023-11-08 15:03:46 +08:00
"inquirer": "^9.2.12",
2023-08-13 08:09:39 +08:00
"less": "^4.2.0",
2023-11-16 10:48:54 +08:00
"lint-staged": "^15.1.0",
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",
"postcss-less": "^6.0.0",
2023-11-16 10:48:54 +08:00
"prettier": "^3.1.0",
2023-10-14 08:36:55 +08:00
"rimraf": "^5.0.5",
2023-11-16 10:48:54 +08:00
"rollup": "^4.4.1",
2023-10-27 11:21:03 +08:00
"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-11-08 15:03:46 +08:00
"terser": "^5.24.0",
2023-09-25 15:41:35 +08:00
"typescript": "5.2.2",
2023-11-18 10:57:10 +08:00
"unocss": "^0.57.5",
"vite": "5.0.0",
"vite-plugin-ejs": "^1.7.0",
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",
"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-11-22 14:48:52 +08:00
"node": ">= 18.0.0 || >= 20.0.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
}